Shades of Hot Pink #E955BA
Tints of Hot Pink #E955BA
RGB
CMYK
RGB Variations
Color information
#E955BA (or 0xE955BA) is known color: Hot Pink. HEX triplet: E9, 55 and BA. RGB value is (233,85,186). Sum of RGB (Red+Green+Blue) = 233+85+186=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 233 - color contains mainly: red. Hex color #E955BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E955BA is #16AA45. Grayscale: #8C8C8C. Windows color (decimal): -1485382 or 12211689. OLE color: 12211689.
HSL color Cylindrical-coordinate representation of color #E955BA: hue angle of 319.05º 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 #E955BA is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 85 | 186 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.09 |
| HSL | 319.05º | 0.77% | 0.62% | - |
| HSV(B) | 319.05º | 0.64% | 0.91% | - |
| XYZ | 45.72 | 27.37 | 49.33 | - |
| YUV | 140.77 | 153.53 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 85 | 186 | 0 | 0.64 | 0.20 | 0.09 | 319.05 | 0.77 | 0.62 |
| Hex | E9 | 55 | BA | 0 | 40 | 14 | 9 | 13F | 4D | 3E |
| Octal | 351 | 125 | 272 | 0 | 100 | 24 | 11 | 477 | 115 | 76 |
| Binary | 11101001 | 1010101 | 10111010 | 0 | 1000000 | 10100 | 1001 | 100111111 | 1001101 | 111110 |
Color Harmonies of #E955BA
Complementary color
Monochromatic Colors of #E955BA
Black with #E955BA
Text Example
Text Example
White with #E955BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E955BA; }
p { color: rgb(233,85,186); }
H1.HeaderClassName
{
color: #E955BA;
}
.AnyTagClassName
{
color: #E955BA;
}
</style>
background-color css
<style>
a { background-color: #E955BA; }
a { background-color: rgb(233,85,186); }
div.DivClassName
{
background-color: #E955BA;
}
.BgClassName
{
background-color: #E955BA;
}
</style>
border-color css
<style>
span { border-color: #E955BA; }
span { border-color: rgb(233,85,186); }
td.TdClassName
{
border-color: #E955BA;
}
.TagClassName
{
border-color: #E955BA;
}
</style>