Shades of Heliotrope #E075ED
Tints of Heliotrope #E075ED
RGB
CMYK
RGB Variations
Color information
#E075ED (or 0xE075ED) is known color: Heliotrope. HEX triplet: E0, 75 and ED. RGB value is (224,117,237). Sum of RGB (Red+Green+Blue) = 224+117+237=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 117 (46.09% from 255 or 20.24% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #E075ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E075ED is #1F8A12. Grayscale: #A2A2A2. Windows color (decimal): -2066963 or 15562208. OLE color: 15562208.
HSL color Cylindrical-coordinate representation of color #E075ED: hue angle of 293.5º 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 #E075ED is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 117 | 237 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.07 |
| HSL | 293.5º | 0.77% | 0.69% | - |
| HSV(B) | 293.5º | 0.51% | 0.93% | - |
| XYZ | 52.39 | 34.68 | 84.05 | - |
| YUV | 162.67 | 169.95 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 117 | 237 | 0.05 | 0.51 | 0 | 0.07 | 293.5 | 0.77 | 0.69 |
| Hex | E0 | 75 | ED | 5 | 33 | 0 | 7 | 126 | 4D | 45 |
| Octal | 340 | 165 | 355 | 5 | 63 | 0 | 7 | 446 | 115 | 105 |
| Binary | 11100000 | 1110101 | 11101101 | 101 | 110011 | 0 | 111 | 100100110 | 1001101 | 1000101 |
Color Harmonies of #E075ED
Complementary color
Monochromatic Colors of #E075ED
Black with #E075ED
Text Example
Text Example
White with #E075ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E075ED; }
p { color: rgb(224,117,237); }
H1.HeaderClassName
{
color: #E075ED;
}
.AnyTagClassName
{
color: #E075ED;
}
</style>
background-color css
<style>
a { background-color: #E075ED; }
a { background-color: rgb(224,117,237); }
div.DivClassName
{
background-color: #E075ED;
}
.BgClassName
{
background-color: #E075ED;
}
</style>
border-color css
<style>
span { border-color: #E075ED; }
span { border-color: rgb(224,117,237); }
td.TdClassName
{
border-color: #E075ED;
}
.TagClassName
{
border-color: #E075ED;
}
</style>