Shades of Dark Pink #EF537C
Tints of Dark Pink #EF537C
RGB
CMYK
RGB Variations
Color information
#EF537C (or 0xEF537C) is known color: Dark Pink. HEX triplet: EF, 53 and 7C. RGB value is (239,83,124). Sum of RGB (Red+Green+Blue) = 239+83+124=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF537C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF537C is #10AC83. Grayscale: #868686. Windows color (decimal): -1092740 or 8147951. OLE color: 8147951.
HSL color Cylindrical-coordinate representation of color #EF537C: hue angle of 344.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF537C is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 124 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.06 |
| HSL | 344.23º | 0.83% | 0.63% | - |
| HSV(B) | 344.23º | 0.65% | 0.94% | - |
| XYZ | 42.33 | 25.99 | 21.85 | - |
| YUV | 134.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 124 | 0 | 0.65 | 0.48 | 0.06 | 344.23 | 0.83 | 0.63 |
| Hex | EF | 53 | 7C | 0 | 41 | 30 | 6 | 158 | 53 | 3F |
| Octal | 357 | 123 | 174 | 0 | 101 | 60 | 6 | 530 | 123 | 77 |
| Binary | 11101111 | 1010011 | 1111100 | 0 | 1000001 | 110000 | 110 | 101011000 | 1010011 | 111111 |
Color Harmonies of #EF537C
Complementary color
Monochromatic Colors of #EF537C
Black with #EF537C
Text Example
Text Example
White with #EF537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF537C; }
p { color: rgb(239,83,124); }
H1.HeaderClassName
{
color: #EF537C;
}
.AnyTagClassName
{
color: #EF537C;
}
</style>
background-color css
<style>
a { background-color: #EF537C; }
a { background-color: rgb(239,83,124); }
div.DivClassName
{
background-color: #EF537C;
}
.BgClassName
{
background-color: #EF537C;
}
</style>
border-color css
<style>
span { border-color: #EF537C; }
span { border-color: rgb(239,83,124); }
td.TdClassName
{
border-color: #EF537C;
}
.TagClassName
{
border-color: #EF537C;
}
</style>