Shades of Hot Pink #EE5ABA
Tints of Hot Pink #EE5ABA
RGB
CMYK
RGB Variations
Color information
#EE5ABA (or 0xEE5ABA) is known color: Hot Pink. HEX triplet: EE, 5A and BA. RGB value is (238,90,186). Sum of RGB (Red+Green+Blue) = 238+90+186=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 90 (35.55% from 255 or 17.51% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5ABA is #11A545. Grayscale: #909090. Windows color (decimal): -1156422 or 12212974. OLE color: 12212974.
HSL color Cylindrical-coordinate representation of color #EE5ABA: hue angle of 321.08º 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 #EE5ABA is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 186 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.07 |
| HSL | 321.08º | 0.81% | 0.64% | - |
| HSV(B) | 321.08º | 0.62% | 0.93% | - |
| XYZ | 47.78 | 29.03 | 49.54 | - |
| YUV | 145.2 | 151.03 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 186 | 0 | 0.62 | 0.22 | 0.07 | 321.08 | 0.81 | 0.64 |
| Hex | EE | 5A | BA | 0 | 3E | 16 | 7 | 141 | 51 | 40 |
| Octal | 356 | 132 | 272 | 0 | 76 | 26 | 7 | 501 | 121 | 100 |
| Binary | 11101110 | 1011010 | 10111010 | 0 | 111110 | 10110 | 111 | 101000001 | 1010001 | 1000000 |
Color Harmonies of #EE5ABA
Complementary color
Monochromatic Colors of #EE5ABA
Black with #EE5ABA
Text Example
Text Example
White with #EE5ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5ABA; }
p { color: rgb(238,90,186); }
H1.HeaderClassName
{
color: #EE5ABA;
}
.AnyTagClassName
{
color: #EE5ABA;
}
</style>
background-color css
<style>
a { background-color: #EE5ABA; }
a { background-color: rgb(238,90,186); }
div.DivClassName
{
background-color: #EE5ABA;
}
.BgClassName
{
background-color: #EE5ABA;
}
</style>
border-color css
<style>
span { border-color: #EE5ABA; }
span { border-color: rgb(238,90,186); }
td.TdClassName
{
border-color: #EE5ABA;
}
.TagClassName
{
border-color: #EE5ABA;
}
</style>