Shades of Heliotrope #E868F2
Tints of Heliotrope #E868F2
RGB
CMYK
RGB Variations
Color information
#E868F2 (or 0xE868F2) is known color: Heliotrope. HEX triplet: E8, 68 and F2. RGB value is (232,104,242). Sum of RGB (Red+Green+Blue) = 232+104+242=578 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.14% from 578); Green value is 104 (41.02% from 255 or 17.99% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #E868F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E868F2 is #17970D. Grayscale: #9D9D9D. Windows color (decimal): -1545998 or 15886568. OLE color: 15886568.
HSL color Cylindrical-coordinate representation of color #E868F2: hue angle of 295.65º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E868F2 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 104 | 242 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.05 |
| HSL | 295.65º | 0.84% | 0.68% | - |
| HSV(B) | 295.65º | 0.57% | 0.95% | - |
| XYZ | 54.26 | 33.47 | 87.6 | - |
| YUV | 158 | 175.41 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 242 | 0.04 | 0.57 | 0 | 0.05 | 295.65 | 0.84 | 0.68 |
| Hex | E8 | 68 | F2 | 4 | 39 | 0 | 5 | 128 | 54 | 44 |
| Octal | 350 | 150 | 362 | 4 | 71 | 0 | 5 | 450 | 124 | 104 |
| Binary | 11101000 | 1101000 | 11110010 | 100 | 111001 | 0 | 101 | 100101000 | 1010100 | 1000100 |
Color Harmonies of #E868F2
Complementary color
Monochromatic Colors of #E868F2
Black with #E868F2
Text Example
Text Example
White with #E868F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E868F2; }
p { color: rgb(232,104,242); }
H1.HeaderClassName
{
color: #E868F2;
}
.AnyTagClassName
{
color: #E868F2;
}
</style>
background-color css
<style>
a { background-color: #E868F2; }
a { background-color: rgb(232,104,242); }
div.DivClassName
{
background-color: #E868F2;
}
.BgClassName
{
background-color: #E868F2;
}
</style>
border-color css
<style>
span { border-color: #E868F2; }
span { border-color: rgb(232,104,242); }
td.TdClassName
{
border-color: #E868F2;
}
.TagClassName
{
border-color: #E868F2;
}
</style>