Shades of Hot Pink #E952B9
Tints of Hot Pink #E952B9
RGB
CMYK
RGB Variations
Color information
#E952B9 (or 0xE952B9) is known color: Hot Pink. HEX triplet: E9, 52 and B9. RGB value is (233,82,185). Sum of RGB (Red+Green+Blue) = 233+82+185=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E952B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E952B9 is #16AD46. Grayscale: #8A8A8A. Windows color (decimal): -1486151 or 12145385. OLE color: 12145385.
HSL color Cylindrical-coordinate representation of color #E952B9: hue angle of 319.07º 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 #E952B9 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 82 | 185 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.09 |
| HSL | 319.07º | 0.77% | 0.62% | - |
| HSV(B) | 319.07º | 0.65% | 0.91% | - |
| XYZ | 45.38 | 26.86 | 48.69 | - |
| YUV | 138.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 82 | 185 | 0 | 0.65 | 0.21 | 0.09 | 319.07 | 0.77 | 0.62 |
| Hex | E9 | 52 | B9 | 0 | 41 | 15 | 9 | 13F | 4D | 3E |
| Octal | 351 | 122 | 271 | 0 | 101 | 25 | 11 | 477 | 115 | 76 |
| Binary | 11101001 | 1010010 | 10111001 | 0 | 1000001 | 10101 | 1001 | 100111111 | 1001101 | 111110 |
Color Harmonies of #E952B9
Complementary color
Monochromatic Colors of #E952B9
Black with #E952B9
Text Example
Text Example
White with #E952B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E952B9; }
p { color: rgb(233,82,185); }
H1.HeaderClassName
{
color: #E952B9;
}
.AnyTagClassName
{
color: #E952B9;
}
</style>
background-color css
<style>
a { background-color: #E952B9; }
a { background-color: rgb(233,82,185); }
div.DivClassName
{
background-color: #E952B9;
}
.BgClassName
{
background-color: #E952B9;
}
</style>
border-color css
<style>
span { border-color: #E952B9; }
span { border-color: rgb(233,82,185); }
td.TdClassName
{
border-color: #E952B9;
}
.TagClassName
{
border-color: #E952B9;
}
</style>