Shades of Heliotrope #E77CFE
Tints of Heliotrope #E77CFE
RGB
CMYK
RGB Variations
Color information
#E77CFE (or 0xE77CFE) is known color: Heliotrope. HEX triplet: E7, 7C and FE. RGB value is (231,124,254). Sum of RGB (Red+Green+Blue) = 231+124+254=609 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.93% from 609); Green value is 124 (48.83% from 255 or 20.36% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #E77CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77CFE is #188301. Grayscale: #AAAAAA. Windows color (decimal): -1606402 or 16678119. OLE color: 16678119.
HSL color Cylindrical-coordinate representation of color #E77CFE: hue angle of 289.38º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E77CFE is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 124 | 254 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.00 |
| HSL | 289.38º | 0.98% | 0.74% | - |
| HSV(B) | 289.38º | 0.51% | 1% | - |
| XYZ | 58.05 | 38.56 | 98.15 | - |
| YUV | 170.81 | 174.95 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 254 | 0.09 | 0.51 | 0 | 0.00 | 289.38 | 0.98 | 0.74 |
| Hex | E7 | 7C | FE | 9 | 33 | 0 | 0 | 121 | 62 | 4A |
| Octal | 347 | 174 | 376 | 11 | 63 | 0 | 0 | 441 | 142 | 112 |
| Binary | 11100111 | 1111100 | 11111110 | 1001 | 110011 | 0 | 0 | 100100001 | 1100010 | 1001010 |
Color Harmonies of #E77CFE
Complementary color
Monochromatic Colors of #E77CFE
Black with #E77CFE
Text Example
Text Example
White with #E77CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CFE; }
p { color: rgb(231,124,254); }
H1.HeaderClassName
{
color: #E77CFE;
}
.AnyTagClassName
{
color: #E77CFE;
}
</style>
background-color css
<style>
a { background-color: #E77CFE; }
a { background-color: rgb(231,124,254); }
div.DivClassName
{
background-color: #E77CFE;
}
.BgClassName
{
background-color: #E77CFE;
}
</style>
border-color css
<style>
span { border-color: #E77CFE; }
span { border-color: rgb(231,124,254); }
td.TdClassName
{
border-color: #E77CFE;
}
.TagClassName
{
border-color: #E77CFE;
}
</style>