Shades of Hot Pink #EA5DBB
Tints of Hot Pink #EA5DBB
RGB
CMYK
RGB Variations
Color information
#EA5DBB (or 0xEA5DBB) is known color: Hot Pink. HEX triplet: EA, 5D and BB. RGB value is (234,93,187). Sum of RGB (Red+Green+Blue) = 234+93+187=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5DBB is #15A244. Grayscale: #919191. Windows color (decimal): -1417797 or 12279274. OLE color: 12279274.
HSL color Cylindrical-coordinate representation of color #EA5DBB: hue angle of 320º 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 #EA5DBB is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 187 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.08 |
| HSL | 320º | 0.77% | 0.64% | - |
| HSV(B) | 320º | 0.6% | 0.92% | - |
| XYZ | 46.82 | 28.91 | 50.13 | - |
| YUV | 145.88 | 151.21 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 187 | 0 | 0.60 | 0.20 | 0.08 | 320 | 0.77 | 0.64 |
| Hex | EA | 5D | BB | 0 | 3C | 14 | 8 | 140 | 4D | 40 |
| Octal | 352 | 135 | 273 | 0 | 74 | 24 | 10 | 500 | 115 | 100 |
| Binary | 11101010 | 1011101 | 10111011 | 0 | 111100 | 10100 | 1000 | 101000000 | 1001101 | 1000000 |
Color Harmonies of #EA5DBB
Complementary color
Monochromatic Colors of #EA5DBB
Black with #EA5DBB
Text Example
Text Example
White with #EA5DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5DBB; }
p { color: rgb(234,93,187); }
H1.HeaderClassName
{
color: #EA5DBB;
}
.AnyTagClassName
{
color: #EA5DBB;
}
</style>
background-color css
<style>
a { background-color: #EA5DBB; }
a { background-color: rgb(234,93,187); }
div.DivClassName
{
background-color: #EA5DBB;
}
.BgClassName
{
background-color: #EA5DBB;
}
</style>
border-color css
<style>
span { border-color: #EA5DBB; }
span { border-color: rgb(234,93,187); }
td.TdClassName
{
border-color: #EA5DBB;
}
.TagClassName
{
border-color: #EA5DBB;
}
</style>