Shades of Heliotrope #E867F0
Tints of Heliotrope #E867F0
RGB
CMYK
RGB Variations
Color information
#E867F0 (or 0xE867F0) is known color: Heliotrope. HEX triplet: E8, 67 and F0. RGB value is (232,103,240). Sum of RGB (Red+Green+Blue) = 232+103+240=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 103 (40.62% from 255 or 17.91% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #E867F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E867F0 is #17980F. Grayscale: #9C9C9C. Windows color (decimal): -1546256 or 15755240. OLE color: 15755240.
HSL color Cylindrical-coordinate representation of color #E867F0: hue angle of 296.5º 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 #E867F0 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 232 | 103 | 240 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.06 |
| HSL | 296.5º | 0.82% | 0.67% | - |
| HSV(B) | 296.5º | 0.57% | 0.94% | - |
| XYZ | 53.86 | 33.15 | 86 | - |
| YUV | 157.19 | 174.74 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 240 | 0.03 | 0.57 | 0 | 0.06 | 296.5 | 0.82 | 0.67 |
| Hex | E8 | 67 | F0 | 3 | 39 | 0 | 6 | 128 | 52 | 43 |
| Octal | 350 | 147 | 360 | 3 | 71 | 0 | 6 | 450 | 122 | 103 |
| Binary | 11101000 | 1100111 | 11110000 | 11 | 111001 | 0 | 110 | 100101000 | 1010010 | 1000011 |
Color Harmonies of #E867F0
Complementary color
Monochromatic Colors of #E867F0
Black with #E867F0
Text Example
Text Example
White with #E867F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E867F0; }
p { color: rgb(232,103,240); }
H1.HeaderClassName
{
color: #E867F0;
}
.AnyTagClassName
{
color: #E867F0;
}
</style>
background-color css
<style>
a { background-color: #E867F0; }
a { background-color: rgb(232,103,240); }
div.DivClassName
{
background-color: #E867F0;
}
.BgClassName
{
background-color: #E867F0;
}
</style>
border-color css
<style>
span { border-color: #E867F0; }
span { border-color: rgb(232,103,240); }
td.TdClassName
{
border-color: #E867F0;
}
.TagClassName
{
border-color: #E867F0;
}
</style>