Shades of Heliotrope #E06BFC
Tints of Heliotrope #E06BFC
RGB
CMYK
RGB Variations
Color information
#E06BFC (or 0xE06BFC) is known color: Heliotrope. HEX triplet: E0, 6B and FC. RGB value is (224,107,252). Sum of RGB (Red+Green+Blue) = 224+107+252=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 107 (42.19% from 255 or 18.35% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #E06BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06BFC is #1F9403. Grayscale: #9E9E9E. Windows color (decimal): -2069508 or 16542688. OLE color: 16542688.
HSL color Cylindrical-coordinate representation of color #E06BFC: hue angle of 288.41º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E06BFC is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 107 | 252 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.01 |
| HSL | 288.41º | 0.96% | 0.7% | - |
| HSV(B) | 288.41º | 0.58% | 0.99% | - |
| XYZ | 53.57 | 33.39 | 95.72 | - |
| YUV | 158.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 252 | 0.11 | 0.58 | 0 | 0.01 | 288.41 | 0.96 | 0.7 |
| Hex | E0 | 6B | FC | B | 3A | 0 | 1 | 120 | 60 | 46 |
| Octal | 340 | 153 | 374 | 13 | 72 | 0 | 1 | 440 | 140 | 106 |
| Binary | 11100000 | 1101011 | 11111100 | 1011 | 111010 | 0 | 1 | 100100000 | 1100000 | 1000110 |
Color Harmonies of #E06BFC
Complementary color
Monochromatic Colors of #E06BFC
Black with #E06BFC
Text Example
Text Example
White with #E06BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06BFC; }
p { color: rgb(224,107,252); }
H1.HeaderClassName
{
color: #E06BFC;
}
.AnyTagClassName
{
color: #E06BFC;
}
</style>
background-color css
<style>
a { background-color: #E06BFC; }
a { background-color: rgb(224,107,252); }
div.DivClassName
{
background-color: #E06BFC;
}
.BgClassName
{
background-color: #E06BFC;
}
</style>
border-color css
<style>
span { border-color: #E06BFC; }
span { border-color: rgb(224,107,252); }
td.TdClassName
{
border-color: #E06BFC;
}
.TagClassName
{
border-color: #E06BFC;
}
</style>