Shades of Heliotrope #E55AFE
Tints of Heliotrope #E55AFE
RGB
CMYK
RGB Variations
Color information
#E55AFE (or 0xE55AFE) is known color: Heliotrope. HEX triplet: E5, 5A and FE. RGB value is (229,90,254). Sum of RGB (Red+Green+Blue) = 229+90+254=573 (75% of max value = 765). Red value is 229 (89.84% from 255 or 39.97% from 573); Green value is 90 (35.55% from 255 or 15.71% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #E55AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55AFE is #1AA501. Grayscale: #959595. Windows color (decimal): -1746178 or 16669413. OLE color: 16669413.
HSL color Cylindrical-coordinate representation of color #E55AFE: hue angle of 290.85º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55AFE is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 90 | 254 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.00 |
| HSL | 290.85º | 0.99% | 0.67% | - |
| HSV(B) | 290.85º | 0.65% | 1% | - |
| XYZ | 53.86 | 31.13 | 96.94 | - |
| YUV | 150.26 | 186.55 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 254 | 0.10 | 0.65 | 0 | 0.00 | 290.85 | 0.99 | 0.67 |
| Hex | E5 | 5A | FE | A | 41 | 0 | 0 | 123 | 63 | 43 |
| Octal | 345 | 132 | 376 | 12 | 101 | 0 | 0 | 443 | 143 | 103 |
| Binary | 11100101 | 1011010 | 11111110 | 1010 | 1000001 | 0 | 0 | 100100011 | 1100011 | 1000011 |
Color Harmonies of #E55AFE
Complementary color
Monochromatic Colors of #E55AFE
Black with #E55AFE
Text Example
Text Example
White with #E55AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55AFE; }
p { color: rgb(229,90,254); }
H1.HeaderClassName
{
color: #E55AFE;
}
.AnyTagClassName
{
color: #E55AFE;
}
</style>
background-color css
<style>
a { background-color: #E55AFE; }
a { background-color: rgb(229,90,254); }
div.DivClassName
{
background-color: #E55AFE;
}
.BgClassName
{
background-color: #E55AFE;
}
</style>
border-color css
<style>
span { border-color: #E55AFE; }
span { border-color: rgb(229,90,254); }
td.TdClassName
{
border-color: #E55AFE;
}
.TagClassName
{
border-color: #E55AFE;
}
</style>