Shades of Hot Pink #E55BBA
Tints of Hot Pink #E55BBA
RGB
CMYK
RGB Variations
Color information
#E55BBA (or 0xE55BBA) is known color: Hot Pink. HEX triplet: E5, 5B and BA. RGB value is (229,91,186). Sum of RGB (Red+Green+Blue) = 229+91+186=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E55BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55BBA is #1AA445. Grayscale: #8E8E8E. Windows color (decimal): -1745990 or 12213221. OLE color: 12213221.
HSL color Cylindrical-coordinate representation of color #E55BBA: hue angle of 318.7º 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 #E55BBA is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 186 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.10 |
| HSL | 318.7º | 0.73% | 0.63% | - |
| HSV(B) | 318.7º | 0.6% | 0.9% | - |
| XYZ | 44.92 | 27.69 | 49.43 | - |
| YUV | 143.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 186 | 0 | 0.60 | 0.19 | 0.10 | 318.7 | 0.73 | 0.63 |
| Hex | E5 | 5B | BA | 0 | 3C | 13 | A | 13F | 49 | 3F |
| Octal | 345 | 133 | 272 | 0 | 74 | 23 | 12 | 477 | 111 | 77 |
| Binary | 11100101 | 1011011 | 10111010 | 0 | 111100 | 10011 | 1010 | 100111111 | 1001001 | 111111 |
Color Harmonies of #E55BBA
Complementary color
Monochromatic Colors of #E55BBA
Black with #E55BBA
Text Example
Text Example
White with #E55BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55BBA; }
p { color: rgb(229,91,186); }
H1.HeaderClassName
{
color: #E55BBA;
}
.AnyTagClassName
{
color: #E55BBA;
}
</style>
background-color css
<style>
a { background-color: #E55BBA; }
a { background-color: rgb(229,91,186); }
div.DivClassName
{
background-color: #E55BBA;
}
.BgClassName
{
background-color: #E55BBA;
}
</style>
border-color css
<style>
span { border-color: #E55BBA; }
span { border-color: rgb(229,91,186); }
td.TdClassName
{
border-color: #E55BBA;
}
.TagClassName
{
border-color: #E55BBA;
}
</style>