Shades of Dark Pink #EE537C
Tints of Dark Pink #EE537C
RGB
CMYK
RGB Variations
Color information
#EE537C (or 0xEE537C) is known color: Dark Pink. HEX triplet: EE, 53 and 7C. RGB value is (238,83,124). Sum of RGB (Red+Green+Blue) = 238+83+124=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE537C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE537C is #11AC83. Grayscale: #868686. Windows color (decimal): -1158276 or 8147950. OLE color: 8147950.
HSL color Cylindrical-coordinate representation of color #EE537C: hue angle of 344.13º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE537C is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 124 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.07 |
| HSL | 344.13º | 0.82% | 0.63% | - |
| HSV(B) | 344.13º | 0.65% | 0.93% | - |
| XYZ | 41.99 | 25.82 | 21.84 | - |
| YUV | 134.02 | 122.35 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 124 | 0 | 0.65 | 0.48 | 0.07 | 344.13 | 0.82 | 0.63 |
| Hex | EE | 53 | 7C | 0 | 41 | 30 | 7 | 158 | 52 | 3F |
| Octal | 356 | 123 | 174 | 0 | 101 | 60 | 7 | 530 | 122 | 77 |
| Binary | 11101110 | 1010011 | 1111100 | 0 | 1000001 | 110000 | 111 | 101011000 | 1010010 | 111111 |
Color Harmonies of #EE537C
Complementary color
Monochromatic Colors of #EE537C
Black with #EE537C
Text Example
Text Example
White with #EE537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE537C; }
p { color: rgb(238,83,124); }
H1.HeaderClassName
{
color: #EE537C;
}
.AnyTagClassName
{
color: #EE537C;
}
</style>
background-color css
<style>
a { background-color: #EE537C; }
a { background-color: rgb(238,83,124); }
div.DivClassName
{
background-color: #EE537C;
}
.BgClassName
{
background-color: #EE537C;
}
</style>
border-color css
<style>
span { border-color: #EE537C; }
span { border-color: rgb(238,83,124); }
td.TdClassName
{
border-color: #EE537C;
}
.TagClassName
{
border-color: #EE537C;
}
</style>