Shades of Hot Pink #EE57BD
Tints of Hot Pink #EE57BD
RGB
CMYK
RGB Variations
Color information
#EE57BD (or 0xEE57BD) is known color: Hot Pink. HEX triplet: EE, 57 and BD. RGB value is (238,87,189). Sum of RGB (Red+Green+Blue) = 238+87+189=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE57BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE57BD is #11A842. Grayscale: #8F8F8F. Windows color (decimal): -1157187 or 12408814. OLE color: 12408814.
HSL color Cylindrical-coordinate representation of color #EE57BD: hue angle of 319.47º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE57BD is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 189 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.07 |
| HSL | 319.47º | 0.82% | 0.64% | - |
| HSV(B) | 319.47º | 0.63% | 0.93% | - |
| XYZ | 47.85 | 28.67 | 51.16 | - |
| YUV | 143.78 | 153.53 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 189 | 0 | 0.63 | 0.21 | 0.07 | 319.47 | 0.82 | 0.64 |
| Hex | EE | 57 | BD | 0 | 3F | 15 | 7 | 13F | 52 | 40 |
| Octal | 356 | 127 | 275 | 0 | 77 | 25 | 7 | 477 | 122 | 100 |
| Binary | 11101110 | 1010111 | 10111101 | 0 | 111111 | 10101 | 111 | 100111111 | 1010010 | 1000000 |
Color Harmonies of #EE57BD
Complementary color
Monochromatic Colors of #EE57BD
Black with #EE57BD
Text Example
Text Example
White with #EE57BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE57BD; }
p { color: rgb(238,87,189); }
H1.HeaderClassName
{
color: #EE57BD;
}
.AnyTagClassName
{
color: #EE57BD;
}
</style>
background-color css
<style>
a { background-color: #EE57BD; }
a { background-color: rgb(238,87,189); }
div.DivClassName
{
background-color: #EE57BD;
}
.BgClassName
{
background-color: #EE57BD;
}
</style>
border-color css
<style>
span { border-color: #EE57BD; }
span { border-color: rgb(238,87,189); }
td.TdClassName
{
border-color: #EE57BD;
}
.TagClassName
{
border-color: #EE57BD;
}
</style>