Shades of Hot Pink #E852BA
Tints of Hot Pink #E852BA
RGB
CMYK
RGB Variations
Color information
#E852BA (or 0xE852BA) is known color: Hot Pink. HEX triplet: E8, 52 and BA. RGB value is (232,82,186). Sum of RGB (Red+Green+Blue) = 232+82+186=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E852BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E852BA is #17AD45. Grayscale: #8A8A8A. Windows color (decimal): -1551686 or 12210920. OLE color: 12210920.
HSL color Cylindrical-coordinate representation of color #E852BA: hue angle of 318.4º 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 #E852BA is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 186 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.09 |
| HSL | 318.4º | 0.77% | 0.62% | - |
| HSV(B) | 318.4º | 0.65% | 0.91% | - |
| XYZ | 45.16 | 26.74 | 49.23 | - |
| YUV | 138.71 | 154.7 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 186 | 0 | 0.65 | 0.20 | 0.09 | 318.4 | 0.77 | 0.62 |
| Hex | E8 | 52 | BA | 0 | 41 | 14 | 9 | 13E | 4D | 3E |
| Octal | 350 | 122 | 272 | 0 | 101 | 24 | 11 | 476 | 115 | 76 |
| Binary | 11101000 | 1010010 | 10111010 | 0 | 1000001 | 10100 | 1001 | 100111110 | 1001101 | 111110 |
Color Harmonies of #E852BA
Complementary color
Monochromatic Colors of #E852BA
Black with #E852BA
Text Example
Text Example
White with #E852BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E852BA; }
p { color: rgb(232,82,186); }
H1.HeaderClassName
{
color: #E852BA;
}
.AnyTagClassName
{
color: #E852BA;
}
</style>
background-color css
<style>
a { background-color: #E852BA; }
a { background-color: rgb(232,82,186); }
div.DivClassName
{
background-color: #E852BA;
}
.BgClassName
{
background-color: #E852BA;
}
</style>
border-color css
<style>
span { border-color: #E852BA; }
span { border-color: rgb(232,82,186); }
td.TdClassName
{
border-color: #E852BA;
}
.TagClassName
{
border-color: #E852BA;
}
</style>