Shades of Hot Pink #E057B5
Tints of Hot Pink #E057B5
RGB
CMYK
RGB Variations
Color information
#E057B5 (or 0xE057B5) is known color: Hot Pink. HEX triplet: E0, 57 and B5. RGB value is (224,87,181). Sum of RGB (Red+Green+Blue) = 224+87+181=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E057B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E057B5 is #1FA84A. Grayscale: #8A8A8A. Windows color (decimal): -2074699 or 11884512. OLE color: 11884512.
HSL color Cylindrical-coordinate representation of color #E057B5: hue angle of 318.83º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E057B5 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 181 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.12 |
| HSL | 318.83º | 0.69% | 0.61% | - |
| HSV(B) | 318.83º | 0.61% | 0.88% | - |
| XYZ | 42.49 | 26 | 46.5 | - |
| YUV | 138.68 | 151.89 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 181 | 0 | 0.61 | 0.19 | 0.12 | 318.83 | 0.69 | 0.61 |
| Hex | E0 | 57 | B5 | 0 | 3D | 13 | C | 13F | 45 | 3D |
| Octal | 340 | 127 | 265 | 0 | 75 | 23 | 14 | 477 | 105 | 75 |
| Binary | 11100000 | 1010111 | 10110101 | 0 | 111101 | 10011 | 1100 | 100111111 | 1000101 | 111101 |
Color Harmonies of #E057B5
Complementary color
Monochromatic Colors of #E057B5
Black with #E057B5
Text Example
Text Example
White with #E057B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E057B5; }
p { color: rgb(224,87,181); }
H1.HeaderClassName
{
color: #E057B5;
}
.AnyTagClassName
{
color: #E057B5;
}
</style>
background-color css
<style>
a { background-color: #E057B5; }
a { background-color: rgb(224,87,181); }
div.DivClassName
{
background-color: #E057B5;
}
.BgClassName
{
background-color: #E057B5;
}
</style>
border-color css
<style>
span { border-color: #E057B5; }
span { border-color: rgb(224,87,181); }
td.TdClassName
{
border-color: #E057B5;
}
.TagClassName
{
border-color: #E057B5;
}
</style>