Shades of Heliotrope #E063EE
Tints of Heliotrope #E063EE
RGB
CMYK
RGB Variations
Color information
#E063EE (or 0xE063EE) is known color: Heliotrope. HEX triplet: E0, 63 and EE. RGB value is (224,99,238). Sum of RGB (Red+Green+Blue) = 224+99+238=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 99 (39.06% from 255 or 17.65% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #E063EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E063EE is #1F9C11. Grayscale: #979797. Windows color (decimal): -2071570 or 15623136. OLE color: 15623136.
HSL color Cylindrical-coordinate representation of color #E063EE: hue angle of 293.96º degrees, saturation: 0.8, 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 #E063EE is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 99 | 238 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.07 |
| HSL | 293.96º | 0.8% | 0.66% | - |
| HSV(B) | 293.96º | 0.58% | 0.93% | - |
| XYZ | 50.63 | 30.94 | 84.19 | - |
| YUV | 152.22 | 176.41 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 238 | 0.06 | 0.58 | 0 | 0.07 | 293.96 | 0.8 | 0.66 |
| Hex | E0 | 63 | EE | 6 | 3A | 0 | 7 | 126 | 50 | 42 |
| Octal | 340 | 143 | 356 | 6 | 72 | 0 | 7 | 446 | 120 | 102 |
| Binary | 11100000 | 1100011 | 11101110 | 110 | 111010 | 0 | 111 | 100100110 | 1010000 | 1000010 |
Color Harmonies of #E063EE
Complementary color
Monochromatic Colors of #E063EE
Black with #E063EE
Text Example
Text Example
White with #E063EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063EE; }
p { color: rgb(224,99,238); }
H1.HeaderClassName
{
color: #E063EE;
}
.AnyTagClassName
{
color: #E063EE;
}
</style>
background-color css
<style>
a { background-color: #E063EE; }
a { background-color: rgb(224,99,238); }
div.DivClassName
{
background-color: #E063EE;
}
.BgClassName
{
background-color: #E063EE;
}
</style>
border-color css
<style>
span { border-color: #E063EE; }
span { border-color: rgb(224,99,238); }
td.TdClassName
{
border-color: #E063EE;
}
.TagClassName
{
border-color: #E063EE;
}
</style>