Shades of Hot Pink #E952BA
Tints of Hot Pink #E952BA
RGB
CMYK
RGB Variations
Color information
#E952BA (or 0xE952BA) is known color: Hot Pink. HEX triplet: E9, 52 and BA. RGB value is (233,82,186). Sum of RGB (Red+Green+Blue) = 233+82+186=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E952BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952BA is #16AD45. Grayscale: #8A8A8A. Windows color (decimal): -1486150 or 12210921. OLE color: 12210921.
HSL color Cylindrical-coordinate representation of color #E952BA: hue angle of 318.68º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E952BA is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 186 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.09 |
| HSL | 318.68º | 0.77% | 0.62% | - |
| HSV(B) | 318.68º | 0.65% | 0.91% | - |
| XYZ | 45.48 | 26.9 | 49.25 | - |
| YUV | 139.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 186 | 0 | 0.65 | 0.20 | 0.09 | 318.68 | 0.77 | 0.62 |
| Hex | E9 | 52 | BA | 0 | 41 | 14 | 9 | 13F | 4D | 3E |
| Octal | 351 | 122 | 272 | 0 | 101 | 24 | 11 | 477 | 115 | 76 |
| Binary | 11101001 | 1010010 | 10111010 | 0 | 1000001 | 10100 | 1001 | 100111111 | 1001101 | 111110 |
Color Harmonies of #E952BA
Complementary color
Monochromatic Colors of #E952BA
Black with #E952BA
Text Example
Text Example
White with #E952BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952BA; }
p { color: rgb(233,82,186); }
H1.HeaderClassName
{
color: #E952BA;
}
.AnyTagClassName
{
color: #E952BA;
}
</style>
background-color css
<style>
a { background-color: #E952BA; }
a { background-color: rgb(233,82,186); }
div.DivClassName
{
background-color: #E952BA;
}
.BgClassName
{
background-color: #E952BA;
}
</style>
border-color css
<style>
span { border-color: #E952BA; }
span { border-color: rgb(233,82,186); }
td.TdClassName
{
border-color: #E952BA;
}
.TagClassName
{
border-color: #E952BA;
}
</style>