Shades of Heliotrope #E771FF
Tints of Heliotrope #E771FF
RGB
CMYK
RGB Variations
Color information
#E771FF (or 0xE771FF) is known color: Heliotrope. HEX triplet: E7, 71 and FF. RGB value is (231,113,255). Sum of RGB (Red+Green+Blue) = 231+113+255=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 113 (44.53% from 255 or 18.86% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #E771FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E771FF is #188E00. Grayscale: #A4A4A4. Windows color (decimal): -1609217 or 16740839. OLE color: 16740839.
HSL color Cylindrical-coordinate representation of color #E771FF: hue angle of 289.86º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E771FF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 113 | 255 | - |
| CMYK | 0.09 | 0.56 | 0 | 0 |
| HSL | 289.86º | 1% | 0.72% | - |
| HSV(B) | 289.86º | 0.56% | 1% | - |
| XYZ | 56.91 | 36.02 | 98.56 | - |
| YUV | 164.47 | 179.09 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 255 | 0.09 | 0.56 | 0 | 0 | 289.86 | 1 | 0.72 |
| Hex | E7 | 71 | FF | 9 | 38 | 0 | 0 | 122 | 64 | 48 |
| Octal | 347 | 161 | 377 | 11 | 70 | 0 | 0 | 442 | 144 | 110 |
| Binary | 11100111 | 1110001 | 11111111 | 1001 | 111000 | 0 | 0 | 100100010 | 1100100 | 1001000 |
Color Harmonies of #E771FF
Complementary color
Monochromatic Colors of #E771FF
Black with #E771FF
Text Example
Text Example
White with #E771FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E771FF; }
p { color: rgb(231,113,255); }
H1.HeaderClassName
{
color: #E771FF;
}
.AnyTagClassName
{
color: #E771FF;
}
</style>
background-color css
<style>
a { background-color: #E771FF; }
a { background-color: rgb(231,113,255); }
div.DivClassName
{
background-color: #E771FF;
}
.BgClassName
{
background-color: #E771FF;
}
</style>
border-color css
<style>
span { border-color: #E771FF; }
span { border-color: rgb(231,113,255); }
td.TdClassName
{
border-color: #E771FF;
}
.TagClassName
{
border-color: #E771FF;
}
</style>