Shades of Dark Pink #EE5170
Tints of Dark Pink #EE5170
RGB
CMYK
RGB Variations
Color information
#EE5170 (or 0xEE5170) is known color: Dark Pink. HEX triplet: EE, 51 and 70. RGB value is (238,81,112). Sum of RGB (Red+Green+Blue) = 238+81+112=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5170 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5170 is #11AE8F. Grayscale: #838383. Windows color (decimal): -1158800 or 7361006. OLE color: 7361006.
HSL color Cylindrical-coordinate representation of color #EE5170: hue angle of 348.15º 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 #EE5170 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 112 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.07 |
| HSL | 348.15º | 0.82% | 0.63% | - |
| HSV(B) | 348.15º | 0.66% | 0.93% | - |
| XYZ | 41.13 | 25.23 | 18.03 | - |
| YUV | 131.48 | 117.01 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 112 | 0 | 0.66 | 0.53 | 0.07 | 348.15 | 0.82 | 0.63 |
| Hex | EE | 51 | 70 | 0 | 42 | 35 | 7 | 15C | 52 | 3F |
| Octal | 356 | 121 | 160 | 0 | 102 | 65 | 7 | 534 | 122 | 77 |
| Binary | 11101110 | 1010001 | 1110000 | 0 | 1000010 | 110101 | 111 | 101011100 | 1010010 | 111111 |
Color Harmonies of #EE5170
Complementary color
Monochromatic Colors of #EE5170
Black with #EE5170
Text Example
Text Example
White with #EE5170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5170; }
p { color: rgb(238,81,112); }
H1.HeaderClassName
{
color: #EE5170;
}
.AnyTagClassName
{
color: #EE5170;
}
</style>
background-color css
<style>
a { background-color: #EE5170; }
a { background-color: rgb(238,81,112); }
div.DivClassName
{
background-color: #EE5170;
}
.BgClassName
{
background-color: #EE5170;
}
</style>
border-color css
<style>
span { border-color: #EE5170; }
span { border-color: rgb(238,81,112); }
td.TdClassName
{
border-color: #EE5170;
}
.TagClassName
{
border-color: #EE5170;
}
</style>