Shades of Dark Pink #EE5286
Tints of Dark Pink #EE5286
RGB
CMYK
RGB Variations
Color information
#EE5286 (or 0xEE5286) is known color: Dark Pink. HEX triplet: EE, 52 and 86. RGB value is (238,82,134). Sum of RGB (Red+Green+Blue) = 238+82+134=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5286 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE5286 is #11AD79. Grayscale: #868686. Windows color (decimal): -1158522 or 8803054. OLE color: 8803054.
HSL color Cylindrical-coordinate representation of color #EE5286: hue angle of 340º 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 #EE5286 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 134 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.07 |
| HSL | 340º | 0.82% | 0.63% | - |
| HSV(B) | 340º | 0.66% | 0.93% | - |
| XYZ | 42.58 | 25.93 | 25.32 | - |
| YUV | 134.57 | 127.68 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 134 | 0 | 0.66 | 0.44 | 0.07 | 340 | 0.82 | 0.63 |
| Hex | EE | 52 | 86 | 0 | 42 | 2C | 7 | 154 | 52 | 3F |
| Octal | 356 | 122 | 206 | 0 | 102 | 54 | 7 | 524 | 122 | 77 |
| Binary | 11101110 | 1010010 | 10000110 | 0 | 1000010 | 101100 | 111 | 101010100 | 1010010 | 111111 |
Color Harmonies of #EE5286
Complementary color
Monochromatic Colors of #EE5286
Black with #EE5286
Text Example
Text Example
White with #EE5286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5286; }
p { color: rgb(238,82,134); }
H1.HeaderClassName
{
color: #EE5286;
}
.AnyTagClassName
{
color: #EE5286;
}
</style>
background-color css
<style>
a { background-color: #EE5286; }
a { background-color: rgb(238,82,134); }
div.DivClassName
{
background-color: #EE5286;
}
.BgClassName
{
background-color: #EE5286;
}
</style>
border-color css
<style>
span { border-color: #EE5286; }
span { border-color: rgb(238,82,134); }
td.TdClassName
{
border-color: #EE5286;
}
.TagClassName
{
border-color: #EE5286;
}
</style>