Shades of Heliotrope #E063ED
Tints of Heliotrope #E063ED
RGB
CMYK
RGB Variations
Color information
#E063ED (or 0xE063ED) is known color: Heliotrope. HEX triplet: E0, 63 and ED. RGB value is (224,99,237). Sum of RGB (Red+Green+Blue) = 224+99+237=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 99 (39.06% from 255 or 17.68% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #E063ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E063ED is #1F9C12. Grayscale: #979797. Windows color (decimal): -2071571 or 15557600. OLE color: 15557600.
HSL color Cylindrical-coordinate representation of color #E063ED: hue angle of 294.35º 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 #E063ED is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 99 | 237 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.07 |
| HSL | 294.35º | 0.79% | 0.66% | - |
| HSV(B) | 294.35º | 0.58% | 0.93% | - |
| XYZ | 50.49 | 30.89 | 83.42 | - |
| YUV | 152.11 | 175.91 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 237 | 0.05 | 0.58 | 0 | 0.07 | 294.35 | 0.79 | 0.66 |
| Hex | E0 | 63 | ED | 5 | 3A | 0 | 7 | 126 | 4F | 42 |
| Octal | 340 | 143 | 355 | 5 | 72 | 0 | 7 | 446 | 117 | 102 |
| Binary | 11100000 | 1100011 | 11101101 | 101 | 111010 | 0 | 111 | 100100110 | 1001111 | 1000010 |
Color Harmonies of #E063ED
Complementary color
Monochromatic Colors of #E063ED
Black with #E063ED
Text Example
Text Example
White with #E063ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063ED; }
p { color: rgb(224,99,237); }
H1.HeaderClassName
{
color: #E063ED;
}
.AnyTagClassName
{
color: #E063ED;
}
</style>
background-color css
<style>
a { background-color: #E063ED; }
a { background-color: rgb(224,99,237); }
div.DivClassName
{
background-color: #E063ED;
}
.BgClassName
{
background-color: #E063ED;
}
</style>
border-color css
<style>
span { border-color: #E063ED; }
span { border-color: rgb(224,99,237); }
td.TdClassName
{
border-color: #E063ED;
}
.TagClassName
{
border-color: #E063ED;
}
</style>