Shades of Hot Pink #E45DB0
Tints of Hot Pink #E45DB0
RGB
CMYK
RGB Variations
Color information
#E45DB0 (or 0xE45DB0) is known color: Hot Pink. HEX triplet: E4, 5D and B0. RGB value is (228,93,176). Sum of RGB (Red+Green+Blue) = 228+93+176=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45DB0 is #1BA24F. Grayscale: #8E8E8E. Windows color (decimal): -1811024 or 11558372. OLE color: 11558372.
HSL color Cylindrical-coordinate representation of color #E45DB0: hue angle of 323.11º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45DB0 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 176 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.11 |
| HSL | 323.11º | 0.71% | 0.63% | - |
| HSV(B) | 323.11º | 0.59% | 0.89% | - |
| XYZ | 43.75 | 27.46 | 44.07 | - |
| YUV | 142.83 | 146.73 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 176 | 0 | 0.59 | 0.23 | 0.11 | 323.11 | 0.71 | 0.63 |
| Hex | E4 | 5D | B0 | 0 | 3B | 17 | B | 143 | 47 | 3F |
| Octal | 344 | 135 | 260 | 0 | 73 | 27 | 13 | 503 | 107 | 77 |
| Binary | 11100100 | 1011101 | 10110000 | 0 | 111011 | 10111 | 1011 | 101000011 | 1000111 | 111111 |
Color Harmonies of #E45DB0
Complementary color
Monochromatic Colors of #E45DB0
Black with #E45DB0
Text Example
Text Example
White with #E45DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45DB0; }
p { color: rgb(228,93,176); }
H1.HeaderClassName
{
color: #E45DB0;
}
.AnyTagClassName
{
color: #E45DB0;
}
</style>
background-color css
<style>
a { background-color: #E45DB0; }
a { background-color: rgb(228,93,176); }
div.DivClassName
{
background-color: #E45DB0;
}
.BgClassName
{
background-color: #E45DB0;
}
</style>
border-color css
<style>
span { border-color: #E45DB0; }
span { border-color: rgb(228,93,176); }
td.TdClassName
{
border-color: #E45DB0;
}
.TagClassName
{
border-color: #E45DB0;
}
</style>