Shades of Heliotrope #E08FFC
Tints of Heliotrope #E08FFC
RGB
CMYK
RGB Variations
Color information
#E08FFC (or 0xE08FFC) is known color: Heliotrope. HEX triplet: E0, 8F and FC. RGB value is (224,143,252). Sum of RGB (Red+Green+Blue) = 224+143+252=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 143 (56.25% from 255 or 23.10% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #E08FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08FFC is #1F7003. Grayscale: #B3B3B3. Windows color (decimal): -2060292 or 16551904. OLE color: 16551904.
HSL color Cylindrical-coordinate representation of color #E08FFC: hue angle of 284.59º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E08FFC is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 143 | 252 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.01 |
| HSL | 284.59º | 0.95% | 0.77% | - |
| HSV(B) | 284.59º | 0.43% | 0.99% | - |
| XYZ | 58.13 | 42.52 | 97.24 | - |
| YUV | 179.65 | 168.84 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 252 | 0.11 | 0.43 | 0 | 0.01 | 284.59 | 0.95 | 0.77 |
| Hex | E0 | 8F | FC | B | 2B | 0 | 1 | 11D | 5F | 4D |
| Octal | 340 | 217 | 374 | 13 | 53 | 0 | 1 | 435 | 137 | 115 |
| Binary | 11100000 | 10001111 | 11111100 | 1011 | 101011 | 0 | 1 | 100011101 | 1011111 | 1001101 |
Color Harmonies of #E08FFC
Complementary color
Monochromatic Colors of #E08FFC
Black with #E08FFC
Text Example
Text Example
White with #E08FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FFC; }
p { color: rgb(224,143,252); }
H1.HeaderClassName
{
color: #E08FFC;
}
.AnyTagClassName
{
color: #E08FFC;
}
</style>
background-color css
<style>
a { background-color: #E08FFC; }
a { background-color: rgb(224,143,252); }
div.DivClassName
{
background-color: #E08FFC;
}
.BgClassName
{
background-color: #E08FFC;
}
</style>
border-color css
<style>
span { border-color: #E08FFC; }
span { border-color: rgb(224,143,252); }
td.TdClassName
{
border-color: #E08FFC;
}
.TagClassName
{
border-color: #E08FFC;
}
</style>