Shades of Heliotrope #E272EE
Tints of Heliotrope #E272EE
RGB
CMYK
RGB Variations
Color information
#E272EE (or 0xE272EE) is known color: Heliotrope. HEX triplet: E2, 72 and EE. RGB value is (226,114,238). Sum of RGB (Red+Green+Blue) = 226+114+238=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #E272EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E272EE is #1D8D11. Grayscale: #A1A1A1. Windows color (decimal): -1936658 or 15626978. OLE color: 15626978.
HSL color Cylindrical-coordinate representation of color #E272EE: hue angle of 294.19º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E272EE is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 114 | 238 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.07 |
| HSL | 294.19º | 0.78% | 0.69% | - |
| HSV(B) | 294.19º | 0.52% | 0.93% | - |
| XYZ | 52.81 | 34.38 | 84.74 | - |
| YUV | 161.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 114 | 238 | 0.05 | 0.52 | 0 | 0.07 | 294.19 | 0.78 | 0.69 |
| Hex | E2 | 72 | EE | 5 | 34 | 0 | 7 | 126 | 4E | 45 |
| Octal | 342 | 162 | 356 | 5 | 64 | 0 | 7 | 446 | 116 | 105 |
| Binary | 11100010 | 1110010 | 11101110 | 101 | 110100 | 0 | 111 | 100100110 | 1001110 | 1000101 |
Color Harmonies of #E272EE
Complementary color
Monochromatic Colors of #E272EE
Black with #E272EE
Text Example
Text Example
White with #E272EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E272EE; }
p { color: rgb(226,114,238); }
H1.HeaderClassName
{
color: #E272EE;
}
.AnyTagClassName
{
color: #E272EE;
}
</style>
background-color css
<style>
a { background-color: #E272EE; }
a { background-color: rgb(226,114,238); }
div.DivClassName
{
background-color: #E272EE;
}
.BgClassName
{
background-color: #E272EE;
}
</style>
border-color css
<style>
span { border-color: #E272EE; }
span { border-color: rgb(226,114,238); }
td.TdClassName
{
border-color: #E272EE;
}
.TagClassName
{
border-color: #E272EE;
}
</style>