Shades of Hot Pink #E55EB5
Tints of Hot Pink #E55EB5
RGB
CMYK
RGB Variations
Color information
#E55EB5 (or 0xE55EB5) is known color: Hot Pink. HEX triplet: E5, 5E and B5. RGB value is (229,94,181). Sum of RGB (Red+Green+Blue) = 229+94+181=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E55EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55EB5 is #1AA14A. Grayscale: #909090. Windows color (decimal): -1745227 or 11886309. OLE color: 11886309.
HSL color Cylindrical-coordinate representation of color #E55EB5: hue angle of 321.33º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E55EB5 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 181 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.10 |
| HSL | 321.33º | 0.72% | 0.63% | - |
| HSV(B) | 321.33º | 0.59% | 0.9% | - |
| XYZ | 44.66 | 28 | 46.77 | - |
| YUV | 144.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 181 | 0 | 0.59 | 0.21 | 0.10 | 321.33 | 0.72 | 0.63 |
| Hex | E5 | 5E | B5 | 0 | 3B | 15 | A | 141 | 48 | 3F |
| Octal | 345 | 136 | 265 | 0 | 73 | 25 | 12 | 501 | 110 | 77 |
| Binary | 11100101 | 1011110 | 10110101 | 0 | 111011 | 10101 | 1010 | 101000001 | 1001000 | 111111 |
Color Harmonies of #E55EB5
Complementary color
Monochromatic Colors of #E55EB5
Black with #E55EB5
Text Example
Text Example
White with #E55EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55EB5; }
p { color: rgb(229,94,181); }
H1.HeaderClassName
{
color: #E55EB5;
}
.AnyTagClassName
{
color: #E55EB5;
}
</style>
background-color css
<style>
a { background-color: #E55EB5; }
a { background-color: rgb(229,94,181); }
div.DivClassName
{
background-color: #E55EB5;
}
.BgClassName
{
background-color: #E55EB5;
}
</style>
border-color css
<style>
span { border-color: #E55EB5; }
span { border-color: rgb(229,94,181); }
td.TdClassName
{
border-color: #E55EB5;
}
.TagClassName
{
border-color: #E55EB5;
}
</style>