Shades of Hot Pink #E45DB7
Tints of Hot Pink #E45DB7
RGB
CMYK
RGB Variations
Color information
#E45DB7 (or 0xE45DB7) is known color: Hot Pink. HEX triplet: E4, 5D and B7. RGB value is (228,93,183). Sum of RGB (Red+Green+Blue) = 228+93+183=504 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.24% from 504); Green value is 93 (36.72% from 255 or 18.45% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45DB7 is #1BA248. Grayscale: #8F8F8F. Windows color (decimal): -1811017 or 12017124. OLE color: 12017124.
HSL color Cylindrical-coordinate representation of color #E45DB7: hue angle of 320º 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 #E45DB7 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 183 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.11 |
| HSL | 320º | 0.71% | 0.63% | - |
| HSV(B) | 320º | 0.59% | 0.89% | - |
| XYZ | 44.46 | 27.74 | 47.81 | - |
| YUV | 143.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 183 | 0 | 0.59 | 0.20 | 0.11 | 320 | 0.71 | 0.63 |
| Hex | E4 | 5D | B7 | 0 | 3B | 14 | B | 140 | 47 | 3F |
| Octal | 344 | 135 | 267 | 0 | 73 | 24 | 13 | 500 | 107 | 77 |
| Binary | 11100100 | 1011101 | 10110111 | 0 | 111011 | 10100 | 1011 | 101000000 | 1000111 | 111111 |
Color Harmonies of #E45DB7
Complementary color
Monochromatic Colors of #E45DB7
Black with #E45DB7
Text Example
Text Example
White with #E45DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45DB7; }
p { color: rgb(228,93,183); }
H1.HeaderClassName
{
color: #E45DB7;
}
.AnyTagClassName
{
color: #E45DB7;
}
</style>
background-color css
<style>
a { background-color: #E45DB7; }
a { background-color: rgb(228,93,183); }
div.DivClassName
{
background-color: #E45DB7;
}
.BgClassName
{
background-color: #E45DB7;
}
</style>
border-color css
<style>
span { border-color: #E45DB7; }
span { border-color: rgb(228,93,183); }
td.TdClassName
{
border-color: #E45DB7;
}
.TagClassName
{
border-color: #E45DB7;
}
</style>