Shades of Heliotrope #E666FA
Tints of Heliotrope #E666FA
RGB
CMYK
RGB Variations
Color information
#E666FA (or 0xE666FA) is known color: Heliotrope. HEX triplet: E6, 66 and FA. RGB value is (230,102,250). Sum of RGB (Red+Green+Blue) = 230+102+250=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 102 (40.23% from 255 or 17.53% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #E666FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E666FA is #199905. Grayscale: #9C9C9C. Windows color (decimal): -1677574 or 16410342. OLE color: 16410342.
HSL color Cylindrical-coordinate representation of color #E666FA: hue angle of 291.89º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E666FA is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 102 | 250 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.02 |
| HSL | 291.89º | 0.94% | 0.69% | - |
| HSV(B) | 291.89º | 0.59% | 0.98% | - |
| XYZ | 54.64 | 33.23 | 93.98 | - |
| YUV | 157.14 | 180.41 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 250 | 0.08 | 0.59 | 0 | 0.02 | 291.89 | 0.94 | 0.69 |
| Hex | E6 | 66 | FA | 8 | 3B | 0 | 2 | 124 | 5E | 45 |
| Octal | 346 | 146 | 372 | 10 | 73 | 0 | 2 | 444 | 136 | 105 |
| Binary | 11100110 | 1100110 | 11111010 | 1000 | 111011 | 0 | 10 | 100100100 | 1011110 | 1000101 |
Color Harmonies of #E666FA
Complementary color
Monochromatic Colors of #E666FA
Black with #E666FA
Text Example
Text Example
White with #E666FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E666FA; }
p { color: rgb(230,102,250); }
H1.HeaderClassName
{
color: #E666FA;
}
.AnyTagClassName
{
color: #E666FA;
}
</style>
background-color css
<style>
a { background-color: #E666FA; }
a { background-color: rgb(230,102,250); }
div.DivClassName
{
background-color: #E666FA;
}
.BgClassName
{
background-color: #E666FA;
}
</style>
border-color css
<style>
span { border-color: #E666FA; }
span { border-color: rgb(230,102,250); }
td.TdClassName
{
border-color: #E666FA;
}
.TagClassName
{
border-color: #E666FA;
}
</style>