Shades of Hot Pink #E953BA
Tints of Hot Pink #E953BA
RGB
CMYK
RGB Variations
Color information
#E953BA (or 0xE953BA) is known color: Hot Pink. HEX triplet: E9, 53 and BA. RGB value is (233,83,186). Sum of RGB (Red+Green+Blue) = 233+83+186=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 83 (32.81% from 255 or 16.53% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E953BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E953BA is #16AC45. Grayscale: #8B8B8B. Windows color (decimal): -1485894 or 12211177. OLE color: 12211177.
HSL color Cylindrical-coordinate representation of color #E953BA: hue angle of 318.8º 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 #E953BA is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 83 | 186 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.09 |
| HSL | 318.8º | 0.77% | 0.62% | - |
| HSV(B) | 318.8º | 0.64% | 0.91% | - |
| XYZ | 45.56 | 27.06 | 49.28 | - |
| YUV | 139.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 83 | 186 | 0 | 0.64 | 0.20 | 0.09 | 318.8 | 0.77 | 0.62 |
| Hex | E9 | 53 | BA | 0 | 40 | 14 | 9 | 13F | 4D | 3E |
| Octal | 351 | 123 | 272 | 0 | 100 | 24 | 11 | 477 | 115 | 76 |
| Binary | 11101001 | 1010011 | 10111010 | 0 | 1000000 | 10100 | 1001 | 100111111 | 1001101 | 111110 |
Color Harmonies of #E953BA
Complementary color
Monochromatic Colors of #E953BA
Black with #E953BA
Text Example
Text Example
White with #E953BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E953BA; }
p { color: rgb(233,83,186); }
H1.HeaderClassName
{
color: #E953BA;
}
.AnyTagClassName
{
color: #E953BA;
}
</style>
background-color css
<style>
a { background-color: #E953BA; }
a { background-color: rgb(233,83,186); }
div.DivClassName
{
background-color: #E953BA;
}
.BgClassName
{
background-color: #E953BA;
}
</style>
border-color css
<style>
span { border-color: #E953BA; }
span { border-color: rgb(233,83,186); }
td.TdClassName
{
border-color: #E953BA;
}
.TagClassName
{
border-color: #E953BA;
}
</style>