Shades of Heliotrope #E76EF2
Tints of Heliotrope #E76EF2
RGB
CMYK
RGB Variations
Color information
#E76EF2 (or 0xE76EF2) is known color: Heliotrope. HEX triplet: E7, 6E and F2. RGB value is (231,110,242). Sum of RGB (Red+Green+Blue) = 231+110+242=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 110 (43.36% from 255 or 18.87% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #E76EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76EF2 is #18910D. Grayscale: #A0A0A0. Windows color (decimal): -1609998 or 15888103. OLE color: 15888103.
HSL color Cylindrical-coordinate representation of color #E76EF2: hue angle of 295º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E76EF2 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 110 | 242 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.05 |
| HSL | 295º | 0.84% | 0.69% | - |
| HSV(B) | 295º | 0.55% | 0.95% | - |
| XYZ | 54.56 | 34.55 | 87.8 | - |
| YUV | 161.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 242 | 0.05 | 0.55 | 0 | 0.05 | 295 | 0.84 | 0.69 |
| Hex | E7 | 6E | F2 | 5 | 37 | 0 | 5 | 127 | 54 | 45 |
| Octal | 347 | 156 | 362 | 5 | 67 | 0 | 5 | 447 | 124 | 105 |
| Binary | 11100111 | 1101110 | 11110010 | 101 | 110111 | 0 | 101 | 100100111 | 1010100 | 1000101 |
Color Harmonies of #E76EF2
Complementary color
Monochromatic Colors of #E76EF2
Black with #E76EF2
Text Example
Text Example
White with #E76EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76EF2; }
p { color: rgb(231,110,242); }
H1.HeaderClassName
{
color: #E76EF2;
}
.AnyTagClassName
{
color: #E76EF2;
}
</style>
background-color css
<style>
a { background-color: #E76EF2; }
a { background-color: rgb(231,110,242); }
div.DivClassName
{
background-color: #E76EF2;
}
.BgClassName
{
background-color: #E76EF2;
}
</style>
border-color css
<style>
span { border-color: #E76EF2; }
span { border-color: rgb(231,110,242); }
td.TdClassName
{
border-color: #E76EF2;
}
.TagClassName
{
border-color: #E76EF2;
}
</style>