Shades of Heliotrope #E865F2
Tints of Heliotrope #E865F2
RGB
CMYK
RGB Variations
Color information
#E865F2 (or 0xE865F2) is known color: Heliotrope. HEX triplet: E8, 65 and F2. RGB value is (232,101,242). Sum of RGB (Red+Green+Blue) = 232+101+242=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 101 (39.84% from 255 or 17.57% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #E865F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E865F2 is #179A0D. Grayscale: #9B9B9B. Windows color (decimal): -1546766 or 15885800. OLE color: 15885800.
HSL color Cylindrical-coordinate representation of color #E865F2: hue angle of 295.74º degrees, saturation: 0.84, 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 #E865F2 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 232 | 101 | 242 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.05 |
| HSL | 295.74º | 0.84% | 0.67% | - |
| HSV(B) | 295.74º | 0.58% | 0.95% | - |
| XYZ | 53.96 | 32.87 | 87.51 | - |
| YUV | 156.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 242 | 0.04 | 0.58 | 0 | 0.05 | 295.74 | 0.84 | 0.67 |
| Hex | E8 | 65 | F2 | 4 | 3A | 0 | 5 | 128 | 54 | 43 |
| Octal | 350 | 145 | 362 | 4 | 72 | 0 | 5 | 450 | 124 | 103 |
| Binary | 11101000 | 1100101 | 11110010 | 100 | 111010 | 0 | 101 | 100101000 | 1010100 | 1000011 |
Color Harmonies of #E865F2
Complementary color
Monochromatic Colors of #E865F2
Black with #E865F2
Text Example
Text Example
White with #E865F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865F2; }
p { color: rgb(232,101,242); }
H1.HeaderClassName
{
color: #E865F2;
}
.AnyTagClassName
{
color: #E865F2;
}
</style>
background-color css
<style>
a { background-color: #E865F2; }
a { background-color: rgb(232,101,242); }
div.DivClassName
{
background-color: #E865F2;
}
.BgClassName
{
background-color: #E865F2;
}
</style>
border-color css
<style>
span { border-color: #E865F2; }
span { border-color: rgb(232,101,242); }
td.TdClassName
{
border-color: #E865F2;
}
.TagClassName
{
border-color: #E865F2;
}
</style>