Shades of Heliotrope #E96BF7
Tints of Heliotrope #E96BF7
RGB
CMYK
RGB Variations
Color information
#E96BF7 (or 0xE96BF7) is known color: Heliotrope. HEX triplet: E9, 6B and F7. RGB value is (233,107,247). Sum of RGB (Red+Green+Blue) = 233+107+247=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 107 (42.19% from 255 or 18.23% from 587); Blue value is 247 (96.88% from 255 or 42.08% from 587); Max value from RGB is 247 - color contains mainly: blue. Hex color #E96BF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E96BF7 is #169408. Grayscale: #A0A0A0. Windows color (decimal): -1479689 or 16215017. OLE color: 16215017.
HSL color Cylindrical-coordinate representation of color #E96BF7: hue angle of 294º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E96BF7 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 107 | 247 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.03 |
| HSL | 294º | 0.9% | 0.69% | - |
| HSV(B) | 294º | 0.57% | 0.97% | - |
| XYZ | 55.65 | 34.55 | 91.73 | - |
| YUV | 160.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 107 | 247 | 0.06 | 0.57 | 0 | 0.03 | 294 | 0.9 | 0.69 |
| Hex | E9 | 6B | F7 | 6 | 39 | 0 | 3 | 126 | 5A | 45 |
| Octal | 351 | 153 | 367 | 6 | 71 | 0 | 3 | 446 | 132 | 105 |
| Binary | 11101001 | 1101011 | 11110111 | 110 | 111001 | 0 | 11 | 100100110 | 1011010 | 1000101 |
Color Harmonies of #E96BF7
Complementary color
Monochromatic Colors of #E96BF7
Black with #E96BF7
Text Example
Text Example
White with #E96BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96BF7; }
p { color: rgb(233,107,247); }
H1.HeaderClassName
{
color: #E96BF7;
}
.AnyTagClassName
{
color: #E96BF7;
}
</style>
background-color css
<style>
a { background-color: #E96BF7; }
a { background-color: rgb(233,107,247); }
div.DivClassName
{
background-color: #E96BF7;
}
.BgClassName
{
background-color: #E96BF7;
}
</style>
border-color css
<style>
span { border-color: #E96BF7; }
span { border-color: rgb(233,107,247); }
td.TdClassName
{
border-color: #E96BF7;
}
.TagClassName
{
border-color: #E96BF7;
}
</style>