Shades of Hot Pink #EA5BB8
Tints of Hot Pink #EA5BB8
RGB
CMYK
RGB Variations
Color information
#EA5BB8 (or 0xEA5BB8) is known color: Hot Pink. HEX triplet: EA, 5B and B8. RGB value is (234,91,184). Sum of RGB (Red+Green+Blue) = 234+91+184=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5BB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5BB8 is #15A447. Grayscale: #909090. Windows color (decimal): -1418312 or 12082154. OLE color: 12082154.
HSL color Cylindrical-coordinate representation of color #EA5BB8: hue angle of 320.98º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5BB8 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 91 | 184 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.08 |
| HSL | 320.98º | 0.77% | 0.64% | - |
| HSV(B) | 320.98º | 0.61% | 0.92% | - |
| XYZ | 46.32 | 28.44 | 48.39 | - |
| YUV | 144.36 | 150.38 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 91 | 184 | 0 | 0.61 | 0.21 | 0.08 | 320.98 | 0.77 | 0.64 |
| Hex | EA | 5B | B8 | 0 | 3D | 15 | 8 | 141 | 4D | 40 |
| Octal | 352 | 133 | 270 | 0 | 75 | 25 | 10 | 501 | 115 | 100 |
| Binary | 11101010 | 1011011 | 10111000 | 0 | 111101 | 10101 | 1000 | 101000001 | 1001101 | 1000000 |
Color Harmonies of #EA5BB8
Complementary color
Monochromatic Colors of #EA5BB8
Black with #EA5BB8
Text Example
Text Example
White with #EA5BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5BB8; }
p { color: rgb(234,91,184); }
H1.HeaderClassName
{
color: #EA5BB8;
}
.AnyTagClassName
{
color: #EA5BB8;
}
</style>
background-color css
<style>
a { background-color: #EA5BB8; }
a { background-color: rgb(234,91,184); }
div.DivClassName
{
background-color: #EA5BB8;
}
.BgClassName
{
background-color: #EA5BB8;
}
</style>
border-color css
<style>
span { border-color: #EA5BB8; }
span { border-color: rgb(234,91,184); }
td.TdClassName
{
border-color: #EA5BB8;
}
.TagClassName
{
border-color: #EA5BB8;
}
</style>