Shades of Heliotrope #E77BFC
Tints of Heliotrope #E77BFC
RGB
CMYK
RGB Variations
Color information
#E77BFC (or 0xE77BFC) is known color: Heliotrope. HEX triplet: E7, 7B and FC. RGB value is (231,123,252). Sum of RGB (Red+Green+Blue) = 231+123+252=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 123 (48.44% from 255 or 20.30% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #E77BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E77BFC is #188403. Grayscale: #A9A9A9. Windows color (decimal): -1606660 or 16546791. OLE color: 16546791.
HSL color Cylindrical-coordinate representation of color #E77BFC: hue angle of 290.23º 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 #E77BFC is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 123 | 252 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.01 |
| HSL | 290.23º | 0.96% | 0.74% | - |
| HSV(B) | 290.23º | 0.51% | 0.99% | - |
| XYZ | 57.61 | 38.18 | 96.43 | - |
| YUV | 170 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 252 | 0.08 | 0.51 | 0 | 0.01 | 290.23 | 0.96 | 0.74 |
| Hex | E7 | 7B | FC | 8 | 33 | 0 | 1 | 122 | 60 | 4A |
| Octal | 347 | 173 | 374 | 10 | 63 | 0 | 1 | 442 | 140 | 112 |
| Binary | 11100111 | 1111011 | 11111100 | 1000 | 110011 | 0 | 1 | 100100010 | 1100000 | 1001010 |
Color Harmonies of #E77BFC
Complementary color
Monochromatic Colors of #E77BFC
Black with #E77BFC
Text Example
Text Example
White with #E77BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77BFC; }
p { color: rgb(231,123,252); }
H1.HeaderClassName
{
color: #E77BFC;
}
.AnyTagClassName
{
color: #E77BFC;
}
</style>
background-color css
<style>
a { background-color: #E77BFC; }
a { background-color: rgb(231,123,252); }
div.DivClassName
{
background-color: #E77BFC;
}
.BgClassName
{
background-color: #E77BFC;
}
</style>
border-color css
<style>
span { border-color: #E77BFC; }
span { border-color: rgb(231,123,252); }
td.TdClassName
{
border-color: #E77BFC;
}
.TagClassName
{
border-color: #E77BFC;
}
</style>