Shades of Hot Pink #E95AB8
Tints of Hot Pink #E95AB8
RGB
CMYK
RGB Variations
Color information
#E95AB8 (or 0xE95AB8) is known color: Hot Pink. HEX triplet: E9, 5A and B8. RGB value is (233,90,184). Sum of RGB (Red+Green+Blue) = 233+90+184=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E95AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95AB8 is #16A547. Grayscale: #8F8F8F. Windows color (decimal): -1484104 or 12081897. OLE color: 12081897.
HSL color Cylindrical-coordinate representation of color #E95AB8: hue angle of 320.56º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95AB8 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 184 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.09 |
| HSL | 320.56º | 0.76% | 0.63% | - |
| HSV(B) | 320.56º | 0.61% | 0.91% | - |
| XYZ | 45.91 | 28.1 | 48.35 | - |
| YUV | 143.47 | 150.88 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 184 | 0 | 0.61 | 0.21 | 0.09 | 320.56 | 0.76 | 0.63 |
| Hex | E9 | 5A | B8 | 0 | 3D | 15 | 9 | 141 | 4C | 3F |
| Octal | 351 | 132 | 270 | 0 | 75 | 25 | 11 | 501 | 114 | 77 |
| Binary | 11101001 | 1011010 | 10111000 | 0 | 111101 | 10101 | 1001 | 101000001 | 1001100 | 111111 |
Color Harmonies of #E95AB8
Complementary color
Monochromatic Colors of #E95AB8
Black with #E95AB8
Text Example
Text Example
White with #E95AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95AB8; }
p { color: rgb(233,90,184); }
H1.HeaderClassName
{
color: #E95AB8;
}
.AnyTagClassName
{
color: #E95AB8;
}
</style>
background-color css
<style>
a { background-color: #E95AB8; }
a { background-color: rgb(233,90,184); }
div.DivClassName
{
background-color: #E95AB8;
}
.BgClassName
{
background-color: #E95AB8;
}
</style>
border-color css
<style>
span { border-color: #E95AB8; }
span { border-color: rgb(233,90,184); }
td.TdClassName
{
border-color: #E95AB8;
}
.TagClassName
{
border-color: #E95AB8;
}
</style>