Shades of Hot Pink #EE71B0
Tints of Hot Pink #EE71B0
RGB
CMYK
RGB Variations
Color information
#EE71B0 (or 0xEE71B0) is known color: Hot Pink. HEX triplet: EE, 71 and B0. RGB value is (238,113,176). Sum of RGB (Red+Green+Blue) = 238+113+176=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 176 (69.14% from 255 or 33.40% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE71B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE71B0 is #118E4F. Grayscale: #9D9D9D. Windows color (decimal): -1150544 or 11563502. OLE color: 11563502.
HSL color Cylindrical-coordinate representation of color #EE71B0: hue angle of 329.76º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE71B0 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 176 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.07 |
| HSL | 329.76º | 0.79% | 0.69% | - |
| HSV(B) | 329.76º | 0.53% | 0.93% | - |
| XYZ | 49 | 33.12 | 44.88 | - |
| YUV | 157.56 | 138.41 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 176 | 0 | 0.53 | 0.26 | 0.07 | 329.76 | 0.79 | 0.69 |
| Hex | EE | 71 | B0 | 0 | 35 | 1A | 7 | 14A | 4F | 45 |
| Octal | 356 | 161 | 260 | 0 | 65 | 32 | 7 | 512 | 117 | 105 |
| Binary | 11101110 | 1110001 | 10110000 | 0 | 110101 | 11010 | 111 | 101001010 | 1001111 | 1000101 |
Color Harmonies of #EE71B0
Complementary color
Monochromatic Colors of #EE71B0
Black with #EE71B0
Text Example
Text Example
White with #EE71B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE71B0; }
p { color: rgb(238,113,176); }
H1.HeaderClassName
{
color: #EE71B0;
}
.AnyTagClassName
{
color: #EE71B0;
}
</style>
background-color css
<style>
a { background-color: #EE71B0; }
a { background-color: rgb(238,113,176); }
div.DivClassName
{
background-color: #EE71B0;
}
.BgClassName
{
background-color: #EE71B0;
}
</style>
border-color css
<style>
span { border-color: #EE71B0; }
span { border-color: rgb(238,113,176); }
td.TdClassName
{
border-color: #EE71B0;
}
.TagClassName
{
border-color: #EE71B0;
}
</style>