Shades of Heliotrope #E063FF
Tints of Heliotrope #E063FF
RGB
CMYK
RGB Variations
Color information
#E063FF (or 0xE063FF) is known color: Heliotrope. HEX triplet: E0, 63 and FF. RGB value is (224,99,255). Sum of RGB (Red+Green+Blue) = 224+99+255=578 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.75% from 578); Green value is 99 (39.06% from 255 or 17.13% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #E063FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E063FF is #1F9C00. Grayscale: #999999. Windows color (decimal): -2071553 or 16737248. OLE color: 16737248.
HSL color Cylindrical-coordinate representation of color #E063FF: hue angle of 288.08º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E063FF is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 99 | 255 | - |
| CMYK | 0.12 | 0.61 | 0 | 0 |
| HSL | 288.08º | 1% | 0.69% | - |
| HSV(B) | 288.08º | 0.61% | 1% | - |
| XYZ | 53.25 | 31.99 | 97.98 | - |
| YUV | 154.16 | 184.91 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 255 | 0.12 | 0.61 | 0 | 0 | 288.08 | 1 | 0.69 |
| Hex | E0 | 63 | FF | C | 3D | 0 | 0 | 120 | 64 | 45 |
| Octal | 340 | 143 | 377 | 14 | 75 | 0 | 0 | 440 | 144 | 105 |
| Binary | 11100000 | 1100011 | 11111111 | 1100 | 111101 | 0 | 0 | 100100000 | 1100100 | 1000101 |
Color Harmonies of #E063FF
Complementary color
Monochromatic Colors of #E063FF
Black with #E063FF
Text Example
Text Example
White with #E063FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063FF; }
p { color: rgb(224,99,255); }
H1.HeaderClassName
{
color: #E063FF;
}
.AnyTagClassName
{
color: #E063FF;
}
</style>
background-color css
<style>
a { background-color: #E063FF; }
a { background-color: rgb(224,99,255); }
div.DivClassName
{
background-color: #E063FF;
}
.BgClassName
{
background-color: #E063FF;
}
</style>
border-color css
<style>
span { border-color: #E063FF; }
span { border-color: rgb(224,99,255); }
td.TdClassName
{
border-color: #E063FF;
}
.TagClassName
{
border-color: #E063FF;
}
</style>