Shades of Heliotrope #E55FFE
Tints of Heliotrope #E55FFE
RGB
CMYK
RGB Variations
Color information
#E55FFE (or 0xE55FFE) is known color: Heliotrope. HEX triplet: E5, 5F and FE. RGB value is (229,95,254). Sum of RGB (Red+Green+Blue) = 229+95+254=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 95 (37.5% from 255 or 16.44% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #E55FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55FFE is #1AA001. Grayscale: #989898. Windows color (decimal): -1744898 or 16670693. OLE color: 16670693.
HSL color Cylindrical-coordinate representation of color #E55FFE: hue angle of 290.57º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55FFE is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 229 | 95 | 254 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.00 |
| HSL | 290.57º | 0.99% | 0.68% | - |
| HSV(B) | 290.57º | 0.63% | 1% | - |
| XYZ | 54.29 | 32 | 97.08 | - |
| YUV | 153.19 | 184.89 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 95 | 254 | 0.10 | 0.63 | 0 | 0.00 | 290.57 | 0.99 | 0.68 |
| Hex | E5 | 5F | FE | A | 3F | 0 | 0 | 123 | 63 | 44 |
| Octal | 345 | 137 | 376 | 12 | 77 | 0 | 0 | 443 | 143 | 104 |
| Binary | 11100101 | 1011111 | 11111110 | 1010 | 111111 | 0 | 0 | 100100011 | 1100011 | 1000100 |
Color Harmonies of #E55FFE
Complementary color
Monochromatic Colors of #E55FFE
Black with #E55FFE
Text Example
Text Example
White with #E55FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55FFE; }
p { color: rgb(229,95,254); }
H1.HeaderClassName
{
color: #E55FFE;
}
.AnyTagClassName
{
color: #E55FFE;
}
</style>
background-color css
<style>
a { background-color: #E55FFE; }
a { background-color: rgb(229,95,254); }
div.DivClassName
{
background-color: #E55FFE;
}
.BgClassName
{
background-color: #E55FFE;
}
</style>
border-color css
<style>
span { border-color: #E55FFE; }
span { border-color: rgb(229,95,254); }
td.TdClassName
{
border-color: #E55FFE;
}
.TagClassName
{
border-color: #E55FFE;
}
</style>