Shades of Hot Pink #E45AB1
Tints of Hot Pink #E45AB1
RGB
CMYK
RGB Variations
Color information
#E45AB1 (or 0xE45AB1) is known color: Hot Pink. HEX triplet: E4, 5A and B1. RGB value is (228,90,177). Sum of RGB (Red+Green+Blue) = 228+90+177=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 228 - color contains mainly: red. Hex color #E45AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45AB1 is #1BA54E. Grayscale: #8C8C8C. Windows color (decimal): -1811791 or 11623140. OLE color: 11623140.
HSL color Cylindrical-coordinate representation of color #E45AB1: hue angle of 322.17º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45AB1 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 177 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.11 |
| HSL | 322.17º | 0.72% | 0.62% | - |
| HSV(B) | 322.17º | 0.61% | 0.89% | - |
| XYZ | 43.59 | 26.98 | 44.51 | - |
| YUV | 141.18 | 148.22 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 177 | 0 | 0.61 | 0.22 | 0.11 | 322.17 | 0.72 | 0.62 |
| Hex | E4 | 5A | B1 | 0 | 3D | 16 | B | 142 | 48 | 3E |
| Octal | 344 | 132 | 261 | 0 | 75 | 26 | 13 | 502 | 110 | 76 |
| Binary | 11100100 | 1011010 | 10110001 | 0 | 111101 | 10110 | 1011 | 101000010 | 1001000 | 111110 |
Color Harmonies of #E45AB1
Complementary color
Monochromatic Colors of #E45AB1
Black with #E45AB1
Text Example
Text Example
White with #E45AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45AB1; }
p { color: rgb(228,90,177); }
H1.HeaderClassName
{
color: #E45AB1;
}
.AnyTagClassName
{
color: #E45AB1;
}
</style>
background-color css
<style>
a { background-color: #E45AB1; }
a { background-color: rgb(228,90,177); }
div.DivClassName
{
background-color: #E45AB1;
}
.BgClassName
{
background-color: #E45AB1;
}
</style>
border-color css
<style>
span { border-color: #E45AB1; }
span { border-color: rgb(228,90,177); }
td.TdClassName
{
border-color: #E45AB1;
}
.TagClassName
{
border-color: #E45AB1;
}
</style>