Shades of Dark Pink #EE5180
Tints of Dark Pink #EE5180
RGB
CMYK
RGB Variations
Color information
#EE5180 (or 0xEE5180) is known color: Dark Pink. HEX triplet: EE, 51 and 80. RGB value is (238,81,128). Sum of RGB (Red+Green+Blue) = 238+81+128=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5180 is #11AE7F. Grayscale: #858585. Windows color (decimal): -1158784 or 8409582. OLE color: 8409582.
HSL color Cylindrical-coordinate representation of color #EE5180: hue angle of 342.04º 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 #EE5180 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 128 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.07 |
| HSL | 342.04º | 0.82% | 0.63% | - |
| HSV(B) | 342.04º | 0.66% | 0.93% | - |
| XYZ | 42.1 | 25.62 | 23.15 | - |
| YUV | 133.3 | 125.01 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 128 | 0 | 0.66 | 0.46 | 0.07 | 342.04 | 0.82 | 0.63 |
| Hex | EE | 51 | 80 | 0 | 42 | 2E | 7 | 156 | 52 | 3F |
| Octal | 356 | 121 | 200 | 0 | 102 | 56 | 7 | 526 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10000000 | 0 | 1000010 | 101110 | 111 | 101010110 | 1010010 | 111111 |
Color Harmonies of #EE5180
Complementary color
Monochromatic Colors of #EE5180
Black with #EE5180
Text Example
Text Example
White with #EE5180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5180; }
p { color: rgb(238,81,128); }
H1.HeaderClassName
{
color: #EE5180;
}
.AnyTagClassName
{
color: #EE5180;
}
</style>
background-color css
<style>
a { background-color: #EE5180; }
a { background-color: rgb(238,81,128); }
div.DivClassName
{
background-color: #EE5180;
}
.BgClassName
{
background-color: #EE5180;
}
</style>
border-color css
<style>
span { border-color: #EE5180; }
span { border-color: rgb(238,81,128); }
td.TdClassName
{
border-color: #EE5180;
}
.TagClassName
{
border-color: #EE5180;
}
</style>