Shades of Heliotrope #E55EF8
Tints of Heliotrope #E55EF8
RGB
CMYK
RGB Variations
Color information
#E55EF8 (or 0xE55EF8) is known color: Heliotrope. HEX triplet: E5, 5E and F8. RGB value is (229,94,248). Sum of RGB (Red+Green+Blue) = 229+94+248=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 94 (37.11% from 255 or 16.46% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #E55EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55EF8 is #1AA107. Grayscale: #979797. Windows color (decimal): -1745160 or 16277221. OLE color: 16277221.
HSL color Cylindrical-coordinate representation of color #E55EF8: hue angle of 292.6º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E55EF8 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 94 | 248 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.03 |
| HSL | 292.6º | 0.92% | 0.67% | - |
| HSV(B) | 292.6º | 0.62% | 0.97% | - |
| XYZ | 53.26 | 31.44 | 92.07 | - |
| YUV | 151.92 | 182.23 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 248 | 0.08 | 0.62 | 0 | 0.03 | 292.6 | 0.92 | 0.67 |
| Hex | E5 | 5E | F8 | 8 | 3E | 0 | 3 | 125 | 5C | 43 |
| Octal | 345 | 136 | 370 | 10 | 76 | 0 | 3 | 445 | 134 | 103 |
| Binary | 11100101 | 1011110 | 11111000 | 1000 | 111110 | 0 | 11 | 100100101 | 1011100 | 1000011 |
Color Harmonies of #E55EF8
Complementary color
Monochromatic Colors of #E55EF8
Black with #E55EF8
Text Example
Text Example
White with #E55EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55EF8; }
p { color: rgb(229,94,248); }
H1.HeaderClassName
{
color: #E55EF8;
}
.AnyTagClassName
{
color: #E55EF8;
}
</style>
background-color css
<style>
a { background-color: #E55EF8; }
a { background-color: rgb(229,94,248); }
div.DivClassName
{
background-color: #E55EF8;
}
.BgClassName
{
background-color: #E55EF8;
}
</style>
border-color css
<style>
span { border-color: #E55EF8; }
span { border-color: rgb(229,94,248); }
td.TdClassName
{
border-color: #E55EF8;
}
.TagClassName
{
border-color: #E55EF8;
}
</style>