Shades of Hot Pink #EE54BB
Tints of Hot Pink #EE54BB
RGB
CMYK
RGB Variations
Color information
#EE54BB (or 0xEE54BB) is known color: Hot Pink. HEX triplet: EE, 54 and BB. RGB value is (238,84,187). Sum of RGB (Red+Green+Blue) = 238+84+187=509 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.76% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 238 - color contains mainly: red. Hex color #EE54BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE54BB is #11AB44. Grayscale: #8D8D8D. Windows color (decimal): -1157957 or 12276974. OLE color: 12276974.
HSL color Cylindrical-coordinate representation of color #EE54BB: hue angle of 319.87º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE54BB is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 187 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.07 |
| HSL | 319.87º | 0.82% | 0.63% | - |
| HSV(B) | 319.87º | 0.65% | 0.93% | - |
| XYZ | 47.4 | 28.11 | 49.94 | - |
| YUV | 141.79 | 153.52 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 187 | 0 | 0.65 | 0.21 | 0.07 | 319.87 | 0.82 | 0.63 |
| Hex | EE | 54 | BB | 0 | 41 | 15 | 7 | 140 | 52 | 3F |
| Octal | 356 | 124 | 273 | 0 | 101 | 25 | 7 | 500 | 122 | 77 |
| Binary | 11101110 | 1010100 | 10111011 | 0 | 1000001 | 10101 | 111 | 101000000 | 1010010 | 111111 |
Color Harmonies of #EE54BB
Complementary color
Monochromatic Colors of #EE54BB
Black with #EE54BB
Text Example
Text Example
White with #EE54BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE54BB; }
p { color: rgb(238,84,187); }
H1.HeaderClassName
{
color: #EE54BB;
}
.AnyTagClassName
{
color: #EE54BB;
}
</style>
background-color css
<style>
a { background-color: #EE54BB; }
a { background-color: rgb(238,84,187); }
div.DivClassName
{
background-color: #EE54BB;
}
.BgClassName
{
background-color: #EE54BB;
}
</style>
border-color css
<style>
span { border-color: #EE54BB; }
span { border-color: rgb(238,84,187); }
td.TdClassName
{
border-color: #EE54BB;
}
.TagClassName
{
border-color: #EE54BB;
}
</style>