Shades of Hot Pink #E45AB6
Tints of Hot Pink #E45AB6
RGB
CMYK
RGB Variations
Color information
#E45AB6 (or 0xE45AB6) is known color: Hot Pink. HEX triplet: E4, 5A and B6. RGB value is (228,90,182). Sum of RGB (Red+Green+Blue) = 228+90+182=500 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.6% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 228 - color contains mainly: red. Hex color #E45AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45AB6 is #1BA549. Grayscale: #8D8D8D. Windows color (decimal): -1811786 or 11950820. OLE color: 11950820.
HSL color Cylindrical-coordinate representation of color #E45AB6: hue angle of 320º 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 #E45AB6 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 182 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.11 |
| HSL | 320º | 0.72% | 0.62% | - |
| HSV(B) | 320º | 0.61% | 0.89% | - |
| XYZ | 44.09 | 27.18 | 47.18 | - |
| YUV | 141.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 182 | 0 | 0.61 | 0.20 | 0.11 | 320 | 0.72 | 0.62 |
| Hex | E4 | 5A | B6 | 0 | 3D | 14 | B | 140 | 48 | 3E |
| Octal | 344 | 132 | 266 | 0 | 75 | 24 | 13 | 500 | 110 | 76 |
| Binary | 11100100 | 1011010 | 10110110 | 0 | 111101 | 10100 | 1011 | 101000000 | 1001000 | 111110 |
Color Harmonies of #E45AB6
Complementary color
Monochromatic Colors of #E45AB6
Black with #E45AB6
Text Example
Text Example
White with #E45AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45AB6; }
p { color: rgb(228,90,182); }
H1.HeaderClassName
{
color: #E45AB6;
}
.AnyTagClassName
{
color: #E45AB6;
}
</style>
background-color css
<style>
a { background-color: #E45AB6; }
a { background-color: rgb(228,90,182); }
div.DivClassName
{
background-color: #E45AB6;
}
.BgClassName
{
background-color: #E45AB6;
}
</style>
border-color css
<style>
span { border-color: #E45AB6; }
span { border-color: rgb(228,90,182); }
td.TdClassName
{
border-color: #E45AB6;
}
.TagClassName
{
border-color: #E45AB6;
}
</style>