Shades of Hot Pink #E954BB
Tints of Hot Pink #E954BB
RGB
CMYK
RGB Variations
Color information
#E954BB (or 0xE954BB) is known color: Hot Pink. HEX triplet: E9, 54 and BB. RGB value is (233,84,187). Sum of RGB (Red+Green+Blue) = 233+84+187=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E954BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E954BB is #16AB44. Grayscale: #8C8C8C. Windows color (decimal): -1485637 or 12276969. OLE color: 12276969.
HSL color Cylindrical-coordinate representation of color #E954BB: hue angle of 318.52º 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 #E954BB is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 187 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.09 |
| HSL | 318.52º | 0.77% | 0.62% | - |
| HSV(B) | 318.52º | 0.64% | 0.91% | - |
| XYZ | 45.74 | 27.25 | 49.86 | - |
| YUV | 140.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 187 | 0 | 0.64 | 0.20 | 0.09 | 318.52 | 0.77 | 0.62 |
| Hex | E9 | 54 | BB | 0 | 40 | 14 | 9 | 13F | 4D | 3E |
| Octal | 351 | 124 | 273 | 0 | 100 | 24 | 11 | 477 | 115 | 76 |
| Binary | 11101001 | 1010100 | 10111011 | 0 | 1000000 | 10100 | 1001 | 100111111 | 1001101 | 111110 |
Color Harmonies of #E954BB
Complementary color
Monochromatic Colors of #E954BB
Black with #E954BB
Text Example
Text Example
White with #E954BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954BB; }
p { color: rgb(233,84,187); }
H1.HeaderClassName
{
color: #E954BB;
}
.AnyTagClassName
{
color: #E954BB;
}
</style>
background-color css
<style>
a { background-color: #E954BB; }
a { background-color: rgb(233,84,187); }
div.DivClassName
{
background-color: #E954BB;
}
.BgClassName
{
background-color: #E954BB;
}
</style>
border-color css
<style>
span { border-color: #E954BB; }
span { border-color: rgb(233,84,187); }
td.TdClassName
{
border-color: #E954BB;
}
.TagClassName
{
border-color: #E954BB;
}
</style>