Shades of Hot Pink #E95AB5
Tints of Hot Pink #E95AB5
RGB
CMYK
RGB Variations
Color information
#E95AB5 (or 0xE95AB5) is known color: Hot Pink. HEX triplet: E9, 5A and B5. RGB value is (233,90,181). Sum of RGB (Red+Green+Blue) = 233+90+181=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E95AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95AB5 is #16A54A. Grayscale: #8E8E8E. Windows color (decimal): -1484107 or 11885289. OLE color: 11885289.
HSL color Cylindrical-coordinate representation of color #E95AB5: hue angle of 321.82º 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 #E95AB5 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 90 | 181 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.09 |
| HSL | 321.82º | 0.76% | 0.63% | - |
| HSV(B) | 321.82º | 0.61% | 0.91% | - |
| XYZ | 45.6 | 27.97 | 46.71 | - |
| YUV | 143.13 | 149.38 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 90 | 181 | 0 | 0.61 | 0.22 | 0.09 | 321.82 | 0.76 | 0.63 |
| Hex | E9 | 5A | B5 | 0 | 3D | 16 | 9 | 142 | 4C | 3F |
| Octal | 351 | 132 | 265 | 0 | 75 | 26 | 11 | 502 | 114 | 77 |
| Binary | 11101001 | 1011010 | 10110101 | 0 | 111101 | 10110 | 1001 | 101000010 | 1001100 | 111111 |
Color Harmonies of #E95AB5
Complementary color
Monochromatic Colors of #E95AB5
Black with #E95AB5
Text Example
Text Example
White with #E95AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95AB5; }
p { color: rgb(233,90,181); }
H1.HeaderClassName
{
color: #E95AB5;
}
.AnyTagClassName
{
color: #E95AB5;
}
</style>
background-color css
<style>
a { background-color: #E95AB5; }
a { background-color: rgb(233,90,181); }
div.DivClassName
{
background-color: #E95AB5;
}
.BgClassName
{
background-color: #E95AB5;
}
</style>
border-color css
<style>
span { border-color: #E95AB5; }
span { border-color: rgb(233,90,181); }
td.TdClassName
{
border-color: #E95AB5;
}
.TagClassName
{
border-color: #E95AB5;
}
</style>