Shades of Hot Pink #EA5AB2
Tints of Hot Pink #EA5AB2
RGB
CMYK
RGB Variations
Color information
#EA5AB2 (or 0xEA5AB2) is known color: Hot Pink. HEX triplet: EA, 5A and B2. RGB value is (234,90,178). Sum of RGB (Red+Green+Blue) = 234+90+178=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5AB2 is #15A54D. Grayscale: #8E8E8E. Windows color (decimal): -1418574 or 11688682. OLE color: 11688682.
HSL color Cylindrical-coordinate representation of color #EA5AB2: hue angle of 323.33º 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 #EA5AB2 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 90 | 178 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.08 |
| HSL | 323.33º | 0.77% | 0.64% | - |
| HSV(B) | 323.33º | 0.62% | 0.92% | - |
| XYZ | 45.62 | 28.02 | 45.12 | - |
| YUV | 143.09 | 147.71 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 90 | 178 | 0 | 0.62 | 0.24 | 0.08 | 323.33 | 0.77 | 0.64 |
| Hex | EA | 5A | B2 | 0 | 3E | 18 | 8 | 143 | 4D | 40 |
| Octal | 352 | 132 | 262 | 0 | 76 | 30 | 10 | 503 | 115 | 100 |
| Binary | 11101010 | 1011010 | 10110010 | 0 | 111110 | 11000 | 1000 | 101000011 | 1001101 | 1000000 |
Color Harmonies of #EA5AB2
Complementary color
Monochromatic Colors of #EA5AB2
Black with #EA5AB2
Text Example
Text Example
White with #EA5AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5AB2; }
p { color: rgb(234,90,178); }
H1.HeaderClassName
{
color: #EA5AB2;
}
.AnyTagClassName
{
color: #EA5AB2;
}
</style>
background-color css
<style>
a { background-color: #EA5AB2; }
a { background-color: rgb(234,90,178); }
div.DivClassName
{
background-color: #EA5AB2;
}
.BgClassName
{
background-color: #EA5AB2;
}
</style>
border-color css
<style>
span { border-color: #EA5AB2; }
span { border-color: rgb(234,90,178); }
td.TdClassName
{
border-color: #EA5AB2;
}
.TagClassName
{
border-color: #EA5AB2;
}
</style>