Shades of Hot Pink #E950BA
Tints of Hot Pink #E950BA
RGB
CMYK
RGB Variations
Color information
#E950BA (or 0xE950BA) is known color: Hot Pink. HEX triplet: E9, 50 and BA. RGB value is (233,80,186). Sum of RGB (Red+Green+Blue) = 233+80+186=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E950BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E950BA is #16AF45. Grayscale: #898989. Windows color (decimal): -1486662 or 12210409. OLE color: 12210409.
HSL color Cylindrical-coordinate representation of color #E950BA: hue angle of 318.43º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E950BA is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 186 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.09 |
| HSL | 318.43º | 0.78% | 0.61% | - |
| HSV(B) | 318.43º | 0.66% | 0.91% | - |
| XYZ | 45.34 | 26.61 | 49.2 | - |
| YUV | 137.83 | 155.19 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 186 | 0 | 0.66 | 0.20 | 0.09 | 318.43 | 0.78 | 0.61 |
| Hex | E9 | 50 | BA | 0 | 42 | 14 | 9 | 13E | 4E | 3D |
| Octal | 351 | 120 | 272 | 0 | 102 | 24 | 11 | 476 | 116 | 75 |
| Binary | 11101001 | 1010000 | 10111010 | 0 | 1000010 | 10100 | 1001 | 100111110 | 1001110 | 111101 |
Color Harmonies of #E950BA
Complementary color
Monochromatic Colors of #E950BA
Black with #E950BA
Text Example
Text Example
White with #E950BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E950BA; }
p { color: rgb(233,80,186); }
H1.HeaderClassName
{
color: #E950BA;
}
.AnyTagClassName
{
color: #E950BA;
}
</style>
background-color css
<style>
a { background-color: #E950BA; }
a { background-color: rgb(233,80,186); }
div.DivClassName
{
background-color: #E950BA;
}
.BgClassName
{
background-color: #E950BA;
}
</style>
border-color css
<style>
span { border-color: #E950BA; }
span { border-color: rgb(233,80,186); }
td.TdClassName
{
border-color: #E950BA;
}
.TagClassName
{
border-color: #E950BA;
}
</style>