Shades of Dark Pink #EE4071
Tints of Dark Pink #EE4071
RGB
CMYK
RGB Variations
Color information
#EE4071 (or 0xEE4071) is known color: Dark Pink. HEX triplet: EE, 40 and 71. RGB value is (238,64,113). Sum of RGB (Red+Green+Blue) = 238+64+113=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4071 is #11BF8E. Grayscale: #797979. Windows color (decimal): -1163151 or 7422190. OLE color: 7422190.
HSL color Cylindrical-coordinate representation of color #EE4071: hue angle of 343.1º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE4071 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 64 | 113 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.07 |
| HSL | 343.1º | 0.84% | 0.59% | - |
| HSV(B) | 343.1º | 0.73% | 0.93% | - |
| XYZ | 40.07 | 23.04 | 17.96 | - |
| YUV | 121.61 | 123.15 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 64 | 113 | 0 | 0.73 | 0.53 | 0.07 | 343.1 | 0.84 | 0.59 |
| Hex | EE | 40 | 71 | 0 | 49 | 35 | 7 | 157 | 54 | 3B |
| Octal | 356 | 100 | 161 | 0 | 111 | 65 | 7 | 527 | 124 | 73 |
| Binary | 11101110 | 1000000 | 1110001 | 0 | 1001001 | 110101 | 111 | 101010111 | 1010100 | 111011 |
Color Harmonies of #EE4071
Complementary color
Monochromatic Colors of #EE4071
Black with #EE4071
Text Example
Text Example
White with #EE4071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4071; }
p { color: rgb(238,64,113); }
H1.HeaderClassName
{
color: #EE4071;
}
.AnyTagClassName
{
color: #EE4071;
}
</style>
background-color css
<style>
a { background-color: #EE4071; }
a { background-color: rgb(238,64,113); }
div.DivClassName
{
background-color: #EE4071;
}
.BgClassName
{
background-color: #EE4071;
}
</style>
border-color css
<style>
span { border-color: #EE4071; }
span { border-color: rgb(238,64,113); }
td.TdClassName
{
border-color: #EE4071;
}
.TagClassName
{
border-color: #EE4071;
}
</style>