Shades of Heliotrope #E966F1
Tints of Heliotrope #E966F1
RGB
CMYK
RGB Variations
Color information
#E966F1 (or 0xE966F1) is known color: Heliotrope. HEX triplet: E9, 66 and F1. RGB value is (233,102,241). Sum of RGB (Red+Green+Blue) = 233+102+241=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 102 (40.23% from 255 or 17.71% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #E966F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E966F1 is #16990E. Grayscale: #9C9C9C. Windows color (decimal): -1480975 or 15820521. OLE color: 15820521.
HSL color Cylindrical-coordinate representation of color #E966F1: hue angle of 296.55º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E966F1 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 102 | 241 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.05 |
| HSL | 296.55º | 0.83% | 0.67% | - |
| HSV(B) | 296.55º | 0.58% | 0.95% | - |
| XYZ | 54.23 | 33.18 | 86.76 | - |
| YUV | 157.02 | 175.4 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 241 | 0.03 | 0.58 | 0 | 0.05 | 296.55 | 0.83 | 0.67 |
| Hex | E9 | 66 | F1 | 3 | 3A | 0 | 5 | 129 | 53 | 43 |
| Octal | 351 | 146 | 361 | 3 | 72 | 0 | 5 | 451 | 123 | 103 |
| Binary | 11101001 | 1100110 | 11110001 | 11 | 111010 | 0 | 101 | 100101001 | 1010011 | 1000011 |
Color Harmonies of #E966F1
Complementary color
Monochromatic Colors of #E966F1
Black with #E966F1
Text Example
Text Example
White with #E966F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E966F1; }
p { color: rgb(233,102,241); }
H1.HeaderClassName
{
color: #E966F1;
}
.AnyTagClassName
{
color: #E966F1;
}
</style>
background-color css
<style>
a { background-color: #E966F1; }
a { background-color: rgb(233,102,241); }
div.DivClassName
{
background-color: #E966F1;
}
.BgClassName
{
background-color: #E966F1;
}
</style>
border-color css
<style>
span { border-color: #E966F1; }
span { border-color: rgb(233,102,241); }
td.TdClassName
{
border-color: #E966F1;
}
.TagClassName
{
border-color: #E966F1;
}
</style>