Shades of Heliotrope #E08EFC
Tints of Heliotrope #E08EFC
RGB
CMYK
RGB Variations
Color information
#E08EFC (or 0xE08EFC) is known color: Heliotrope. HEX triplet: E0, 8E and FC. RGB value is (224,142,252). Sum of RGB (Red+Green+Blue) = 224+142+252=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 142 (55.86% from 255 or 22.98% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #E08EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08EFC is #1F7103. Grayscale: #B2B2B2. Windows color (decimal): -2060548 or 16551648. OLE color: 16551648.
HSL color Cylindrical-coordinate representation of color #E08EFC: hue angle of 284.73º 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 #E08EFC is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 142 | 252 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.01 |
| HSL | 284.73º | 0.95% | 0.77% | - |
| HSV(B) | 284.73º | 0.44% | 0.99% | - |
| XYZ | 57.98 | 42.22 | 97.19 | - |
| YUV | 179.06 | 169.17 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 252 | 0.11 | 0.44 | 0 | 0.01 | 284.73 | 0.95 | 0.77 |
| Hex | E0 | 8E | FC | B | 2C | 0 | 1 | 11D | 5F | 4D |
| Octal | 340 | 216 | 374 | 13 | 54 | 0 | 1 | 435 | 137 | 115 |
| Binary | 11100000 | 10001110 | 11111100 | 1011 | 101100 | 0 | 1 | 100011101 | 1011111 | 1001101 |
Color Harmonies of #E08EFC
Complementary color
Monochromatic Colors of #E08EFC
Black with #E08EFC
Text Example
Text Example
White with #E08EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08EFC; }
p { color: rgb(224,142,252); }
H1.HeaderClassName
{
color: #E08EFC;
}
.AnyTagClassName
{
color: #E08EFC;
}
</style>
background-color css
<style>
a { background-color: #E08EFC; }
a { background-color: rgb(224,142,252); }
div.DivClassName
{
background-color: #E08EFC;
}
.BgClassName
{
background-color: #E08EFC;
}
</style>
border-color css
<style>
span { border-color: #E08EFC; }
span { border-color: rgb(224,142,252); }
td.TdClassName
{
border-color: #E08EFC;
}
.TagClassName
{
border-color: #E08EFC;
}
</style>