Shades of Hot Pink #E55BBB
Tints of Hot Pink #E55BBB
RGB
CMYK
RGB Variations
Color information
#E55BBB (or 0xE55BBB) is known color: Hot Pink. HEX triplet: E5, 5B and BB. RGB value is (229,91,187). Sum of RGB (Red+Green+Blue) = 229+91+187=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 229 - color contains mainly: red. Hex color #E55BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55BBB is #1AA444. Grayscale: #8E8E8E. Windows color (decimal): -1745989 or 12278757. OLE color: 12278757.
HSL color Cylindrical-coordinate representation of color #E55BBB: hue angle of 318.26º degrees, saturation: 0.73, 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 #E55BBB is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 187 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.10 |
| HSL | 318.26º | 0.73% | 0.63% | - |
| HSV(B) | 318.26º | 0.6% | 0.9% | - |
| XYZ | 45.02 | 27.73 | 49.99 | - |
| YUV | 143.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 187 | 0 | 0.60 | 0.18 | 0.10 | 318.26 | 0.73 | 0.63 |
| Hex | E5 | 5B | BB | 0 | 3C | 12 | A | 13E | 49 | 3F |
| Octal | 345 | 133 | 273 | 0 | 74 | 22 | 12 | 476 | 111 | 77 |
| Binary | 11100101 | 1011011 | 10111011 | 0 | 111100 | 10010 | 1010 | 100111110 | 1001001 | 111111 |
Color Harmonies of #E55BBB
Complementary color
Monochromatic Colors of #E55BBB
Black with #E55BBB
Text Example
Text Example
White with #E55BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55BBB; }
p { color: rgb(229,91,187); }
H1.HeaderClassName
{
color: #E55BBB;
}
.AnyTagClassName
{
color: #E55BBB;
}
</style>
background-color css
<style>
a { background-color: #E55BBB; }
a { background-color: rgb(229,91,187); }
div.DivClassName
{
background-color: #E55BBB;
}
.BgClassName
{
background-color: #E55BBB;
}
</style>
border-color css
<style>
span { border-color: #E55BBB; }
span { border-color: rgb(229,91,187); }
td.TdClassName
{
border-color: #E55BBB;
}
.TagClassName
{
border-color: #E55BBB;
}
</style>