Shades of Heliotrope #E76FF2
Tints of Heliotrope #E76FF2
RGB
CMYK
RGB Variations
Color information
#E76FF2 (or 0xE76FF2) is known color: Heliotrope. HEX triplet: E7, 6F and F2. RGB value is (231,111,242). Sum of RGB (Red+Green+Blue) = 231+111+242=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #E76FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E76FF2 is #18900D. Grayscale: #A1A1A1. Windows color (decimal): -1609742 or 15888359. OLE color: 15888359.
HSL color Cylindrical-coordinate representation of color #E76FF2: hue angle of 294.96º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76FF2 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 111 | 242 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.05 |
| HSL | 294.96º | 0.83% | 0.69% | - |
| HSV(B) | 294.96º | 0.54% | 0.95% | - |
| XYZ | 54.67 | 34.77 | 87.83 | - |
| YUV | 161.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 242 | 0.05 | 0.54 | 0 | 0.05 | 294.96 | 0.83 | 0.69 |
| Hex | E7 | 6F | F2 | 5 | 36 | 0 | 5 | 127 | 53 | 45 |
| Octal | 347 | 157 | 362 | 5 | 66 | 0 | 5 | 447 | 123 | 105 |
| Binary | 11100111 | 1101111 | 11110010 | 101 | 110110 | 0 | 101 | 100100111 | 1010011 | 1000101 |
Color Harmonies of #E76FF2
Complementary color
Monochromatic Colors of #E76FF2
Black with #E76FF2
Text Example
Text Example
White with #E76FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76FF2; }
p { color: rgb(231,111,242); }
H1.HeaderClassName
{
color: #E76FF2;
}
.AnyTagClassName
{
color: #E76FF2;
}
</style>
background-color css
<style>
a { background-color: #E76FF2; }
a { background-color: rgb(231,111,242); }
div.DivClassName
{
background-color: #E76FF2;
}
.BgClassName
{
background-color: #E76FF2;
}
</style>
border-color css
<style>
span { border-color: #E76FF2; }
span { border-color: rgb(231,111,242); }
td.TdClassName
{
border-color: #E76FF2;
}
.TagClassName
{
border-color: #E76FF2;
}
</style>