Shades of Heliotrope #E96DFC
Tints of Heliotrope #E96DFC
RGB
CMYK
RGB Variations
Color information
#E96DFC (or 0xE96DFC) is known color: Heliotrope. HEX triplet: E9, 6D and FC. RGB value is (233,109,252). Sum of RGB (Red+Green+Blue) = 233+109+252=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 109 (42.97% from 255 or 18.35% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #E96DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96DFC is #169203. Grayscale: #A1A1A1. Windows color (decimal): -1479172 or 16543209. OLE color: 16543209.
HSL color Cylindrical-coordinate representation of color #E96DFC: hue angle of 292.03º 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 #E96DFC is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 109 | 252 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.01 |
| HSL | 292.03º | 0.96% | 0.71% | - |
| HSV(B) | 292.03º | 0.57% | 0.99% | - |
| XYZ | 56.64 | 35.29 | 95.92 | - |
| YUV | 162.38 | 178.58 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 252 | 0.08 | 0.57 | 0 | 0.01 | 292.03 | 0.96 | 0.71 |
| Hex | E9 | 6D | FC | 8 | 39 | 0 | 1 | 124 | 60 | 47 |
| Octal | 351 | 155 | 374 | 10 | 71 | 0 | 1 | 444 | 140 | 107 |
| Binary | 11101001 | 1101101 | 11111100 | 1000 | 111001 | 0 | 1 | 100100100 | 1100000 | 1000111 |
Color Harmonies of #E96DFC
Complementary color
Monochromatic Colors of #E96DFC
Black with #E96DFC
Text Example
Text Example
White with #E96DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96DFC; }
p { color: rgb(233,109,252); }
H1.HeaderClassName
{
color: #E96DFC;
}
.AnyTagClassName
{
color: #E96DFC;
}
</style>
background-color css
<style>
a { background-color: #E96DFC; }
a { background-color: rgb(233,109,252); }
div.DivClassName
{
background-color: #E96DFC;
}
.BgClassName
{
background-color: #E96DFC;
}
</style>
border-color css
<style>
span { border-color: #E96DFC; }
span { border-color: rgb(233,109,252); }
td.TdClassName
{
border-color: #E96DFC;
}
.TagClassName
{
border-color: #E96DFC;
}
</style>