Shades of Heliotrope #E55AF4
Tints of Heliotrope #E55AF4
RGB
CMYK
RGB Variations
Color information
#E55AF4 (or 0xE55AF4) is known color: Heliotrope. HEX triplet: E5, 5A and F4. RGB value is (229,90,244). Sum of RGB (Red+Green+Blue) = 229+90+244=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 90 (35.55% from 255 or 15.99% from 563); Blue value is 244 (95.70% from 255 or 43.34% from 563); Max value from RGB is 244 - color contains mainly: blue. Hex color #E55AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55AF4 is #1AA50B. Grayscale: #949494. Windows color (decimal): -1746188 or 16014053. OLE color: 16014053.
HSL color Cylindrical-coordinate representation of color #E55AF4: hue angle of 294.16º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55AF4 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 229 | 90 | 244 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.04 |
| HSL | 294.16º | 0.88% | 0.65% | - |
| HSV(B) | 294.16º | 0.63% | 0.96% | - |
| XYZ | 52.3 | 30.5 | 88.72 | - |
| YUV | 149.12 | 181.55 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 244 | 0.06 | 0.63 | 0 | 0.04 | 294.16 | 0.88 | 0.65 |
| Hex | E5 | 5A | F4 | 6 | 3F | 0 | 4 | 126 | 58 | 41 |
| Octal | 345 | 132 | 364 | 6 | 77 | 0 | 4 | 446 | 130 | 101 |
| Binary | 11100101 | 1011010 | 11110100 | 110 | 111111 | 0 | 100 | 100100110 | 1011000 | 1000001 |
Color Harmonies of #E55AF4
Complementary color
Monochromatic Colors of #E55AF4
Black with #E55AF4
Text Example
Text Example
White with #E55AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55AF4; }
p { color: rgb(229,90,244); }
H1.HeaderClassName
{
color: #E55AF4;
}
.AnyTagClassName
{
color: #E55AF4;
}
</style>
background-color css
<style>
a { background-color: #E55AF4; }
a { background-color: rgb(229,90,244); }
div.DivClassName
{
background-color: #E55AF4;
}
.BgClassName
{
background-color: #E55AF4;
}
</style>
border-color css
<style>
span { border-color: #E55AF4; }
span { border-color: rgb(229,90,244); }
td.TdClassName
{
border-color: #E55AF4;
}
.TagClassName
{
border-color: #E55AF4;
}
</style>