Shades of Heliotrope #E074ED
Tints of Heliotrope #E074ED
RGB
CMYK
RGB Variations
Color information
#E074ED (or 0xE074ED) is known color: Heliotrope. HEX triplet: E0, 74 and ED. RGB value is (224,116,237). Sum of RGB (Red+Green+Blue) = 224+116+237=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #E074ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E074ED is #1F8B12. Grayscale: #A1A1A1. Windows color (decimal): -2067219 or 15561952. OLE color: 15561952.
HSL color Cylindrical-coordinate representation of color #E074ED: hue angle of 293.55º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E074ED is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 116 | 237 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.07 |
| HSL | 293.55º | 0.77% | 0.69% | - |
| HSV(B) | 293.55º | 0.51% | 0.93% | - |
| XYZ | 52.27 | 34.45 | 84.02 | - |
| YUV | 162.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 237 | 0.05 | 0.51 | 0 | 0.07 | 293.55 | 0.77 | 0.69 |
| Hex | E0 | 74 | ED | 5 | 33 | 0 | 7 | 126 | 4D | 45 |
| Octal | 340 | 164 | 355 | 5 | 63 | 0 | 7 | 446 | 115 | 105 |
| Binary | 11100000 | 1110100 | 11101101 | 101 | 110011 | 0 | 111 | 100100110 | 1001101 | 1000101 |
Color Harmonies of #E074ED
Complementary color
Monochromatic Colors of #E074ED
Black with #E074ED
Text Example
Text Example
White with #E074ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074ED; }
p { color: rgb(224,116,237); }
H1.HeaderClassName
{
color: #E074ED;
}
.AnyTagClassName
{
color: #E074ED;
}
</style>
background-color css
<style>
a { background-color: #E074ED; }
a { background-color: rgb(224,116,237); }
div.DivClassName
{
background-color: #E074ED;
}
.BgClassName
{
background-color: #E074ED;
}
</style>
border-color css
<style>
span { border-color: #E074ED; }
span { border-color: rgb(224,116,237); }
td.TdClassName
{
border-color: #E074ED;
}
.TagClassName
{
border-color: #E074ED;
}
</style>