Shades of Hot Pink #EA5EBC
Tints of Hot Pink #EA5EBC
RGB
CMYK
RGB Variations
Color information
#EA5EBC (or 0xEA5EBC) is known color: Hot Pink. HEX triplet: EA, 5E and BC. RGB value is (234,94,188). Sum of RGB (Red+Green+Blue) = 234+94+188=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 94 (37.11% from 255 or 18.22% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5EBC is #15A143. Grayscale: #929292. Windows color (decimal): -1417540 or 12345066. OLE color: 12345066.
HSL color Cylindrical-coordinate representation of color #EA5EBC: hue angle of 319.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5EBC is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 188 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.08 |
| HSL | 319.71º | 0.77% | 0.64% | - |
| HSV(B) | 319.71º | 0.6% | 0.92% | - |
| XYZ | 47.01 | 29.13 | 50.72 | - |
| YUV | 146.58 | 151.38 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 188 | 0 | 0.60 | 0.20 | 0.08 | 319.71 | 0.77 | 0.64 |
| Hex | EA | 5E | BC | 0 | 3C | 14 | 8 | 140 | 4D | 40 |
| Octal | 352 | 136 | 274 | 0 | 74 | 24 | 10 | 500 | 115 | 100 |
| Binary | 11101010 | 1011110 | 10111100 | 0 | 111100 | 10100 | 1000 | 101000000 | 1001101 | 1000000 |
Color Harmonies of #EA5EBC
Complementary color
Monochromatic Colors of #EA5EBC
Black with #EA5EBC
Text Example
Text Example
White with #EA5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5EBC; }
p { color: rgb(234,94,188); }
H1.HeaderClassName
{
color: #EA5EBC;
}
.AnyTagClassName
{
color: #EA5EBC;
}
</style>
background-color css
<style>
a { background-color: #EA5EBC; }
a { background-color: rgb(234,94,188); }
div.DivClassName
{
background-color: #EA5EBC;
}
.BgClassName
{
background-color: #EA5EBC;
}
</style>
border-color css
<style>
span { border-color: #EA5EBC; }
span { border-color: rgb(234,94,188); }
td.TdClassName
{
border-color: #EA5EBC;
}
.TagClassName
{
border-color: #EA5EBC;
}
</style>