Shades of Heliotrope #E771F2
Tints of Heliotrope #E771F2
RGB
CMYK
RGB Variations
Color information
#E771F2 (or 0xE771F2) is known color: Heliotrope. HEX triplet: E7, 71 and F2. RGB value is (231,113,242). Sum of RGB (Red+Green+Blue) = 231+113+242=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #E771F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E771F2 is #188E0D. Grayscale: #A2A2A2. Windows color (decimal): -1609230 or 15888871. OLE color: 15888871.
HSL color Cylindrical-coordinate representation of color #E771F2: hue angle of 294.88º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E771F2 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 113 | 242 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.05 |
| HSL | 294.88º | 0.83% | 0.7% | - |
| HSV(B) | 294.88º | 0.53% | 0.95% | - |
| XYZ | 54.89 | 35.21 | 87.91 | - |
| YUV | 162.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 242 | 0.05 | 0.53 | 0 | 0.05 | 294.88 | 0.83 | 0.7 |
| Hex | E7 | 71 | F2 | 5 | 35 | 0 | 5 | 127 | 53 | 46 |
| Octal | 347 | 161 | 362 | 5 | 65 | 0 | 5 | 447 | 123 | 106 |
| Binary | 11100111 | 1110001 | 11110010 | 101 | 110101 | 0 | 101 | 100100111 | 1010011 | 1000110 |
Color Harmonies of #E771F2
Complementary color
Monochromatic Colors of #E771F2
Black with #E771F2
Text Example
Text Example
White with #E771F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E771F2; }
p { color: rgb(231,113,242); }
H1.HeaderClassName
{
color: #E771F2;
}
.AnyTagClassName
{
color: #E771F2;
}
</style>
background-color css
<style>
a { background-color: #E771F2; }
a { background-color: rgb(231,113,242); }
div.DivClassName
{
background-color: #E771F2;
}
.BgClassName
{
background-color: #E771F2;
}
</style>
border-color css
<style>
span { border-color: #E771F2; }
span { border-color: rgb(231,113,242); }
td.TdClassName
{
border-color: #E771F2;
}
.TagClassName
{
border-color: #E771F2;
}
</style>