Shades of Heliotrope #E96BFD
Tints of Heliotrope #E96BFD
RGB
CMYK
RGB Variations
Color information
#E96BFD (or 0xE96BFD) is known color: Heliotrope. HEX triplet: E9, 6B and FD. RGB value is (233,107,253). Sum of RGB (Red+Green+Blue) = 233+107+253=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 107 (42.19% from 255 or 18.04% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #E96BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96BFD is #169402. Grayscale: #A0A0A0. Windows color (decimal): -1479683 or 16608233. OLE color: 16608233.
HSL color Cylindrical-coordinate representation of color #E96BFD: hue angle of 291.78º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96BFD is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 107 | 253 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.01 |
| HSL | 291.78º | 0.97% | 0.71% | - |
| HSV(B) | 291.78º | 0.58% | 0.99% | - |
| XYZ | 56.59 | 34.93 | 96.69 | - |
| YUV | 161.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 253 | 0.08 | 0.58 | 0 | 0.01 | 291.78 | 0.97 | 0.71 |
| Hex | E9 | 6B | FD | 8 | 3A | 0 | 1 | 124 | 61 | 47 |
| Octal | 351 | 153 | 375 | 10 | 72 | 0 | 1 | 444 | 141 | 107 |
| Binary | 11101001 | 1101011 | 11111101 | 1000 | 111010 | 0 | 1 | 100100100 | 1100001 | 1000111 |
Color Harmonies of #E96BFD
Complementary color
Monochromatic Colors of #E96BFD
Black with #E96BFD
Text Example
Text Example
White with #E96BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BFD; }
p { color: rgb(233,107,253); }
H1.HeaderClassName
{
color: #E96BFD;
}
.AnyTagClassName
{
color: #E96BFD;
}
</style>
background-color css
<style>
a { background-color: #E96BFD; }
a { background-color: rgb(233,107,253); }
div.DivClassName
{
background-color: #E96BFD;
}
.BgClassName
{
background-color: #E96BFD;
}
</style>
border-color css
<style>
span { border-color: #E96BFD; }
span { border-color: rgb(233,107,253); }
td.TdClassName
{
border-color: #E96BFD;
}
.TagClassName
{
border-color: #E96BFD;
}
</style>