Shades of Hot Pink #EE5AB0
Tints of Hot Pink #EE5AB0
RGB
CMYK
RGB Variations
Color information
#EE5AB0 (or 0xEE5AB0) is known color: Hot Pink. HEX triplet: EE, 5A and B0. RGB value is (238,90,176). Sum of RGB (Red+Green+Blue) = 238+90+176=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5AB0 is #11A54F. Grayscale: #8F8F8F. Windows color (decimal): -1156432 or 11557614. OLE color: 11557614.
HSL color Cylindrical-coordinate representation of color #EE5AB0: hue angle of 325.14º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5AB0 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 176 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.07 |
| HSL | 325.14º | 0.81% | 0.64% | - |
| HSV(B) | 325.14º | 0.62% | 0.93% | - |
| XYZ | 46.75 | 28.62 | 44.14 | - |
| YUV | 144.06 | 146.03 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 176 | 0 | 0.62 | 0.26 | 0.07 | 325.14 | 0.81 | 0.64 |
| Hex | EE | 5A | B0 | 0 | 3E | 1A | 7 | 145 | 51 | 40 |
| Octal | 356 | 132 | 260 | 0 | 76 | 32 | 7 | 505 | 121 | 100 |
| Binary | 11101110 | 1011010 | 10110000 | 0 | 111110 | 11010 | 111 | 101000101 | 1010001 | 1000000 |
Color Harmonies of #EE5AB0
Complementary color
Monochromatic Colors of #EE5AB0
Black with #EE5AB0
Text Example
Text Example
White with #EE5AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5AB0; }
p { color: rgb(238,90,176); }
H1.HeaderClassName
{
color: #EE5AB0;
}
.AnyTagClassName
{
color: #EE5AB0;
}
</style>
background-color css
<style>
a { background-color: #EE5AB0; }
a { background-color: rgb(238,90,176); }
div.DivClassName
{
background-color: #EE5AB0;
}
.BgClassName
{
background-color: #EE5AB0;
}
</style>
border-color css
<style>
span { border-color: #EE5AB0; }
span { border-color: rgb(238,90,176); }
td.TdClassName
{
border-color: #EE5AB0;
}
.TagClassName
{
border-color: #EE5AB0;
}
</style>