Shades of Heliotrope #E55FF8
Tints of Heliotrope #E55FF8
RGB
CMYK
RGB Variations
Color information
#E55FF8 (or 0xE55FF8) is known color: Heliotrope. HEX triplet: E5, 5F and F8. RGB value is (229,95,248). Sum of RGB (Red+Green+Blue) = 229+95+248=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 95 (37.5% from 255 or 16.61% from 572); Blue value is 248 (97.27% from 255 or 43.36% from 572); Max value from RGB is 248 - color contains mainly: blue. Hex color #E55FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55FF8 is #1AA007. Grayscale: #989898. Windows color (decimal): -1744904 or 16277477. OLE color: 16277477.
HSL color Cylindrical-coordinate representation of color #E55FF8: hue angle of 292.55º 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 #E55FF8 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 95 | 248 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.03 |
| HSL | 292.55º | 0.92% | 0.67% | - |
| HSV(B) | 292.55º | 0.62% | 0.97% | - |
| XYZ | 53.35 | 31.62 | 92.1 | - |
| YUV | 152.51 | 181.89 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 248 | 0.08 | 0.62 | 0 | 0.03 | 292.55 | 0.92 | 0.67 |
| Hex | E5 | 5F | F8 | 8 | 3E | 0 | 3 | 125 | 5C | 43 |
| Octal | 345 | 137 | 370 | 10 | 76 | 0 | 3 | 445 | 134 | 103 |
| Binary | 11100101 | 1011111 | 11111000 | 1000 | 111110 | 0 | 11 | 100100101 | 1011100 | 1000011 |
Color Harmonies of #E55FF8
Complementary color
Monochromatic Colors of #E55FF8
Black with #E55FF8
Text Example
Text Example
White with #E55FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55FF8; }
p { color: rgb(229,95,248); }
H1.HeaderClassName
{
color: #E55FF8;
}
.AnyTagClassName
{
color: #E55FF8;
}
</style>
background-color css
<style>
a { background-color: #E55FF8; }
a { background-color: rgb(229,95,248); }
div.DivClassName
{
background-color: #E55FF8;
}
.BgClassName
{
background-color: #E55FF8;
}
</style>
border-color css
<style>
span { border-color: #E55FF8; }
span { border-color: rgb(229,95,248); }
td.TdClassName
{
border-color: #E55FF8;
}
.TagClassName
{
border-color: #E55FF8;
}
</style>