Shades of Hot Pink #E45DB6
Tints of Hot Pink #E45DB6
RGB
CMYK
RGB Variations
Color information
#E45DB6 (or 0xE45DB6) is known color: Hot Pink. HEX triplet: E4, 5D and B6. RGB value is (228,93,182). Sum of RGB (Red+Green+Blue) = 228+93+182=503 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.33% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 228 - color contains mainly: red. Hex color #E45DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45DB6 is #1BA249. Grayscale: #8F8F8F. Windows color (decimal): -1811018 or 11951588. OLE color: 11951588.
HSL color Cylindrical-coordinate representation of color #E45DB6: hue angle of 320.44º 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 #E45DB6 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 182 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.11 |
| HSL | 320.44º | 0.71% | 0.63% | - |
| HSV(B) | 320.44º | 0.59% | 0.89% | - |
| XYZ | 44.35 | 27.7 | 47.26 | - |
| YUV | 143.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 182 | 0 | 0.59 | 0.20 | 0.11 | 320.44 | 0.71 | 0.63 |
| Hex | E4 | 5D | B6 | 0 | 3B | 14 | B | 140 | 47 | 3F |
| Octal | 344 | 135 | 266 | 0 | 73 | 24 | 13 | 500 | 107 | 77 |
| Binary | 11100100 | 1011101 | 10110110 | 0 | 111011 | 10100 | 1011 | 101000000 | 1000111 | 111111 |
Color Harmonies of #E45DB6
Complementary color
Monochromatic Colors of #E45DB6
Black with #E45DB6
Text Example
Text Example
White with #E45DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45DB6; }
p { color: rgb(228,93,182); }
H1.HeaderClassName
{
color: #E45DB6;
}
.AnyTagClassName
{
color: #E45DB6;
}
</style>
background-color css
<style>
a { background-color: #E45DB6; }
a { background-color: rgb(228,93,182); }
div.DivClassName
{
background-color: #E45DB6;
}
.BgClassName
{
background-color: #E45DB6;
}
</style>
border-color css
<style>
span { border-color: #E45DB6; }
span { border-color: rgb(228,93,182); }
td.TdClassName
{
border-color: #E45DB6;
}
.TagClassName
{
border-color: #E45DB6;
}
</style>