Shades of Heliotrope #E472FF
Tints of Heliotrope #E472FF
RGB
CMYK
RGB Variations
Color information
#E472FF (or 0xE472FF) is known color: Heliotrope. HEX triplet: E4, 72 and FF. RGB value is (228,114,255). Sum of RGB (Red+Green+Blue) = 228+114+255=597 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.19% from 597); Green value is 114 (44.92% from 255 or 19.10% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #E472FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E472FF is #1B8D00. Grayscale: #A3A3A3. Windows color (decimal): -1805569 or 16741092. OLE color: 16741092.
HSL color Cylindrical-coordinate representation of color #E472FF: hue angle of 288.51º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E472FF is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 114 | 255 | - |
| CMYK | 0.11 | 0.55 | 0 | 0 |
| HSL | 288.51º | 1% | 0.72% | - |
| HSV(B) | 288.51º | 0.55% | 1% | - |
| XYZ | 56.06 | 35.75 | 98.55 | - |
| YUV | 164.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 114 | 255 | 0.11 | 0.55 | 0 | 0 | 288.51 | 1 | 0.72 |
| Hex | E4 | 72 | FF | B | 37 | 0 | 0 | 121 | 64 | 48 |
| Octal | 344 | 162 | 377 | 13 | 67 | 0 | 0 | 441 | 144 | 110 |
| Binary | 11100100 | 1110010 | 11111111 | 1011 | 110111 | 0 | 0 | 100100001 | 1100100 | 1001000 |
Color Harmonies of #E472FF
Complementary color
Monochromatic Colors of #E472FF
Black with #E472FF
Text Example
Text Example
White with #E472FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E472FF; }
p { color: rgb(228,114,255); }
H1.HeaderClassName
{
color: #E472FF;
}
.AnyTagClassName
{
color: #E472FF;
}
</style>
background-color css
<style>
a { background-color: #E472FF; }
a { background-color: rgb(228,114,255); }
div.DivClassName
{
background-color: #E472FF;
}
.BgClassName
{
background-color: #E472FF;
}
</style>
border-color css
<style>
span { border-color: #E472FF; }
span { border-color: rgb(228,114,255); }
td.TdClassName
{
border-color: #E472FF;
}
.TagClassName
{
border-color: #E472FF;
}
</style>