Shades of Heliotrope #E064ED
Tints of Heliotrope #E064ED
RGB
CMYK
RGB Variations
Color information
#E064ED (or 0xE064ED) is known color: Heliotrope. HEX triplet: E0, 64 and ED. RGB value is (224,100,237). Sum of RGB (Red+Green+Blue) = 224+100+237=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 100 (39.45% from 255 or 17.83% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #E064ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E064ED is #1F9B12. Grayscale: #989898. Windows color (decimal): -2071315 or 15557856. OLE color: 15557856.
HSL color Cylindrical-coordinate representation of color #E064ED: hue angle of 294.31º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E064ED is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 100 | 237 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.07 |
| HSL | 294.31º | 0.79% | 0.66% | - |
| HSV(B) | 294.31º | 0.58% | 0.93% | - |
| XYZ | 50.58 | 31.08 | 83.45 | - |
| YUV | 152.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 237 | 0.05 | 0.58 | 0 | 0.07 | 294.31 | 0.79 | 0.66 |
| Hex | E0 | 64 | ED | 5 | 3A | 0 | 7 | 126 | 4F | 42 |
| Octal | 340 | 144 | 355 | 5 | 72 | 0 | 7 | 446 | 117 | 102 |
| Binary | 11100000 | 1100100 | 11101101 | 101 | 111010 | 0 | 111 | 100100110 | 1001111 | 1000010 |
Color Harmonies of #E064ED
Complementary color
Monochromatic Colors of #E064ED
Black with #E064ED
Text Example
Text Example
White with #E064ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E064ED; }
p { color: rgb(224,100,237); }
H1.HeaderClassName
{
color: #E064ED;
}
.AnyTagClassName
{
color: #E064ED;
}
</style>
background-color css
<style>
a { background-color: #E064ED; }
a { background-color: rgb(224,100,237); }
div.DivClassName
{
background-color: #E064ED;
}
.BgClassName
{
background-color: #E064ED;
}
</style>
border-color css
<style>
span { border-color: #E064ED; }
span { border-color: rgb(224,100,237); }
td.TdClassName
{
border-color: #E064ED;
}
.TagClassName
{
border-color: #E064ED;
}
</style>