Shades of Heliotrope #E96EFC
Tints of Heliotrope #E96EFC
RGB
CMYK
RGB Variations
Color information
#E96EFC (or 0xE96EFC) is known color: Heliotrope. HEX triplet: E9, 6E and FC. RGB value is (233,110,252). Sum of RGB (Red+Green+Blue) = 233+110+252=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 110 (43.36% from 255 or 18.49% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #E96EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96EFC is #169103. Grayscale: #A2A2A2. Windows color (decimal): -1478916 or 16543465. OLE color: 16543465.
HSL color Cylindrical-coordinate representation of color #E96EFC: hue angle of 291.97º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E96EFC is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 110 | 252 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.01 |
| HSL | 291.97º | 0.96% | 0.71% | - |
| HSV(B) | 291.97º | 0.56% | 0.99% | - |
| XYZ | 56.75 | 35.5 | 95.96 | - |
| YUV | 162.97 | 178.25 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 252 | 0.08 | 0.56 | 0 | 0.01 | 291.97 | 0.96 | 0.71 |
| Hex | E9 | 6E | FC | 8 | 38 | 0 | 1 | 124 | 60 | 47 |
| Octal | 351 | 156 | 374 | 10 | 70 | 0 | 1 | 444 | 140 | 107 |
| Binary | 11101001 | 1101110 | 11111100 | 1000 | 111000 | 0 | 1 | 100100100 | 1100000 | 1000111 |
Color Harmonies of #E96EFC
Complementary color
Monochromatic Colors of #E96EFC
Black with #E96EFC
Text Example
Text Example
White with #E96EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96EFC; }
p { color: rgb(233,110,252); }
H1.HeaderClassName
{
color: #E96EFC;
}
.AnyTagClassName
{
color: #E96EFC;
}
</style>
background-color css
<style>
a { background-color: #E96EFC; }
a { background-color: rgb(233,110,252); }
div.DivClassName
{
background-color: #E96EFC;
}
.BgClassName
{
background-color: #E96EFC;
}
</style>
border-color css
<style>
span { border-color: #E96EFC; }
span { border-color: rgb(233,110,252); }
td.TdClassName
{
border-color: #E96EFC;
}
.TagClassName
{
border-color: #E96EFC;
}
</style>