Shades of Heliotrope #E55EFB
Tints of Heliotrope #E55EFB
RGB
CMYK
RGB Variations
Color information
#E55EFB (or 0xE55EFB) is known color: Heliotrope. HEX triplet: E5, 5E and FB. RGB value is (229,94,251). Sum of RGB (Red+Green+Blue) = 229+94+251=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 94 (37.11% from 255 or 16.38% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #E55EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E55EFB is #1AA104. Grayscale: #979797. Windows color (decimal): -1745157 or 16473829. OLE color: 16473829.
HSL color Cylindrical-coordinate representation of color #E55EFB: hue angle of 291.59º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55EFB is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 94 | 251 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.02 |
| HSL | 291.59º | 0.95% | 0.68% | - |
| HSV(B) | 291.59º | 0.63% | 0.98% | - |
| XYZ | 53.73 | 31.63 | 94.54 | - |
| YUV | 152.26 | 183.73 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 251 | 0.09 | 0.63 | 0 | 0.02 | 291.59 | 0.95 | 0.68 |
| Hex | E5 | 5E | FB | 9 | 3F | 0 | 2 | 124 | 5F | 44 |
| Octal | 345 | 136 | 373 | 11 | 77 | 0 | 2 | 444 | 137 | 104 |
| Binary | 11100101 | 1011110 | 11111011 | 1001 | 111111 | 0 | 10 | 100100100 | 1011111 | 1000100 |
Color Harmonies of #E55EFB
Complementary color
Monochromatic Colors of #E55EFB
Black with #E55EFB
Text Example
Text Example
White with #E55EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55EFB; }
p { color: rgb(229,94,251); }
H1.HeaderClassName
{
color: #E55EFB;
}
.AnyTagClassName
{
color: #E55EFB;
}
</style>
background-color css
<style>
a { background-color: #E55EFB; }
a { background-color: rgb(229,94,251); }
div.DivClassName
{
background-color: #E55EFB;
}
.BgClassName
{
background-color: #E55EFB;
}
</style>
border-color css
<style>
span { border-color: #E55EFB; }
span { border-color: rgb(229,94,251); }
td.TdClassName
{
border-color: #E55EFB;
}
.TagClassName
{
border-color: #E55EFB;
}
</style>