Shades of Heliotrope #E77CFC
Tints of Heliotrope #E77CFC
RGB
CMYK
RGB Variations
Color information
#E77CFC (or 0xE77CFC) is known color: Heliotrope. HEX triplet: E7, 7C and FC. RGB value is (231,124,252). Sum of RGB (Red+Green+Blue) = 231+124+252=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 124 (48.83% from 255 or 20.43% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #E77CFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77CFC is #188303. Grayscale: #AAAAAA. Windows color (decimal): -1606404 or 16547047. OLE color: 16547047.
HSL color Cylindrical-coordinate representation of color #E77CFC: hue angle of 290.16º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E77CFC is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 124 | 252 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.01 |
| HSL | 290.16º | 0.96% | 0.74% | - |
| HSV(B) | 290.16º | 0.51% | 0.99% | - |
| XYZ | 57.73 | 38.43 | 96.47 | - |
| YUV | 170.59 | 173.95 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 252 | 0.08 | 0.51 | 0 | 0.01 | 290.16 | 0.96 | 0.74 |
| Hex | E7 | 7C | FC | 8 | 33 | 0 | 1 | 122 | 60 | 4A |
| Octal | 347 | 174 | 374 | 10 | 63 | 0 | 1 | 442 | 140 | 112 |
| Binary | 11100111 | 1111100 | 11111100 | 1000 | 110011 | 0 | 1 | 100100010 | 1100000 | 1001010 |
Color Harmonies of #E77CFC
Complementary color
Monochromatic Colors of #E77CFC
Black with #E77CFC
Text Example
Text Example
White with #E77CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CFC; }
p { color: rgb(231,124,252); }
H1.HeaderClassName
{
color: #E77CFC;
}
.AnyTagClassName
{
color: #E77CFC;
}
</style>
background-color css
<style>
a { background-color: #E77CFC; }
a { background-color: rgb(231,124,252); }
div.DivClassName
{
background-color: #E77CFC;
}
.BgClassName
{
background-color: #E77CFC;
}
</style>
border-color css
<style>
span { border-color: #E77CFC; }
span { border-color: rgb(231,124,252); }
td.TdClassName
{
border-color: #E77CFC;
}
.TagClassName
{
border-color: #E77CFC;
}
</style>