Shades of Hot Pink #E953B8
Tints of Hot Pink #E953B8
RGB
CMYK
RGB Variations
Color information
#E953B8 (or 0xE953B8) is known color: Hot Pink. HEX triplet: E9, 53 and B8. RGB value is (233,83,184). Sum of RGB (Red+Green+Blue) = 233+83+184=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E953B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953B8 is #16AC47. Grayscale: #8B8B8B. Windows color (decimal): -1485896 or 12080105. OLE color: 12080105.
HSL color Cylindrical-coordinate representation of color #E953B8: hue angle of 319.6º 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 #E953B8 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 184 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.09 |
| HSL | 319.6º | 0.77% | 0.62% | - |
| HSV(B) | 319.6º | 0.64% | 0.91% | - |
| XYZ | 45.35 | 26.97 | 48.16 | - |
| YUV | 139.36 | 153.2 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 184 | 0 | 0.64 | 0.21 | 0.09 | 319.6 | 0.77 | 0.62 |
| Hex | E9 | 53 | B8 | 0 | 40 | 15 | 9 | 140 | 4D | 3E |
| Octal | 351 | 123 | 270 | 0 | 100 | 25 | 11 | 500 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10111000 | 0 | 1000000 | 10101 | 1001 | 101000000 | 1001101 | 111110 |
Color Harmonies of #E953B8
Complementary color
Monochromatic Colors of #E953B8
Black with #E953B8
Text Example
Text Example
White with #E953B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E953B8; }
p { color: rgb(233,83,184); }
H1.HeaderClassName
{
color: #E953B8;
}
.AnyTagClassName
{
color: #E953B8;
}
</style>
background-color css
<style>
a { background-color: #E953B8; }
a { background-color: rgb(233,83,184); }
div.DivClassName
{
background-color: #E953B8;
}
.BgClassName
{
background-color: #E953B8;
}
</style>
border-color css
<style>
span { border-color: #E953B8; }
span { border-color: rgb(233,83,184); }
td.TdClassName
{
border-color: #E953B8;
}
.TagClassName
{
border-color: #E953B8;
}
</style>