Shades of Hot Pink #EE50BA
Tints of Hot Pink #EE50BA
RGB
CMYK
RGB Variations
Color information
#EE50BA (or 0xEE50BA) is known color: Hot Pink. HEX triplet: EE, 50 and BA. RGB value is (238,80,186). Sum of RGB (Red+Green+Blue) = 238+80+186=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50BA is #11AF45. Grayscale: #8B8B8B. Windows color (decimal): -1158982 or 12210414. OLE color: 12210414.
HSL color Cylindrical-coordinate representation of color #EE50BA: hue angle of 319.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE50BA is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 186 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.07 |
| HSL | 319.75º | 0.82% | 0.62% | - |
| HSV(B) | 319.75º | 0.66% | 0.93% | - |
| XYZ | 46.99 | 27.46 | 49.28 | - |
| YUV | 139.33 | 154.35 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 186 | 0 | 0.66 | 0.22 | 0.07 | 319.75 | 0.82 | 0.62 |
| Hex | EE | 50 | BA | 0 | 42 | 16 | 7 | 140 | 52 | 3E |
| Octal | 356 | 120 | 272 | 0 | 102 | 26 | 7 | 500 | 122 | 76 |
| Binary | 11101110 | 1010000 | 10111010 | 0 | 1000010 | 10110 | 111 | 101000000 | 1010010 | 111110 |
Color Harmonies of #EE50BA
Complementary color
Monochromatic Colors of #EE50BA
Black with #EE50BA
Text Example
Text Example
White with #EE50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50BA; }
p { color: rgb(238,80,186); }
H1.HeaderClassName
{
color: #EE50BA;
}
.AnyTagClassName
{
color: #EE50BA;
}
</style>
background-color css
<style>
a { background-color: #EE50BA; }
a { background-color: rgb(238,80,186); }
div.DivClassName
{
background-color: #EE50BA;
}
.BgClassName
{
background-color: #EE50BA;
}
</style>
border-color css
<style>
span { border-color: #EE50BA; }
span { border-color: rgb(238,80,186); }
td.TdClassName
{
border-color: #EE50BA;
}
.TagClassName
{
border-color: #EE50BA;
}
</style>