Shades of Hot Pink #E954B8
Tints of Hot Pink #E954B8
RGB
CMYK
RGB Variations
Color information
#E954B8 (or 0xE954B8) is known color: Hot Pink. HEX triplet: E9, 54 and B8. RGB value is (233,84,184). Sum of RGB (Red+Green+Blue) = 233+84+184=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E954B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E954B8 is #16AB47. Grayscale: #8B8B8B. Windows color (decimal): -1485640 or 12080361. OLE color: 12080361.
HSL color Cylindrical-coordinate representation of color #E954B8: hue angle of 319.73º 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 #E954B8 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 184 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.09 |
| HSL | 319.73º | 0.77% | 0.62% | - |
| HSV(B) | 319.73º | 0.64% | 0.91% | - |
| XYZ | 45.43 | 27.12 | 48.19 | - |
| YUV | 139.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 184 | 0 | 0.64 | 0.21 | 0.09 | 319.73 | 0.77 | 0.62 |
| Hex | E9 | 54 | B8 | 0 | 40 | 15 | 9 | 140 | 4D | 3E |
| Octal | 351 | 124 | 270 | 0 | 100 | 25 | 11 | 500 | 115 | 76 |
| Binary | 11101001 | 1010100 | 10111000 | 0 | 1000000 | 10101 | 1001 | 101000000 | 1001101 | 111110 |
Color Harmonies of #E954B8
Complementary color
Monochromatic Colors of #E954B8
Black with #E954B8
Text Example
Text Example
White with #E954B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954B8; }
p { color: rgb(233,84,184); }
H1.HeaderClassName
{
color: #E954B8;
}
.AnyTagClassName
{
color: #E954B8;
}
</style>
background-color css
<style>
a { background-color: #E954B8; }
a { background-color: rgb(233,84,184); }
div.DivClassName
{
background-color: #E954B8;
}
.BgClassName
{
background-color: #E954B8;
}
</style>
border-color css
<style>
span { border-color: #E954B8; }
span { border-color: rgb(233,84,184); }
td.TdClassName
{
border-color: #E954B8;
}
.TagClassName
{
border-color: #E954B8;
}
</style>