Shades of Hot Pink #E45BBA
Tints of Hot Pink #E45BBA
RGB
CMYK
RGB Variations
Color information
#E45BBA (or 0xE45BBA) is known color: Hot Pink. HEX triplet: E4, 5B and BA. RGB value is (228,91,186). Sum of RGB (Red+Green+Blue) = 228+91+186=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 228 - color contains mainly: red. Hex color #E45BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E45BBA is #1BA445. Grayscale: #8E8E8E. Windows color (decimal): -1811526 or 12213220. OLE color: 12213220.
HSL color Cylindrical-coordinate representation of color #E45BBA: hue angle of 318.39º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E45BBA is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 91 | 186 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.11 |
| HSL | 318.39º | 0.72% | 0.63% | - |
| HSV(B) | 318.39º | 0.6% | 0.89% | - |
| XYZ | 44.6 | 27.52 | 49.42 | - |
| YUV | 142.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 91 | 186 | 0 | 0.60 | 0.18 | 0.11 | 318.39 | 0.72 | 0.63 |
| Hex | E4 | 5B | BA | 0 | 3C | 12 | B | 13E | 48 | 3F |
| Octal | 344 | 133 | 272 | 0 | 74 | 22 | 13 | 476 | 110 | 77 |
| Binary | 11100100 | 1011011 | 10111010 | 0 | 111100 | 10010 | 1011 | 100111110 | 1001000 | 111111 |
Color Harmonies of #E45BBA
Complementary color
Monochromatic Colors of #E45BBA
Black with #E45BBA
Text Example
Text Example
White with #E45BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45BBA; }
p { color: rgb(228,91,186); }
H1.HeaderClassName
{
color: #E45BBA;
}
.AnyTagClassName
{
color: #E45BBA;
}
</style>
background-color css
<style>
a { background-color: #E45BBA; }
a { background-color: rgb(228,91,186); }
div.DivClassName
{
background-color: #E45BBA;
}
.BgClassName
{
background-color: #E45BBA;
}
</style>
border-color css
<style>
span { border-color: #E45BBA; }
span { border-color: rgb(228,91,186); }
td.TdClassName
{
border-color: #E45BBA;
}
.TagClassName
{
border-color: #E45BBA;
}
</style>