Shades of Heliotrope #E05AFC
Tints of Heliotrope #E05AFC
RGB
CMYK
RGB Variations
Color information
#E05AFC (or 0xE05AFC) is known color: Heliotrope. HEX triplet: E0, 5A and FC. RGB value is (224,90,252). Sum of RGB (Red+Green+Blue) = 224+90+252=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 90 (35.55% from 255 or 15.90% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #E05AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E05AFC is #1FA503. Grayscale: #949494. Windows color (decimal): -2073860 or 16538336. OLE color: 16538336.
HSL color Cylindrical-coordinate representation of color #E05AFC: hue angle of 289.63º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05AFC is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 90 | 252 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.01 |
| HSL | 289.63º | 0.96% | 0.67% | - |
| HSV(B) | 289.63º | 0.64% | 0.99% | - |
| XYZ | 51.97 | 30.19 | 95.18 | - |
| YUV | 148.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 252 | 0.11 | 0.64 | 0 | 0.01 | 289.63 | 0.96 | 0.67 |
| Hex | E0 | 5A | FC | B | 40 | 0 | 1 | 122 | 60 | 43 |
| Octal | 340 | 132 | 374 | 13 | 100 | 0 | 1 | 442 | 140 | 103 |
| Binary | 11100000 | 1011010 | 11111100 | 1011 | 1000000 | 0 | 1 | 100100010 | 1100000 | 1000011 |
Color Harmonies of #E05AFC
Complementary color
Monochromatic Colors of #E05AFC
Black with #E05AFC
Text Example
Text Example
White with #E05AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05AFC; }
p { color: rgb(224,90,252); }
H1.HeaderClassName
{
color: #E05AFC;
}
.AnyTagClassName
{
color: #E05AFC;
}
</style>
background-color css
<style>
a { background-color: #E05AFC; }
a { background-color: rgb(224,90,252); }
div.DivClassName
{
background-color: #E05AFC;
}
.BgClassName
{
background-color: #E05AFC;
}
</style>
border-color css
<style>
span { border-color: #E05AFC; }
span { border-color: rgb(224,90,252); }
td.TdClassName
{
border-color: #E05AFC;
}
.TagClassName
{
border-color: #E05AFC;
}
</style>