Shades of Heliotrope #E277FC
Tints of Heliotrope #E277FC
RGB
CMYK
RGB Variations
Color information
#E277FC (or 0xE277FC) is known color: Heliotrope. HEX triplet: E2, 77 and FC. RGB value is (226,119,252). Sum of RGB (Red+Green+Blue) = 226+119+252=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 119 (46.88% from 255 or 19.93% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #E277FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E277FC is #1D8803. Grayscale: #A5A5A5. Windows color (decimal): -1935364 or 16545762. OLE color: 16545762.
HSL color Cylindrical-coordinate representation of color #E277FC: hue angle of 288.27º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E277FC is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 119 | 252 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.01 |
| HSL | 288.27º | 0.96% | 0.73% | - |
| HSV(B) | 288.27º | 0.53% | 0.99% | - |
| XYZ | 55.53 | 36.39 | 96.19 | - |
| YUV | 166.16 | 176.45 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 252 | 0.10 | 0.53 | 0 | 0.01 | 288.27 | 0.96 | 0.73 |
| Hex | E2 | 77 | FC | A | 35 | 0 | 1 | 120 | 60 | 49 |
| Octal | 342 | 167 | 374 | 12 | 65 | 0 | 1 | 440 | 140 | 111 |
| Binary | 11100010 | 1110111 | 11111100 | 1010 | 110101 | 0 | 1 | 100100000 | 1100000 | 1001001 |
Color Harmonies of #E277FC
Complementary color
Monochromatic Colors of #E277FC
Black with #E277FC
Text Example
Text Example
White with #E277FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E277FC; }
p { color: rgb(226,119,252); }
H1.HeaderClassName
{
color: #E277FC;
}
.AnyTagClassName
{
color: #E277FC;
}
</style>
background-color css
<style>
a { background-color: #E277FC; }
a { background-color: rgb(226,119,252); }
div.DivClassName
{
background-color: #E277FC;
}
.BgClassName
{
background-color: #E277FC;
}
</style>
border-color css
<style>
span { border-color: #E277FC; }
span { border-color: rgb(226,119,252); }
td.TdClassName
{
border-color: #E277FC;
}
.TagClassName
{
border-color: #E277FC;
}
</style>