Shades of Heliotrope #E074EE
Tints of Heliotrope #E074EE
RGB
CMYK
RGB Variations
Color information
#E074EE (or 0xE074EE) is known color: Heliotrope. HEX triplet: E0, 74 and EE. RGB value is (224,116,238). Sum of RGB (Red+Green+Blue) = 224+116+238=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 116 (45.70% from 255 or 20.07% 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 #E074EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E074EE is #1F8B11. Grayscale: #A1A1A1. Windows color (decimal): -2067218 or 15627488. OLE color: 15627488.
HSL color Cylindrical-coordinate representation of color #E074EE: hue angle of 293.11º degrees, saturation: 0.78, 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 #E074EE is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 116 | 238 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.07 |
| HSL | 293.11º | 0.78% | 0.69% | - |
| HSV(B) | 293.11º | 0.51% | 0.93% | - |
| XYZ | 52.42 | 34.51 | 84.79 | - |
| YUV | 162.2 | 170.78 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 116 | 238 | 0.06 | 0.51 | 0 | 0.07 | 293.11 | 0.78 | 0.69 |
| Hex | E0 | 74 | EE | 6 | 33 | 0 | 7 | 125 | 4E | 45 |
| Octal | 340 | 164 | 356 | 6 | 63 | 0 | 7 | 445 | 116 | 105 |
| Binary | 11100000 | 1110100 | 11101110 | 110 | 110011 | 0 | 111 | 100100101 | 1001110 | 1000101 |
Color Harmonies of #E074EE
Complementary color
Monochromatic Colors of #E074EE
Black with #E074EE
Text Example
Text Example
White with #E074EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E074EE; }
p { color: rgb(224,116,238); }
H1.HeaderClassName
{
color: #E074EE;
}
.AnyTagClassName
{
color: #E074EE;
}
</style>
background-color css
<style>
a { background-color: #E074EE; }
a { background-color: rgb(224,116,238); }
div.DivClassName
{
background-color: #E074EE;
}
.BgClassName
{
background-color: #E074EE;
}
</style>
border-color css
<style>
span { border-color: #E074EE; }
span { border-color: rgb(224,116,238); }
td.TdClassName
{
border-color: #E074EE;
}
.TagClassName
{
border-color: #E074EE;
}
</style>