Shades of Dark Pink #EE5182
Tints of Dark Pink #EE5182
RGB
CMYK
RGB Variations
Color information
#EE5182 (or 0xEE5182) is known color: Dark Pink. HEX triplet: EE, 51 and 82. RGB value is (238,81,130). Sum of RGB (Red+Green+Blue) = 238+81+130=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5182 is #11AE7D. Grayscale: #858585. Windows color (decimal): -1158782 or 8540654. OLE color: 8540654.
HSL color Cylindrical-coordinate representation of color #EE5182: hue angle of 341.27º 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 #EE5182 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 130 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.07 |
| HSL | 341.27º | 0.82% | 0.63% | - |
| HSV(B) | 341.27º | 0.66% | 0.93% | - |
| XYZ | 42.23 | 25.67 | 23.85 | - |
| YUV | 133.53 | 126.01 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 130 | 0 | 0.66 | 0.45 | 0.07 | 341.27 | 0.82 | 0.63 |
| Hex | EE | 51 | 82 | 0 | 42 | 2D | 7 | 155 | 52 | 3F |
| Octal | 356 | 121 | 202 | 0 | 102 | 55 | 7 | 525 | 122 | 77 |
| Binary | 11101110 | 1010001 | 10000010 | 0 | 1000010 | 101101 | 111 | 101010101 | 1010010 | 111111 |
Color Harmonies of #EE5182
Complementary color
Monochromatic Colors of #EE5182
Black with #EE5182
Text Example
Text Example
White with #EE5182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5182; }
p { color: rgb(238,81,130); }
H1.HeaderClassName
{
color: #EE5182;
}
.AnyTagClassName
{
color: #EE5182;
}
</style>
background-color css
<style>
a { background-color: #EE5182; }
a { background-color: rgb(238,81,130); }
div.DivClassName
{
background-color: #EE5182;
}
.BgClassName
{
background-color: #EE5182;
}
</style>
border-color css
<style>
span { border-color: #EE5182; }
span { border-color: rgb(238,81,130); }
td.TdClassName
{
border-color: #EE5182;
}
.TagClassName
{
border-color: #EE5182;
}
</style>