Shades of Heliotrope #E66CFC
Tints of Heliotrope #E66CFC
RGB
CMYK
RGB Variations
Color information
#E66CFC (or 0xE66CFC) is known color: Heliotrope. HEX triplet: E6, 6C and FC. RGB value is (230,108,252). Sum of RGB (Red+Green+Blue) = 230+108+252=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 108 (42.58% from 255 or 18.31% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #E66CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66CFC is #199303. Grayscale: #A0A0A0. Windows color (decimal): -1676036 or 16542950. OLE color: 16542950.
HSL color Cylindrical-coordinate representation of color #E66CFC: hue angle of 290.83º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66CFC is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 108 | 252 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.01 |
| HSL | 290.83º | 0.96% | 0.71% | - |
| HSV(B) | 290.83º | 0.57% | 0.99% | - |
| XYZ | 55.57 | 34.58 | 95.84 | - |
| YUV | 160.89 | 179.42 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 252 | 0.09 | 0.57 | 0 | 0.01 | 290.83 | 0.96 | 0.71 |
| Hex | E6 | 6C | FC | 9 | 39 | 0 | 1 | 123 | 60 | 47 |
| Octal | 346 | 154 | 374 | 11 | 71 | 0 | 1 | 443 | 140 | 107 |
| Binary | 11100110 | 1101100 | 11111100 | 1001 | 111001 | 0 | 1 | 100100011 | 1100000 | 1000111 |
Color Harmonies of #E66CFC
Complementary color
Monochromatic Colors of #E66CFC
Black with #E66CFC
Text Example
Text Example
White with #E66CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CFC; }
p { color: rgb(230,108,252); }
H1.HeaderClassName
{
color: #E66CFC;
}
.AnyTagClassName
{
color: #E66CFC;
}
</style>
background-color css
<style>
a { background-color: #E66CFC; }
a { background-color: rgb(230,108,252); }
div.DivClassName
{
background-color: #E66CFC;
}
.BgClassName
{
background-color: #E66CFC;
}
</style>
border-color css
<style>
span { border-color: #E66CFC; }
span { border-color: rgb(230,108,252); }
td.TdClassName
{
border-color: #E66CFC;
}
.TagClassName
{
border-color: #E66CFC;
}
</style>