Shades of Heliotrope #E776FE
Tints of Heliotrope #E776FE
RGB
CMYK
RGB Variations
Color information
#E776FE (or 0xE776FE) is known color: Heliotrope. HEX triplet: E7, 76 and FE. RGB value is (231,118,254). Sum of RGB (Red+Green+Blue) = 231+118+254=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 118 (46.48% from 255 or 19.57% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #E776FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E776FE is #188901. Grayscale: #A6A6A6. Windows color (decimal): -1607938 or 16676583. OLE color: 16676583.
HSL color Cylindrical-coordinate representation of color #E776FE: hue angle of 289.85º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E776FE is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 118 | 254 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.00 |
| HSL | 289.85º | 0.99% | 0.73% | - |
| HSV(B) | 289.85º | 0.54% | 1% | - |
| XYZ | 57.32 | 37.1 | 97.91 | - |
| YUV | 167.29 | 176.94 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 254 | 0.09 | 0.54 | 0 | 0.00 | 289.85 | 0.99 | 0.73 |
| Hex | E7 | 76 | FE | 9 | 36 | 0 | 0 | 122 | 63 | 49 |
| Octal | 347 | 166 | 376 | 11 | 66 | 0 | 0 | 442 | 143 | 111 |
| Binary | 11100111 | 1110110 | 11111110 | 1001 | 110110 | 0 | 0 | 100100010 | 1100011 | 1001001 |
Color Harmonies of #E776FE
Complementary color
Monochromatic Colors of #E776FE
Black with #E776FE
Text Example
Text Example
White with #E776FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E776FE; }
p { color: rgb(231,118,254); }
H1.HeaderClassName
{
color: #E776FE;
}
.AnyTagClassName
{
color: #E776FE;
}
</style>
background-color css
<style>
a { background-color: #E776FE; }
a { background-color: rgb(231,118,254); }
div.DivClassName
{
background-color: #E776FE;
}
.BgClassName
{
background-color: #E776FE;
}
</style>
border-color css
<style>
span { border-color: #E776FE; }
span { border-color: rgb(231,118,254); }
td.TdClassName
{
border-color: #E776FE;
}
.TagClassName
{
border-color: #E776FE;
}
</style>