Shades of Hot Pink #E45DBB
Tints of Hot Pink #E45DBB
RGB
CMYK
RGB Variations
Color information
#E45DBB (or 0xE45DBB) is known color: Hot Pink. HEX triplet: E4, 5D and BB. RGB value is (228,93,187). Sum of RGB (Red+Green+Blue) = 228+93+187=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45DBB is #1BA244. Grayscale: #8F8F8F. Windows color (decimal): -1811013 or 12279268. OLE color: 12279268.
HSL color Cylindrical-coordinate representation of color #E45DBB: hue angle of 318.22º 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 #E45DBB is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 187 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.11 |
| HSL | 318.22º | 0.71% | 0.63% | - |
| HSV(B) | 318.22º | 0.59% | 0.89% | - |
| XYZ | 44.88 | 27.91 | 50.04 | - |
| YUV | 144.08 | 152.23 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 187 | 0 | 0.59 | 0.18 | 0.11 | 318.22 | 0.71 | 0.63 |
| Hex | E4 | 5D | BB | 0 | 3B | 12 | B | 13E | 47 | 3F |
| Octal | 344 | 135 | 273 | 0 | 73 | 22 | 13 | 476 | 107 | 77 |
| Binary | 11100100 | 1011101 | 10111011 | 0 | 111011 | 10010 | 1011 | 100111110 | 1000111 | 111111 |
Color Harmonies of #E45DBB
Complementary color
Monochromatic Colors of #E45DBB
Black with #E45DBB
Text Example
Text Example
White with #E45DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45DBB; }
p { color: rgb(228,93,187); }
H1.HeaderClassName
{
color: #E45DBB;
}
.AnyTagClassName
{
color: #E45DBB;
}
</style>
background-color css
<style>
a { background-color: #E45DBB; }
a { background-color: rgb(228,93,187); }
div.DivClassName
{
background-color: #E45DBB;
}
.BgClassName
{
background-color: #E45DBB;
}
</style>
border-color css
<style>
span { border-color: #E45DBB; }
span { border-color: rgb(228,93,187); }
td.TdClassName
{
border-color: #E45DBB;
}
.TagClassName
{
border-color: #E45DBB;
}
</style>