Shades of Heliotrope #E272F0
Tints of Heliotrope #E272F0
RGB
CMYK
RGB Variations
Color information
#E272F0 (or 0xE272F0) is known color: Heliotrope. HEX triplet: E2, 72 and F0. RGB value is (226,114,240). Sum of RGB (Red+Green+Blue) = 226+114+240=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #E272F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E272F0 is #1D8D0F. Grayscale: #A1A1A1. Windows color (decimal): -1936656 or 15758050. OLE color: 15758050.
HSL color Cylindrical-coordinate representation of color #E272F0: hue angle of 293.33º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E272F0 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 114 | 240 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.06 |
| HSL | 293.33º | 0.81% | 0.69% | - |
| HSV(B) | 293.33º | 0.53% | 0.94% | - |
| XYZ | 53.11 | 34.49 | 86.3 | - |
| YUV | 161.85 | 172.11 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 240 | 0.06 | 0.52 | 0 | 0.06 | 293.33 | 0.81 | 0.69 |
| Hex | E2 | 72 | F0 | 6 | 34 | 0 | 6 | 125 | 51 | 45 |
| Octal | 342 | 162 | 360 | 6 | 64 | 0 | 6 | 445 | 121 | 105 |
| Binary | 11100010 | 1110010 | 11110000 | 110 | 110100 | 0 | 110 | 100100101 | 1010001 | 1000101 |
Color Harmonies of #E272F0
Complementary color
Monochromatic Colors of #E272F0
Black with #E272F0
Text Example
Text Example
White with #E272F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272F0; }
p { color: rgb(226,114,240); }
H1.HeaderClassName
{
color: #E272F0;
}
.AnyTagClassName
{
color: #E272F0;
}
</style>
background-color css
<style>
a { background-color: #E272F0; }
a { background-color: rgb(226,114,240); }
div.DivClassName
{
background-color: #E272F0;
}
.BgClassName
{
background-color: #E272F0;
}
</style>
border-color css
<style>
span { border-color: #E272F0; }
span { border-color: rgb(226,114,240); }
td.TdClassName
{
border-color: #E272F0;
}
.TagClassName
{
border-color: #E272F0;
}
</style>