Shades of Heliotrope #E474FF
Tints of Heliotrope #E474FF
RGB
CMYK
RGB Variations
Color information
#E474FF (or 0xE474FF) is known color: Heliotrope. HEX triplet: E4, 74 and FF. RGB value is (228,116,255). Sum of RGB (Red+Green+Blue) = 228+116+255=599 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.06% from 599); Green value is 116 (45.70% from 255 or 19.37% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #E474FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E474FF is #1B8B00. Grayscale: #A4A4A4. Windows color (decimal): -1805057 or 16741604. OLE color: 16741604.
HSL color Cylindrical-coordinate representation of color #E474FF: hue angle of 288.35º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E474FF is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 116 | 255 | - |
| CMYK | 0.11 | 0.55 | 0 | 0 |
| HSL | 288.35º | 1% | 0.73% | - |
| HSV(B) | 288.35º | 0.55% | 1% | - |
| XYZ | 56.29 | 36.2 | 98.63 | - |
| YUV | 165.33 | 178.61 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 255 | 0.11 | 0.55 | 0 | 0 | 288.35 | 1 | 0.73 |
| Hex | E4 | 74 | FF | B | 37 | 0 | 0 | 120 | 64 | 49 |
| Octal | 344 | 164 | 377 | 13 | 67 | 0 | 0 | 440 | 144 | 111 |
| Binary | 11100100 | 1110100 | 11111111 | 1011 | 110111 | 0 | 0 | 100100000 | 1100100 | 1001001 |
Color Harmonies of #E474FF
Complementary color
Monochromatic Colors of #E474FF
Black with #E474FF
Text Example
Text Example
White with #E474FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E474FF; }
p { color: rgb(228,116,255); }
H1.HeaderClassName
{
color: #E474FF;
}
.AnyTagClassName
{
color: #E474FF;
}
</style>
background-color css
<style>
a { background-color: #E474FF; }
a { background-color: rgb(228,116,255); }
div.DivClassName
{
background-color: #E474FF;
}
.BgClassName
{
background-color: #E474FF;
}
</style>
border-color css
<style>
span { border-color: #E474FF; }
span { border-color: rgb(228,116,255); }
td.TdClassName
{
border-color: #E474FF;
}
.TagClassName
{
border-color: #E474FF;
}
</style>