Shades of Heliotrope #E55AFA
Tints of Heliotrope #E55AFA
RGB
CMYK
RGB Variations
Color information
#E55AFA (or 0xE55AFA) is known color: Heliotrope. HEX triplet: E5, 5A and FA. RGB value is (229,90,250). Sum of RGB (Red+Green+Blue) = 229+90+250=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 90 (35.55% from 255 or 15.82% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #E55AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55AFA is #1AA505. Grayscale: #959595. Windows color (decimal): -1746182 or 16407269. OLE color: 16407269.
HSL color Cylindrical-coordinate representation of color #E55AFA: hue angle of 292.12º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E55AFA is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 90 | 250 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.02 |
| HSL | 292.13º | 0.94% | 0.67% | - |
| HSV(B) | 292.13º | 0.64% | 0.98% | - |
| XYZ | 53.22 | 30.87 | 93.6 | - |
| YUV | 149.8 | 184.55 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 250 | 0.08 | 0.64 | 0 | 0.02 | 292.13 | 0.94 | 0.67 |
| Hex | E5 | 5A | FA | 8 | 40 | 0 | 2 | 124 | 5E | 43 |
| Octal | 345 | 132 | 372 | 10 | 100 | 0 | 2 | 444 | 136 | 103 |
| Binary | 11100101 | 1011010 | 11111010 | 1000 | 1000000 | 0 | 10 | 100100100 | 1011110 | 1000011 |
Color Harmonies of #E55AFA
Complementary color
Monochromatic Colors of #E55AFA
Black with #E55AFA
Text Example
Text Example
White with #E55AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55AFA; }
p { color: rgb(229,90,250); }
H1.HeaderClassName
{
color: #E55AFA;
}
.AnyTagClassName
{
color: #E55AFA;
}
</style>
background-color css
<style>
a { background-color: #E55AFA; }
a { background-color: rgb(229,90,250); }
div.DivClassName
{
background-color: #E55AFA;
}
.BgClassName
{
background-color: #E55AFA;
}
</style>
border-color css
<style>
span { border-color: #E55AFA; }
span { border-color: rgb(229,90,250); }
td.TdClassName
{
border-color: #E55AFA;
}
.TagClassName
{
border-color: #E55AFA;
}
</style>