Shades of Heliotrope #E06FFC
Tints of Heliotrope #E06FFC
RGB
CMYK
RGB Variations
Color information
#E06FFC (or 0xE06FFC) is known color: Heliotrope. HEX triplet: E0, 6F and FC. RGB value is (224,111,252). Sum of RGB (Red+Green+Blue) = 224+111+252=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 111 (43.75% from 255 or 18.91% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #E06FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06FFC is #1F9003. Grayscale: #A0A0A0. Windows color (decimal): -2068484 or 16543712. OLE color: 16543712.
HSL color Cylindrical-coordinate representation of color #E06FFC: hue angle of 288.09º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06FFC is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 111 | 252 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.01 |
| HSL | 288.09º | 0.96% | 0.71% | - |
| HSV(B) | 288.09º | 0.56% | 0.99% | - |
| XYZ | 54 | 34.24 | 95.86 | - |
| YUV | 160.86 | 179.44 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 252 | 0.11 | 0.56 | 0 | 0.01 | 288.09 | 0.96 | 0.71 |
| Hex | E0 | 6F | FC | B | 38 | 0 | 1 | 120 | 60 | 47 |
| Octal | 340 | 157 | 374 | 13 | 70 | 0 | 1 | 440 | 140 | 107 |
| Binary | 11100000 | 1101111 | 11111100 | 1011 | 111000 | 0 | 1 | 100100000 | 1100000 | 1000111 |
Color Harmonies of #E06FFC
Complementary color
Monochromatic Colors of #E06FFC
Black with #E06FFC
Text Example
Text Example
White with #E06FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FFC; }
p { color: rgb(224,111,252); }
H1.HeaderClassName
{
color: #E06FFC;
}
.AnyTagClassName
{
color: #E06FFC;
}
</style>
background-color css
<style>
a { background-color: #E06FFC; }
a { background-color: rgb(224,111,252); }
div.DivClassName
{
background-color: #E06FFC;
}
.BgClassName
{
background-color: #E06FFC;
}
</style>
border-color css
<style>
span { border-color: #E06FFC; }
span { border-color: rgb(224,111,252); }
td.TdClassName
{
border-color: #E06FFC;
}
.TagClassName
{
border-color: #E06FFC;
}
</style>