Shades of Hot Pink #EE52BC
Tints of Hot Pink #EE52BC
RGB
CMYK
RGB Variations
Color information
#EE52BC (or 0xEE52BC) is known color: Hot Pink. HEX triplet: EE, 52 and BC. RGB value is (238,82,188). Sum of RGB (Red+Green+Blue) = 238+82+188=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EE52BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE52BC is #11AD43. Grayscale: #8C8C8C. Windows color (decimal): -1158468 or 12341998. OLE color: 12341998.
HSL color Cylindrical-coordinate representation of color #EE52BC: hue angle of 319.23º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE52BC is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 188 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.07 |
| HSL | 319.23º | 0.82% | 0.63% | - |
| HSV(B) | 319.23º | 0.66% | 0.93% | - |
| XYZ | 47.35 | 27.84 | 50.46 | - |
| YUV | 140.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 188 | 0 | 0.66 | 0.21 | 0.07 | 319.23 | 0.82 | 0.63 |
| Hex | EE | 52 | BC | 0 | 42 | 15 | 7 | 13F | 52 | 3F |
| Octal | 356 | 122 | 274 | 0 | 102 | 25 | 7 | 477 | 122 | 77 |
| Binary | 11101110 | 1010010 | 10111100 | 0 | 1000010 | 10101 | 111 | 100111111 | 1010010 | 111111 |
Color Harmonies of #EE52BC
Complementary color
Monochromatic Colors of #EE52BC
Black with #EE52BC
Text Example
Text Example
White with #EE52BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE52BC; }
p { color: rgb(238,82,188); }
H1.HeaderClassName
{
color: #EE52BC;
}
.AnyTagClassName
{
color: #EE52BC;
}
</style>
background-color css
<style>
a { background-color: #EE52BC; }
a { background-color: rgb(238,82,188); }
div.DivClassName
{
background-color: #EE52BC;
}
.BgClassName
{
background-color: #EE52BC;
}
</style>
border-color css
<style>
span { border-color: #EE52BC; }
span { border-color: rgb(238,82,188); }
td.TdClassName
{
border-color: #EE52BC;
}
.TagClassName
{
border-color: #EE52BC;
}
</style>