Shades of Hot Pink #E954BA
Tints of Hot Pink #E954BA
RGB
CMYK
RGB Variations
Color information
#E954BA (or 0xE954BA) is known color: Hot Pink. HEX triplet: E9, 54 and BA. RGB value is (233,84,186). Sum of RGB (Red+Green+Blue) = 233+84+186=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E954BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E954BA is #16AB45. Grayscale: #8B8B8B. Windows color (decimal): -1485638 or 12211433. OLE color: 12211433.
HSL color Cylindrical-coordinate representation of color #E954BA: hue angle of 318.93º 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 #E954BA is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 84 | 186 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.09 |
| HSL | 318.93º | 0.77% | 0.62% | - |
| HSV(B) | 318.93º | 0.64% | 0.91% | - |
| XYZ | 45.64 | 27.21 | 49.3 | - |
| YUV | 140.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 84 | 186 | 0 | 0.64 | 0.20 | 0.09 | 318.93 | 0.77 | 0.62 |
| Hex | E9 | 54 | BA | 0 | 40 | 14 | 9 | 13F | 4D | 3E |
| Octal | 351 | 124 | 272 | 0 | 100 | 24 | 11 | 477 | 115 | 76 |
| Binary | 11101001 | 1010100 | 10111010 | 0 | 1000000 | 10100 | 1001 | 100111111 | 1001101 | 111110 |
Color Harmonies of #E954BA
Complementary color
Monochromatic Colors of #E954BA
Black with #E954BA
Text Example
Text Example
White with #E954BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E954BA; }
p { color: rgb(233,84,186); }
H1.HeaderClassName
{
color: #E954BA;
}
.AnyTagClassName
{
color: #E954BA;
}
</style>
background-color css
<style>
a { background-color: #E954BA; }
a { background-color: rgb(233,84,186); }
div.DivClassName
{
background-color: #E954BA;
}
.BgClassName
{
background-color: #E954BA;
}
</style>
border-color css
<style>
span { border-color: #E954BA; }
span { border-color: rgb(233,84,186); }
td.TdClassName
{
border-color: #E954BA;
}
.TagClassName
{
border-color: #E954BA;
}
</style>