Shades of Heliotrope #E96BFF
Tints of Heliotrope #E96BFF
RGB
CMYK
RGB Variations
Color information
#E96BFF (or 0xE96BFF) is known color: Heliotrope. HEX triplet: E9, 6B and FF. RGB value is (233,107,255). Sum of RGB (Red+Green+Blue) = 233+107+255=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 107 (42.19% from 255 or 17.98% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #E96BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96BFF is #169400. Grayscale: #A1A1A1. Windows color (decimal): -1479681 or 16739305. OLE color: 16739305.
HSL color Cylindrical-coordinate representation of color #E96BFF: hue angle of 291.08º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96BFF is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 107 | 255 | - |
| CMYK | 0.09 | 0.58 | 0 | 0 |
| HSL | 291.08º | 1% | 0.71% | - |
| HSV(B) | 291.08º | 0.58% | 1% | - |
| XYZ | 56.91 | 35.06 | 98.38 | - |
| YUV | 161.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 255 | 0.09 | 0.58 | 0 | 0 | 291.08 | 1 | 0.71 |
| Hex | E9 | 6B | FF | 9 | 3A | 0 | 0 | 123 | 64 | 47 |
| Octal | 351 | 153 | 377 | 11 | 72 | 0 | 0 | 443 | 144 | 107 |
| Binary | 11101001 | 1101011 | 11111111 | 1001 | 111010 | 0 | 0 | 100100011 | 1100100 | 1000111 |
Color Harmonies of #E96BFF
Complementary color
Monochromatic Colors of #E96BFF
Black with #E96BFF
Text Example
Text Example
White with #E96BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BFF; }
p { color: rgb(233,107,255); }
H1.HeaderClassName
{
color: #E96BFF;
}
.AnyTagClassName
{
color: #E96BFF;
}
</style>
background-color css
<style>
a { background-color: #E96BFF; }
a { background-color: rgb(233,107,255); }
div.DivClassName
{
background-color: #E96BFF;
}
.BgClassName
{
background-color: #E96BFF;
}
</style>
border-color css
<style>
span { border-color: #E96BFF; }
span { border-color: rgb(233,107,255); }
td.TdClassName
{
border-color: #E96BFF;
}
.TagClassName
{
border-color: #E96BFF;
}
</style>