Shades of Dark Pink #EE5676
Tints of Dark Pink #EE5676
RGB
CMYK
RGB Variations
Color information
#EE5676 (or 0xEE5676) is known color: Dark Pink. HEX triplet: EE, 56 and 76. RGB value is (238,86,118). Sum of RGB (Red+Green+Blue) = 238+86+118=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5676 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5676 is #11A989. Grayscale: #878787. Windows color (decimal): -1157514 or 7755502. OLE color: 7755502.
HSL color Cylindrical-coordinate representation of color #EE5676: hue angle of 347.37º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5676 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 118 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.07 |
| HSL | 347.37º | 0.82% | 0.64% | - |
| HSV(B) | 347.37º | 0.64% | 0.93% | - |
| XYZ | 41.86 | 26.14 | 19.98 | - |
| YUV | 135.1 | 118.36 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 118 | 0 | 0.64 | 0.50 | 0.07 | 347.37 | 0.82 | 0.64 |
| Hex | EE | 56 | 76 | 0 | 40 | 32 | 7 | 15B | 52 | 40 |
| Octal | 356 | 126 | 166 | 0 | 100 | 62 | 7 | 533 | 122 | 100 |
| Binary | 11101110 | 1010110 | 1110110 | 0 | 1000000 | 110010 | 111 | 101011011 | 1010010 | 1000000 |
Color Harmonies of #EE5676
Complementary color
Monochromatic Colors of #EE5676
Black with #EE5676
Text Example
Text Example
White with #EE5676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5676; }
p { color: rgb(238,86,118); }
H1.HeaderClassName
{
color: #EE5676;
}
.AnyTagClassName
{
color: #EE5676;
}
</style>
background-color css
<style>
a { background-color: #EE5676; }
a { background-color: rgb(238,86,118); }
div.DivClassName
{
background-color: #EE5676;
}
.BgClassName
{
background-color: #EE5676;
}
</style>
border-color css
<style>
span { border-color: #EE5676; }
span { border-color: rgb(238,86,118); }
td.TdClassName
{
border-color: #EE5676;
}
.TagClassName
{
border-color: #EE5676;
}
</style>