Shades of Heliotrope #E96FFC
Tints of Heliotrope #E96FFC
RGB
CMYK
RGB Variations
Color information
#E96FFC (or 0xE96FFC) is known color: Heliotrope. HEX triplet: E9, 6F and FC. RGB value is (233,111,252). Sum of RGB (Red+Green+Blue) = 233+111+252=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 111 (43.75% from 255 or 18.62% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #E96FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96FFC is #169003. Grayscale: #A3A3A3. Windows color (decimal): -1478660 or 16543721. OLE color: 16543721.
HSL color Cylindrical-coordinate representation of color #E96FFC: hue angle of 291.91º 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 #E96FFC is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 111 | 252 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.01 |
| HSL | 291.91º | 0.96% | 0.71% | - |
| HSV(B) | 291.91º | 0.56% | 0.99% | - |
| XYZ | 56.86 | 35.72 | 95.99 | - |
| YUV | 163.55 | 177.92 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 252 | 0.08 | 0.56 | 0 | 0.01 | 291.91 | 0.96 | 0.71 |
| Hex | E9 | 6F | FC | 8 | 38 | 0 | 1 | 124 | 60 | 47 |
| Octal | 351 | 157 | 374 | 10 | 70 | 0 | 1 | 444 | 140 | 107 |
| Binary | 11101001 | 1101111 | 11111100 | 1000 | 111000 | 0 | 1 | 100100100 | 1100000 | 1000111 |
Color Harmonies of #E96FFC
Complementary color
Monochromatic Colors of #E96FFC
Black with #E96FFC
Text Example
Text Example
White with #E96FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FFC; }
p { color: rgb(233,111,252); }
H1.HeaderClassName
{
color: #E96FFC;
}
.AnyTagClassName
{
color: #E96FFC;
}
</style>
background-color css
<style>
a { background-color: #E96FFC; }
a { background-color: rgb(233,111,252); }
div.DivClassName
{
background-color: #E96FFC;
}
.BgClassName
{
background-color: #E96FFC;
}
</style>
border-color css
<style>
span { border-color: #E96FFC; }
span { border-color: rgb(233,111,252); }
td.TdClassName
{
border-color: #E96FFC;
}
.TagClassName
{
border-color: #E96FFC;
}
</style>