Shades of Heliotrope #E073EE
Tints of Heliotrope #E073EE
RGB
CMYK
RGB Variations
Color information
#E073EE (or 0xE073EE) is known color: Heliotrope. HEX triplet: E0, 73 and EE. RGB value is (224,115,238). Sum of RGB (Red+Green+Blue) = 224+115+238=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 115 (45.31% from 255 or 19.93% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #E073EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E073EE is #1F8C11. Grayscale: #A1A1A1. Windows color (decimal): -2067474 or 15627232. OLE color: 15627232.
HSL color Cylindrical-coordinate representation of color #E073EE: hue angle of 293.17º 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 #E073EE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 115 | 238 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.07 |
| HSL | 293.17º | 0.78% | 0.69% | - |
| HSV(B) | 293.17º | 0.52% | 0.93% | - |
| XYZ | 52.3 | 34.28 | 84.75 | - |
| YUV | 161.61 | 171.11 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 238 | 0.06 | 0.52 | 0 | 0.07 | 293.17 | 0.78 | 0.69 |
| Hex | E0 | 73 | EE | 6 | 34 | 0 | 7 | 125 | 4E | 45 |
| Octal | 340 | 163 | 356 | 6 | 64 | 0 | 7 | 445 | 116 | 105 |
| Binary | 11100000 | 1110011 | 11101110 | 110 | 110100 | 0 | 111 | 100100101 | 1001110 | 1000101 |
Color Harmonies of #E073EE
Complementary color
Monochromatic Colors of #E073EE
Black with #E073EE
Text Example
Text Example
White with #E073EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E073EE; }
p { color: rgb(224,115,238); }
H1.HeaderClassName
{
color: #E073EE;
}
.AnyTagClassName
{
color: #E073EE;
}
</style>
background-color css
<style>
a { background-color: #E073EE; }
a { background-color: rgb(224,115,238); }
div.DivClassName
{
background-color: #E073EE;
}
.BgClassName
{
background-color: #E073EE;
}
</style>
border-color css
<style>
span { border-color: #E073EE; }
span { border-color: rgb(224,115,238); }
td.TdClassName
{
border-color: #E073EE;
}
.TagClassName
{
border-color: #E073EE;
}
</style>