Shades of Hot Pink #EA5DBC
Tints of Hot Pink #EA5DBC
RGB
CMYK
RGB Variations
Color information
#EA5DBC (or 0xEA5DBC) is known color: Hot Pink. HEX triplet: EA, 5D and BC. RGB value is (234,93,188). Sum of RGB (Red+Green+Blue) = 234+93+188=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5DBC is #15A243. Grayscale: #919191. Windows color (decimal): -1417796 or 12344810. OLE color: 12344810.
HSL color Cylindrical-coordinate representation of color #EA5DBC: hue angle of 319.57º 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 #EA5DBC is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 188 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.08 |
| HSL | 319.57º | 0.77% | 0.64% | - |
| HSV(B) | 319.57º | 0.6% | 0.92% | - |
| XYZ | 46.92 | 28.95 | 50.69 | - |
| YUV | 145.99 | 151.71 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 188 | 0 | 0.60 | 0.20 | 0.08 | 319.57 | 0.77 | 0.64 |
| Hex | EA | 5D | BC | 0 | 3C | 14 | 8 | 140 | 4D | 40 |
| Octal | 352 | 135 | 274 | 0 | 74 | 24 | 10 | 500 | 115 | 100 |
| Binary | 11101010 | 1011101 | 10111100 | 0 | 111100 | 10100 | 1000 | 101000000 | 1001101 | 1000000 |
Color Harmonies of #EA5DBC
Complementary color
Monochromatic Colors of #EA5DBC
Black with #EA5DBC
Text Example
Text Example
White with #EA5DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5DBC; }
p { color: rgb(234,93,188); }
H1.HeaderClassName
{
color: #EA5DBC;
}
.AnyTagClassName
{
color: #EA5DBC;
}
</style>
background-color css
<style>
a { background-color: #EA5DBC; }
a { background-color: rgb(234,93,188); }
div.DivClassName
{
background-color: #EA5DBC;
}
.BgClassName
{
background-color: #EA5DBC;
}
</style>
border-color css
<style>
span { border-color: #EA5DBC; }
span { border-color: rgb(234,93,188); }
td.TdClassName
{
border-color: #EA5DBC;
}
.TagClassName
{
border-color: #EA5DBC;
}
</style>