Shades of Heliotrope #E666FC
Tints of Heliotrope #E666FC
RGB
CMYK
RGB Variations
Color information
#E666FC (or 0xE666FC) is known color: Heliotrope. HEX triplet: E6, 66 and FC. RGB value is (230,102,252). Sum of RGB (Red+Green+Blue) = 230+102+252=584 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.38% from 584); Green value is 102 (40.23% from 255 or 17.47% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #E666FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E666FC is #199903. Grayscale: #9C9C9C. Windows color (decimal): -1677572 or 16541414. OLE color: 16541414.
HSL color Cylindrical-coordinate representation of color #E666FC: hue angle of 291.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E666FC is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 102 | 252 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.01 |
| HSL | 291.2º | 0.96% | 0.69% | - |
| HSV(B) | 291.2º | 0.6% | 0.99% | - |
| XYZ | 54.96 | 33.35 | 95.64 | - |
| YUV | 157.37 | 181.41 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 252 | 0.09 | 0.60 | 0 | 0.01 | 291.2 | 0.96 | 0.69 |
| Hex | E6 | 66 | FC | 9 | 3C | 0 | 1 | 123 | 60 | 45 |
| Octal | 346 | 146 | 374 | 11 | 74 | 0 | 1 | 443 | 140 | 105 |
| Binary | 11100110 | 1100110 | 11111100 | 1001 | 111100 | 0 | 1 | 100100011 | 1100000 | 1000101 |
Color Harmonies of #E666FC
Complementary color
Monochromatic Colors of #E666FC
Black with #E666FC
Text Example
Text Example
White with #E666FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E666FC; }
p { color: rgb(230,102,252); }
H1.HeaderClassName
{
color: #E666FC;
}
.AnyTagClassName
{
color: #E666FC;
}
</style>
background-color css
<style>
a { background-color: #E666FC; }
a { background-color: rgb(230,102,252); }
div.DivClassName
{
background-color: #E666FC;
}
.BgClassName
{
background-color: #E666FC;
}
</style>
border-color css
<style>
span { border-color: #E666FC; }
span { border-color: rgb(230,102,252); }
td.TdClassName
{
border-color: #E666FC;
}
.TagClassName
{
border-color: #E666FC;
}
</style>