Shades of Hot Pink #EA5ABB
Tints of Hot Pink #EA5ABB
RGB
CMYK
RGB Variations
Color information
#EA5ABB (or 0xEA5ABB) is known color: Hot Pink. HEX triplet: EA, 5A and BB. RGB value is (234,90,187). Sum of RGB (Red+Green+Blue) = 234+90+187=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5ABB is #15A544. Grayscale: #8F8F8F. Windows color (decimal): -1418565 or 12278506. OLE color: 12278506.
HSL color Cylindrical-coordinate representation of color #EA5ABB: hue angle of 319.58º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5ABB is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 90 | 187 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.08 |
| HSL | 319.58º | 0.77% | 0.64% | - |
| HSV(B) | 319.58º | 0.62% | 0.92% | - |
| XYZ | 46.56 | 28.39 | 50.04 | - |
| YUV | 144.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 90 | 187 | 0 | 0.62 | 0.20 | 0.08 | 319.58 | 0.77 | 0.64 |
| Hex | EA | 5A | BB | 0 | 3E | 14 | 8 | 140 | 4D | 40 |
| Octal | 352 | 132 | 273 | 0 | 76 | 24 | 10 | 500 | 115 | 100 |
| Binary | 11101010 | 1011010 | 10111011 | 0 | 111110 | 10100 | 1000 | 101000000 | 1001101 | 1000000 |
Color Harmonies of #EA5ABB
Complementary color
Monochromatic Colors of #EA5ABB
Black with #EA5ABB
Text Example
Text Example
White with #EA5ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5ABB; }
p { color: rgb(234,90,187); }
H1.HeaderClassName
{
color: #EA5ABB;
}
.AnyTagClassName
{
color: #EA5ABB;
}
</style>
background-color css
<style>
a { background-color: #EA5ABB; }
a { background-color: rgb(234,90,187); }
div.DivClassName
{
background-color: #EA5ABB;
}
.BgClassName
{
background-color: #EA5ABB;
}
</style>
border-color css
<style>
span { border-color: #EA5ABB; }
span { border-color: rgb(234,90,187); }
td.TdClassName
{
border-color: #EA5ABB;
}
.TagClassName
{
border-color: #EA5ABB;
}
</style>