Shades of Dark Pink #EE5271
Tints of Dark Pink #EE5271
RGB
CMYK
RGB Variations
Color information
#EE5271 (or 0xEE5271) is known color: Dark Pink. HEX triplet: EE, 52 and 71. RGB value is (238,82,113). Sum of RGB (Red+Green+Blue) = 238+82+113=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5271 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5271 is #11AD8E. Grayscale: #848484. Windows color (decimal): -1158543 or 7426798. OLE color: 7426798.
HSL color Cylindrical-coordinate representation of color #EE5271: hue angle of 348.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE5271 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 113 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.07 |
| HSL | 348.08º | 0.82% | 0.63% | - |
| HSV(B) | 348.08º | 0.66% | 0.93% | - |
| XYZ | 41.26 | 25.4 | 18.35 | - |
| YUV | 132.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 113 | 0 | 0.66 | 0.53 | 0.07 | 348.08 | 0.82 | 0.63 |
| Hex | EE | 52 | 71 | 0 | 42 | 35 | 7 | 15C | 52 | 3F |
| Octal | 356 | 122 | 161 | 0 | 102 | 65 | 7 | 534 | 122 | 77 |
| Binary | 11101110 | 1010010 | 1110001 | 0 | 1000010 | 110101 | 111 | 101011100 | 1010010 | 111111 |
Color Harmonies of #EE5271
Complementary color
Monochromatic Colors of #EE5271
Black with #EE5271
Text Example
Text Example
White with #EE5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5271; }
p { color: rgb(238,82,113); }
H1.HeaderClassName
{
color: #EE5271;
}
.AnyTagClassName
{
color: #EE5271;
}
</style>
background-color css
<style>
a { background-color: #EE5271; }
a { background-color: rgb(238,82,113); }
div.DivClassName
{
background-color: #EE5271;
}
.BgClassName
{
background-color: #EE5271;
}
</style>
border-color css
<style>
span { border-color: #EE5271; }
span { border-color: rgb(238,82,113); }
td.TdClassName
{
border-color: #EE5271;
}
.TagClassName
{
border-color: #EE5271;
}
</style>