Shades of Heliotrope #E475FF
Tints of Heliotrope #E475FF
RGB
CMYK
RGB Variations
Color information
#E475FF (or 0xE475FF) is known color: Heliotrope. HEX triplet: E4, 75 and FF. RGB value is (228,117,255). Sum of RGB (Red+Green+Blue) = 228+117+255=600 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38% from 600); Green value is 117 (46.09% from 255 or 19.5% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #E475FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E475FF is #1B8A00. Grayscale: #A5A5A5. Windows color (decimal): -1804801 or 16741860. OLE color: 16741860.
HSL color Cylindrical-coordinate representation of color #E475FF: hue angle of 288.26º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E475FF is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 117 | 255 | - |
| CMYK | 0.11 | 0.54 | 0 | 0 |
| HSL | 288.26º | 1% | 0.73% | - |
| HSV(B) | 288.26º | 0.54% | 1% | - |
| XYZ | 56.41 | 36.44 | 98.67 | - |
| YUV | 165.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 117 | 255 | 0.11 | 0.54 | 0 | 0 | 288.26 | 1 | 0.73 |
| Hex | E4 | 75 | FF | B | 36 | 0 | 0 | 120 | 64 | 49 |
| Octal | 344 | 165 | 377 | 13 | 66 | 0 | 0 | 440 | 144 | 111 |
| Binary | 11100100 | 1110101 | 11111111 | 1011 | 110110 | 0 | 0 | 100100000 | 1100100 | 1001001 |
Color Harmonies of #E475FF
Complementary color
Monochromatic Colors of #E475FF
Black with #E475FF
Text Example
Text Example
White with #E475FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E475FF; }
p { color: rgb(228,117,255); }
H1.HeaderClassName
{
color: #E475FF;
}
.AnyTagClassName
{
color: #E475FF;
}
</style>
background-color css
<style>
a { background-color: #E475FF; }
a { background-color: rgb(228,117,255); }
div.DivClassName
{
background-color: #E475FF;
}
.BgClassName
{
background-color: #E475FF;
}
</style>
border-color css
<style>
span { border-color: #E475FF; }
span { border-color: rgb(228,117,255); }
td.TdClassName
{
border-color: #E475FF;
}
.TagClassName
{
border-color: #E475FF;
}
</style>