Shades of Heliotrope #E063F5
Tints of Heliotrope #E063F5
RGB
CMYK
RGB Variations
Color information
#E063F5 (or 0xE063F5) is known color: Heliotrope. HEX triplet: E0, 63 and F5. RGB value is (224,99,245). Sum of RGB (Red+Green+Blue) = 224+99+245=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 99 (39.06% from 255 or 17.43% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #E063F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E063F5 is #1F9C0A. Grayscale: #989898. Windows color (decimal): -2071563 or 16081888. OLE color: 16081888.
HSL color Cylindrical-coordinate representation of color #E063F5: hue angle of 291.37º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E063F5 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 99 | 245 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.04 |
| HSL | 291.37º | 0.88% | 0.67% | - |
| HSV(B) | 291.37º | 0.6% | 0.96% | - |
| XYZ | 51.68 | 31.36 | 89.72 | - |
| YUV | 153.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 245 | 0.09 | 0.60 | 0 | 0.04 | 291.37 | 0.88 | 0.67 |
| Hex | E0 | 63 | F5 | 9 | 3C | 0 | 4 | 123 | 58 | 43 |
| Octal | 340 | 143 | 365 | 11 | 74 | 0 | 4 | 443 | 130 | 103 |
| Binary | 11100000 | 1100011 | 11110101 | 1001 | 111100 | 0 | 100 | 100100011 | 1011000 | 1000011 |
Color Harmonies of #E063F5
Complementary color
Monochromatic Colors of #E063F5
Black with #E063F5
Text Example
Text Example
White with #E063F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063F5; }
p { color: rgb(224,99,245); }
H1.HeaderClassName
{
color: #E063F5;
}
.AnyTagClassName
{
color: #E063F5;
}
</style>
background-color css
<style>
a { background-color: #E063F5; }
a { background-color: rgb(224,99,245); }
div.DivClassName
{
background-color: #E063F5;
}
.BgClassName
{
background-color: #E063F5;
}
</style>
border-color css
<style>
span { border-color: #E063F5; }
span { border-color: rgb(224,99,245); }
td.TdClassName
{
border-color: #E063F5;
}
.TagClassName
{
border-color: #E063F5;
}
</style>