Shades of Hot Pink #EE50BD
Tints of Hot Pink #EE50BD
RGB
CMYK
RGB Variations
Color information
#EE50BD (or 0xEE50BD) is known color: Hot Pink. HEX triplet: EE, 50 and BD. RGB value is (238,80,189). Sum of RGB (Red+Green+Blue) = 238+80+189=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE50BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE50BD is #11AF42. Grayscale: #8B8B8B. Windows color (decimal): -1158979 or 12407022. OLE color: 12407022.
HSL color Cylindrical-coordinate representation of color #EE50BD: hue angle of 318.61º 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 #EE50BD is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 189 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.07 |
| HSL | 318.61º | 0.82% | 0.62% | - |
| HSV(B) | 318.61º | 0.66% | 0.93% | - |
| XYZ | 47.31 | 27.59 | 50.98 | - |
| YUV | 139.67 | 155.85 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 189 | 0 | 0.66 | 0.21 | 0.07 | 318.61 | 0.82 | 0.62 |
| Hex | EE | 50 | BD | 0 | 42 | 15 | 7 | 13F | 52 | 3E |
| Octal | 356 | 120 | 275 | 0 | 102 | 25 | 7 | 477 | 122 | 76 |
| Binary | 11101110 | 1010000 | 10111101 | 0 | 1000010 | 10101 | 111 | 100111111 | 1010010 | 111110 |
Color Harmonies of #EE50BD
Complementary color
Monochromatic Colors of #EE50BD
Black with #EE50BD
Text Example
Text Example
White with #EE50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE50BD; }
p { color: rgb(238,80,189); }
H1.HeaderClassName
{
color: #EE50BD;
}
.AnyTagClassName
{
color: #EE50BD;
}
</style>
background-color css
<style>
a { background-color: #EE50BD; }
a { background-color: rgb(238,80,189); }
div.DivClassName
{
background-color: #EE50BD;
}
.BgClassName
{
background-color: #EE50BD;
}
</style>
border-color css
<style>
span { border-color: #EE50BD; }
span { border-color: rgb(238,80,189); }
td.TdClassName
{
border-color: #EE50BD;
}
.TagClassName
{
border-color: #EE50BD;
}
</style>