Shades of Dark Pink #EE5682
Tints of Dark Pink #EE5682
RGB
CMYK
RGB Variations
Color information
#EE5682 (or 0xEE5682) is known color: Dark Pink. HEX triplet: EE, 56 and 82. RGB value is (238,86,130). Sum of RGB (Red+Green+Blue) = 238+86+130=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5682 is #11A97D. Grayscale: #888888. Windows color (decimal): -1157502 or 8541934. OLE color: 8541934.
HSL color Cylindrical-coordinate representation of color #EE5682: hue angle of 342.63º 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 #EE5682 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 130 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.07 |
| HSL | 342.63º | 0.82% | 0.64% | - |
| HSV(B) | 342.63º | 0.64% | 0.93% | - |
| XYZ | 42.62 | 26.44 | 23.98 | - |
| YUV | 136.46 | 124.36 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 130 | 0 | 0.64 | 0.45 | 0.07 | 342.63 | 0.82 | 0.64 |
| Hex | EE | 56 | 82 | 0 | 40 | 2D | 7 | 157 | 52 | 40 |
| Octal | 356 | 126 | 202 | 0 | 100 | 55 | 7 | 527 | 122 | 100 |
| Binary | 11101110 | 1010110 | 10000010 | 0 | 1000000 | 101101 | 111 | 101010111 | 1010010 | 1000000 |
Color Harmonies of #EE5682
Complementary color
Monochromatic Colors of #EE5682
Black with #EE5682
Text Example
Text Example
White with #EE5682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5682; }
p { color: rgb(238,86,130); }
H1.HeaderClassName
{
color: #EE5682;
}
.AnyTagClassName
{
color: #EE5682;
}
</style>
background-color css
<style>
a { background-color: #EE5682; }
a { background-color: rgb(238,86,130); }
div.DivClassName
{
background-color: #EE5682;
}
.BgClassName
{
background-color: #EE5682;
}
</style>
border-color css
<style>
span { border-color: #EE5682; }
span { border-color: rgb(238,86,130); }
td.TdClassName
{
border-color: #EE5682;
}
.TagClassName
{
border-color: #EE5682;
}
</style>