Shades of Heliotrope #E28EFC
Tints of Heliotrope #E28EFC
RGB
CMYK
RGB Variations
Color information
#E28EFC (or 0xE28EFC) is known color: Heliotrope. HEX triplet: E2, 8E and FC. RGB value is (226,142,252). Sum of RGB (Red+Green+Blue) = 226+142+252=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 142 (55.86% from 255 or 22.90% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #E28EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E28EFC is #1D7103. Grayscale: #B3B3B3. Windows color (decimal): -1929476 or 16551650. OLE color: 16551650.
HSL color Cylindrical-coordinate representation of color #E28EFC: hue angle of 285.82º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E28EFC is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 142 | 252 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.01 |
| HSL | 285.82º | 0.95% | 0.77% | - |
| HSV(B) | 285.82º | 0.44% | 0.99% | - |
| XYZ | 58.61 | 42.54 | 97.22 | - |
| YUV | 179.66 | 168.83 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 142 | 252 | 0.10 | 0.44 | 0 | 0.01 | 285.82 | 0.95 | 0.77 |
| Hex | E2 | 8E | FC | A | 2C | 0 | 1 | 11E | 5F | 4D |
| Octal | 342 | 216 | 374 | 12 | 54 | 0 | 1 | 436 | 137 | 115 |
| Binary | 11100010 | 10001110 | 11111100 | 1010 | 101100 | 0 | 1 | 100011110 | 1011111 | 1001101 |
Color Harmonies of #E28EFC
Complementary color
Monochromatic Colors of #E28EFC
Black with #E28EFC
Text Example
Text Example
White with #E28EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28EFC; }
p { color: rgb(226,142,252); }
H1.HeaderClassName
{
color: #E28EFC;
}
.AnyTagClassName
{
color: #E28EFC;
}
</style>
background-color css
<style>
a { background-color: #E28EFC; }
a { background-color: rgb(226,142,252); }
div.DivClassName
{
background-color: #E28EFC;
}
.BgClassName
{
background-color: #E28EFC;
}
</style>
border-color css
<style>
span { border-color: #E28EFC; }
span { border-color: rgb(226,142,252); }
td.TdClassName
{
border-color: #E28EFC;
}
.TagClassName
{
border-color: #E28EFC;
}
</style>