Shades of Hot Pink #E55DBB
Tints of Hot Pink #E55DBB
RGB
CMYK
RGB Variations
Color information
#E55DBB (or 0xE55DBB) is known color: Hot Pink. HEX triplet: E5, 5D and BB. RGB value is (229,93,187). Sum of RGB (Red+Green+Blue) = 229+93+187=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55DBB is #1AA244. Grayscale: #909090. Windows color (decimal): -1745477 or 12279269. OLE color: 12279269.
HSL color Cylindrical-coordinate representation of color #E55DBB: hue angle of 318.53º 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 #E55DBB is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 187 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.10 |
| HSL | 318.53º | 0.72% | 0.63% | - |
| HSV(B) | 318.53º | 0.59% | 0.9% | - |
| XYZ | 45.2 | 28.07 | 50.05 | - |
| YUV | 144.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 187 | 0 | 0.59 | 0.18 | 0.10 | 318.53 | 0.72 | 0.63 |
| Hex | E5 | 5D | BB | 0 | 3B | 12 | A | 13F | 48 | 3F |
| Octal | 345 | 135 | 273 | 0 | 73 | 22 | 12 | 477 | 110 | 77 |
| Binary | 11100101 | 1011101 | 10111011 | 0 | 111011 | 10010 | 1010 | 100111111 | 1001000 | 111111 |
Color Harmonies of #E55DBB
Complementary color
Monochromatic Colors of #E55DBB
Black with #E55DBB
Text Example
Text Example
White with #E55DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55DBB; }
p { color: rgb(229,93,187); }
H1.HeaderClassName
{
color: #E55DBB;
}
.AnyTagClassName
{
color: #E55DBB;
}
</style>
background-color css
<style>
a { background-color: #E55DBB; }
a { background-color: rgb(229,93,187); }
div.DivClassName
{
background-color: #E55DBB;
}
.BgClassName
{
background-color: #E55DBB;
}
</style>
border-color css
<style>
span { border-color: #E55DBB; }
span { border-color: rgb(229,93,187); }
td.TdClassName
{
border-color: #E55DBB;
}
.TagClassName
{
border-color: #E55DBB;
}
</style>