Shades of Dark Pink #EE5582
Tints of Dark Pink #EE5582
RGB
CMYK
RGB Variations
Color information
#EE5582 (or 0xEE5582) is known color: Dark Pink. HEX triplet: EE, 55 and 82. RGB value is (238,85,130). Sum of RGB (Red+Green+Blue) = 238+85+130=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5582 is #11AA7D. Grayscale: #878787. Windows color (decimal): -1157758 or 8541678. OLE color: 8541678.
HSL color Cylindrical-coordinate representation of color #EE5582: hue angle of 342.35º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EE5582 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 130 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.07 |
| HSL | 342.35º | 0.82% | 0.63% | - |
| HSV(B) | 342.35º | 0.64% | 0.93% | - |
| XYZ | 42.54 | 26.29 | 23.95 | - |
| YUV | 135.88 | 124.69 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 130 | 0 | 0.64 | 0.45 | 0.07 | 342.35 | 0.82 | 0.63 |
| Hex | EE | 55 | 82 | 0 | 40 | 2D | 7 | 156 | 52 | 3F |
| Octal | 356 | 125 | 202 | 0 | 100 | 55 | 7 | 526 | 122 | 77 |
| Binary | 11101110 | 1010101 | 10000010 | 0 | 1000000 | 101101 | 111 | 101010110 | 1010010 | 111111 |
Color Harmonies of #EE5582
Complementary color
Monochromatic Colors of #EE5582
Black with #EE5582
Text Example
Text Example
White with #EE5582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5582; }
p { color: rgb(238,85,130); }
H1.HeaderClassName
{
color: #EE5582;
}
.AnyTagClassName
{
color: #EE5582;
}
</style>
background-color css
<style>
a { background-color: #EE5582; }
a { background-color: rgb(238,85,130); }
div.DivClassName
{
background-color: #EE5582;
}
.BgClassName
{
background-color: #EE5582;
}
</style>
border-color css
<style>
span { border-color: #EE5582; }
span { border-color: rgb(238,85,130); }
td.TdClassName
{
border-color: #EE5582;
}
.TagClassName
{
border-color: #EE5582;
}
</style>