Shades of Heliotrope #E277F0
Tints of Heliotrope #E277F0
RGB
CMYK
RGB Variations
Color information
#E277F0 (or 0xE277F0) is known color: Heliotrope. HEX triplet: E2, 77 and F0. RGB value is (226,119,240). Sum of RGB (Red+Green+Blue) = 226+119+240=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 119 (46.88% from 255 or 20.34% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #E277F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E277F0 is #1D880F. Grayscale: #A4A4A4. Windows color (decimal): -1935376 or 15759330. OLE color: 15759330.
HSL color Cylindrical-coordinate representation of color #E277F0: hue angle of 293.06º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E277F0 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 119 | 240 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.06 |
| HSL | 293.06º | 0.8% | 0.7% | - |
| HSV(B) | 293.06º | 0.5% | 0.94% | - |
| XYZ | 53.69 | 35.65 | 86.49 | - |
| YUV | 164.79 | 170.45 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 240 | 0.06 | 0.50 | 0 | 0.06 | 293.06 | 0.8 | 0.7 |
| Hex | E2 | 77 | F0 | 6 | 32 | 0 | 6 | 125 | 50 | 46 |
| Octal | 342 | 167 | 360 | 6 | 62 | 0 | 6 | 445 | 120 | 106 |
| Binary | 11100010 | 1110111 | 11110000 | 110 | 110010 | 0 | 110 | 100100101 | 1010000 | 1000110 |
Color Harmonies of #E277F0
Complementary color
Monochromatic Colors of #E277F0
Black with #E277F0
Text Example
Text Example
White with #E277F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E277F0; }
p { color: rgb(226,119,240); }
H1.HeaderClassName
{
color: #E277F0;
}
.AnyTagClassName
{
color: #E277F0;
}
</style>
background-color css
<style>
a { background-color: #E277F0; }
a { background-color: rgb(226,119,240); }
div.DivClassName
{
background-color: #E277F0;
}
.BgClassName
{
background-color: #E277F0;
}
</style>
border-color css
<style>
span { border-color: #E277F0; }
span { border-color: rgb(226,119,240); }
td.TdClassName
{
border-color: #E277F0;
}
.TagClassName
{
border-color: #E277F0;
}
</style>