Shades of Hot Pink #E562BA
Tints of Hot Pink #E562BA
RGB
CMYK
RGB Variations
Color information
#E562BA (or 0xE562BA) is known color: Hot Pink. HEX triplet: E5, 62 and BA. RGB value is (229,98,186). Sum of RGB (Red+Green+Blue) = 229+98+186=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E562BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E562BA is #1A9D45. Grayscale: #929292. Windows color (decimal): -1744198 or 12215013. OLE color: 12215013.
HSL color Cylindrical-coordinate representation of color #E562BA: hue angle of 319.69º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E562BA is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 186 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.10 |
| HSL | 319.69º | 0.72% | 0.64% | - |
| HSV(B) | 319.69º | 0.57% | 0.9% | - |
| XYZ | 45.54 | 28.94 | 49.64 | - |
| YUV | 147.2 | 149.9 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 186 | 0 | 0.57 | 0.19 | 0.10 | 319.69 | 0.72 | 0.64 |
| Hex | E5 | 62 | BA | 0 | 39 | 13 | A | 140 | 48 | 40 |
| Octal | 345 | 142 | 272 | 0 | 71 | 23 | 12 | 500 | 110 | 100 |
| Binary | 11100101 | 1100010 | 10111010 | 0 | 111001 | 10011 | 1010 | 101000000 | 1001000 | 1000000 |
Color Harmonies of #E562BA
Complementary color
Monochromatic Colors of #E562BA
Black with #E562BA
Text Example
Text Example
White with #E562BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E562BA; }
p { color: rgb(229,98,186); }
H1.HeaderClassName
{
color: #E562BA;
}
.AnyTagClassName
{
color: #E562BA;
}
</style>
background-color css
<style>
a { background-color: #E562BA; }
a { background-color: rgb(229,98,186); }
div.DivClassName
{
background-color: #E562BA;
}
.BgClassName
{
background-color: #E562BA;
}
</style>
border-color css
<style>
span { border-color: #E562BA; }
span { border-color: rgb(229,98,186); }
td.TdClassName
{
border-color: #E562BA;
}
.TagClassName
{
border-color: #E562BA;
}
</style>