Shades of Hot Pink #E953BB
Tints of Hot Pink #E953BB
RGB
CMYK
RGB Variations
Color information
#E953BB (or 0xE953BB) is known color: Hot Pink. HEX triplet: E9, 53 and BB. RGB value is (233,83,187). Sum of RGB (Red+Green+Blue) = 233+83+187=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E953BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953BB is #16AC44. Grayscale: #8B8B8B. Windows color (decimal): -1485893 or 12276713. OLE color: 12276713.
HSL color Cylindrical-coordinate representation of color #E953BB: hue angle of 318.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E953BB is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 187 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.09 |
| HSL | 318.4º | 0.77% | 0.62% | - |
| HSV(B) | 318.4º | 0.64% | 0.91% | - |
| XYZ | 45.67 | 27.1 | 49.84 | - |
| YUV | 139.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 187 | 0 | 0.64 | 0.20 | 0.09 | 318.4 | 0.77 | 0.62 |
| Hex | E9 | 53 | BB | 0 | 40 | 14 | 9 | 13E | 4D | 3E |
| Octal | 351 | 123 | 273 | 0 | 100 | 24 | 11 | 476 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10111011 | 0 | 1000000 | 10100 | 1001 | 100111110 | 1001101 | 111110 |
Color Harmonies of #E953BB
Complementary color
Monochromatic Colors of #E953BB
Black with #E953BB
Text Example
Text Example
White with #E953BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E953BB; }
p { color: rgb(233,83,187); }
H1.HeaderClassName
{
color: #E953BB;
}
.AnyTagClassName
{
color: #E953BB;
}
</style>
background-color css
<style>
a { background-color: #E953BB; }
a { background-color: rgb(233,83,187); }
div.DivClassName
{
background-color: #E953BB;
}
.BgClassName
{
background-color: #E953BB;
}
</style>
border-color css
<style>
span { border-color: #E953BB; }
span { border-color: rgb(233,83,187); }
td.TdClassName
{
border-color: #E953BB;
}
.TagClassName
{
border-color: #E953BB;
}
</style>