Shades of Heliotrope #E96DFB
Tints of Heliotrope #E96DFB
RGB
CMYK
RGB Variations
Color information
#E96DFB (or 0xE96DFB) is known color: Heliotrope. HEX triplet: E9, 6D and FB. RGB value is (233,109,251). Sum of RGB (Red+Green+Blue) = 233+109+251=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 109 (42.97% from 255 or 18.38% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #E96DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96DFB is #169204. Grayscale: #A1A1A1. Windows color (decimal): -1479173 or 16477673. OLE color: 16477673.
HSL color Cylindrical-coordinate representation of color #E96DFB: hue angle of 292.39º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E96DFB is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 109 | 251 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.02 |
| HSL | 292.39º | 0.95% | 0.71% | - |
| HSV(B) | 292.39º | 0.57% | 0.98% | - |
| XYZ | 56.49 | 35.23 | 95.09 | - |
| YUV | 162.26 | 178.08 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 109 | 251 | 0.07 | 0.57 | 0 | 0.02 | 292.39 | 0.95 | 0.71 |
| Hex | E9 | 6D | FB | 7 | 39 | 0 | 2 | 124 | 5F | 47 |
| Octal | 351 | 155 | 373 | 7 | 71 | 0 | 2 | 444 | 137 | 107 |
| Binary | 11101001 | 1101101 | 11111011 | 111 | 111001 | 0 | 10 | 100100100 | 1011111 | 1000111 |
Color Harmonies of #E96DFB
Complementary color
Monochromatic Colors of #E96DFB
Black with #E96DFB
Text Example
Text Example
White with #E96DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96DFB; }
p { color: rgb(233,109,251); }
H1.HeaderClassName
{
color: #E96DFB;
}
.AnyTagClassName
{
color: #E96DFB;
}
</style>
background-color css
<style>
a { background-color: #E96DFB; }
a { background-color: rgb(233,109,251); }
div.DivClassName
{
background-color: #E96DFB;
}
.BgClassName
{
background-color: #E96DFB;
}
</style>
border-color css
<style>
span { border-color: #E96DFB; }
span { border-color: rgb(233,109,251); }
td.TdClassName
{
border-color: #E96DFB;
}
.TagClassName
{
border-color: #E96DFB;
}
</style>