Shades of Heliotrope #E07FFC
Tints of Heliotrope #E07FFC
RGB
CMYK
RGB Variations
Color information
#E07FFC (or 0xE07FFC) is known color: Heliotrope. HEX triplet: E0, 7F and FC. RGB value is (224,127,252). Sum of RGB (Red+Green+Blue) = 224+127+252=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #E07FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E07FFC is #1F8003. Grayscale: #A9A9A9. Windows color (decimal): -2064388 or 16547808. OLE color: 16547808.
HSL color Cylindrical-coordinate representation of color #E07FFC: hue angle of 286.56º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07FFC is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 127 | 252 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.01 |
| HSL | 286.56º | 0.95% | 0.74% | - |
| HSV(B) | 286.56º | 0.5% | 0.99% | - |
| XYZ | 55.9 | 38.05 | 96.49 | - |
| YUV | 170.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 127 | 252 | 0.11 | 0.50 | 0 | 0.01 | 286.56 | 0.95 | 0.74 |
| Hex | E0 | 7F | FC | B | 32 | 0 | 1 | 11F | 5F | 4A |
| Octal | 340 | 177 | 374 | 13 | 62 | 0 | 1 | 437 | 137 | 112 |
| Binary | 11100000 | 1111111 | 11111100 | 1011 | 110010 | 0 | 1 | 100011111 | 1011111 | 1001010 |
Color Harmonies of #E07FFC
Complementary color
Monochromatic Colors of #E07FFC
Black with #E07FFC
Text Example
Text Example
White with #E07FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07FFC; }
p { color: rgb(224,127,252); }
H1.HeaderClassName
{
color: #E07FFC;
}
.AnyTagClassName
{
color: #E07FFC;
}
</style>
background-color css
<style>
a { background-color: #E07FFC; }
a { background-color: rgb(224,127,252); }
div.DivClassName
{
background-color: #E07FFC;
}
.BgClassName
{
background-color: #E07FFC;
}
</style>
border-color css
<style>
span { border-color: #E07FFC; }
span { border-color: rgb(224,127,252); }
td.TdClassName
{
border-color: #E07FFC;
}
.TagClassName
{
border-color: #E07FFC;
}
</style>