Shades of Hot Pink #E55BAF
Tints of Hot Pink #E55BAF
RGB
CMYK
RGB Variations
Color information
#E55BAF (or 0xE55BAF) is known color: Hot Pink. HEX triplet: E5, 5B and AF. RGB value is (229,91,175). Sum of RGB (Red+Green+Blue) = 229+91+175=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 91 (35.94% from 255 or 18.38% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E55BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55BAF is #1AA450. Grayscale: #8D8D8D. Windows color (decimal): -1746001 or 11492325. OLE color: 11492325.
HSL color Cylindrical-coordinate representation of color #E55BAF: hue angle of 323.48º 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 #E55BAF is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 175 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.10 |
| HSL | 323.48º | 0.73% | 0.63% | - |
| HSV(B) | 323.48º | 0.6% | 0.9% | - |
| XYZ | 43.79 | 27.24 | 43.51 | - |
| YUV | 141.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 175 | 0 | 0.60 | 0.24 | 0.10 | 323.48 | 0.73 | 0.63 |
| Hex | E5 | 5B | AF | 0 | 3C | 18 | A | 143 | 49 | 3F |
| Octal | 345 | 133 | 257 | 0 | 74 | 30 | 12 | 503 | 111 | 77 |
| Binary | 11100101 | 1011011 | 10101111 | 0 | 111100 | 11000 | 1010 | 101000011 | 1001001 | 111111 |
Color Harmonies of #E55BAF
Complementary color
Monochromatic Colors of #E55BAF
Black with #E55BAF
Text Example
Text Example
White with #E55BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55BAF; }
p { color: rgb(229,91,175); }
H1.HeaderClassName
{
color: #E55BAF;
}
.AnyTagClassName
{
color: #E55BAF;
}
</style>
background-color css
<style>
a { background-color: #E55BAF; }
a { background-color: rgb(229,91,175); }
div.DivClassName
{
background-color: #E55BAF;
}
.BgClassName
{
background-color: #E55BAF;
}
</style>
border-color css
<style>
span { border-color: #E55BAF; }
span { border-color: rgb(229,91,175); }
td.TdClassName
{
border-color: #E55BAF;
}
.TagClassName
{
border-color: #E55BAF;
}
</style>