Shades of Hot Pink #E55DB8
Tints of Hot Pink #E55DB8
RGB
CMYK
RGB Variations
Color information
#E55DB8 (or 0xE55DB8) is known color: Hot Pink. HEX triplet: E5, 5D and B8. RGB value is (229,93,184). Sum of RGB (Red+Green+Blue) = 229+93+184=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E55DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E55DB8 is #1AA247. Grayscale: #8F8F8F. Windows color (decimal): -1745480 or 12082661. OLE color: 12082661.
HSL color Cylindrical-coordinate representation of color #E55DB8: hue angle of 319.85º 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 #E55DB8 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 93 | 184 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.10 |
| HSL | 319.85º | 0.72% | 0.63% | - |
| HSV(B) | 319.85º | 0.59% | 0.9% | - |
| XYZ | 44.88 | 27.95 | 48.38 | - |
| YUV | 144.04 | 150.56 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 93 | 184 | 0 | 0.59 | 0.20 | 0.10 | 319.85 | 0.72 | 0.63 |
| Hex | E5 | 5D | B8 | 0 | 3B | 14 | A | 140 | 48 | 3F |
| Octal | 345 | 135 | 270 | 0 | 73 | 24 | 12 | 500 | 110 | 77 |
| Binary | 11100101 | 1011101 | 10111000 | 0 | 111011 | 10100 | 1010 | 101000000 | 1001000 | 111111 |
Color Harmonies of #E55DB8
Complementary color
Monochromatic Colors of #E55DB8
Black with #E55DB8
Text Example
Text Example
White with #E55DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55DB8; }
p { color: rgb(229,93,184); }
H1.HeaderClassName
{
color: #E55DB8;
}
.AnyTagClassName
{
color: #E55DB8;
}
</style>
background-color css
<style>
a { background-color: #E55DB8; }
a { background-color: rgb(229,93,184); }
div.DivClassName
{
background-color: #E55DB8;
}
.BgClassName
{
background-color: #E55DB8;
}
</style>
border-color css
<style>
span { border-color: #E55DB8; }
span { border-color: rgb(229,93,184); }
td.TdClassName
{
border-color: #E55DB8;
}
.TagClassName
{
border-color: #E55DB8;
}
</style>