Shades of Heliotrope #E967F0
Tints of Heliotrope #E967F0
RGB
CMYK
RGB Variations
Color information
#E967F0 (or 0xE967F0) is known color: Heliotrope. HEX triplet: E9, 67 and F0. RGB value is (233,103,240). Sum of RGB (Red+Green+Blue) = 233+103+240=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 103 (40.62% from 255 or 17.88% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #E967F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E967F0 is #16980F. Grayscale: #9D9D9D. Windows color (decimal): -1480720 or 15755241. OLE color: 15755241.
HSL color Cylindrical-coordinate representation of color #E967F0: hue angle of 296.93º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E967F0 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 233 | 103 | 240 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.06 |
| HSL | 296.93º | 0.82% | 0.67% | - |
| HSV(B) | 296.93º | 0.57% | 0.94% | - |
| XYZ | 54.18 | 33.32 | 86.01 | - |
| YUV | 157.49 | 174.57 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 103 | 240 | 0.03 | 0.57 | 0 | 0.06 | 296.93 | 0.82 | 0.67 |
| Hex | E9 | 67 | F0 | 3 | 39 | 0 | 6 | 129 | 52 | 43 |
| Octal | 351 | 147 | 360 | 3 | 71 | 0 | 6 | 451 | 122 | 103 |
| Binary | 11101001 | 1100111 | 11110000 | 11 | 111001 | 0 | 110 | 100101001 | 1010010 | 1000011 |
Color Harmonies of #E967F0
Complementary color
Monochromatic Colors of #E967F0
Black with #E967F0
Text Example
Text Example
White with #E967F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E967F0; }
p { color: rgb(233,103,240); }
H1.HeaderClassName
{
color: #E967F0;
}
.AnyTagClassName
{
color: #E967F0;
}
</style>
background-color css
<style>
a { background-color: #E967F0; }
a { background-color: rgb(233,103,240); }
div.DivClassName
{
background-color: #E967F0;
}
.BgClassName
{
background-color: #E967F0;
}
</style>
border-color css
<style>
span { border-color: #E967F0; }
span { border-color: rgb(233,103,240); }
td.TdClassName
{
border-color: #E967F0;
}
.TagClassName
{
border-color: #E967F0;
}
</style>