Shades of Hot Pink #E55CB1
Tints of Hot Pink #E55CB1
RGB
CMYK
RGB Variations
Color information
#E55CB1 (or 0xE55CB1) is known color: Hot Pink. HEX triplet: E5, 5C and B1. RGB value is (229,92,177). Sum of RGB (Red+Green+Blue) = 229+92+177=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 92 (36.33% from 255 or 18.47% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E55CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55CB1 is #1AA34E. Grayscale: #8E8E8E. Windows color (decimal): -1745743 or 11623653. OLE color: 11623653.
HSL color Cylindrical-coordinate representation of color #E55CB1: hue angle of 322.77º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E55CB1 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 177 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.10 |
| HSL | 322.77º | 0.72% | 0.63% | - |
| HSV(B) | 322.77º | 0.6% | 0.9% | - |
| XYZ | 44.08 | 27.49 | 44.58 | - |
| YUV | 142.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 177 | 0 | 0.60 | 0.23 | 0.10 | 322.77 | 0.72 | 0.63 |
| Hex | E5 | 5C | B1 | 0 | 3C | 17 | A | 143 | 48 | 3F |
| Octal | 345 | 134 | 261 | 0 | 74 | 27 | 12 | 503 | 110 | 77 |
| Binary | 11100101 | 1011100 | 10110001 | 0 | 111100 | 10111 | 1010 | 101000011 | 1001000 | 111111 |
Color Harmonies of #E55CB1
Complementary color
Monochromatic Colors of #E55CB1
Black with #E55CB1
Text Example
Text Example
White with #E55CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55CB1; }
p { color: rgb(229,92,177); }
H1.HeaderClassName
{
color: #E55CB1;
}
.AnyTagClassName
{
color: #E55CB1;
}
</style>
background-color css
<style>
a { background-color: #E55CB1; }
a { background-color: rgb(229,92,177); }
div.DivClassName
{
background-color: #E55CB1;
}
.BgClassName
{
background-color: #E55CB1;
}
</style>
border-color css
<style>
span { border-color: #E55CB1; }
span { border-color: rgb(229,92,177); }
td.TdClassName
{
border-color: #E55CB1;
}
.TagClassName
{
border-color: #E55CB1;
}
</style>