Shades of Dark Pink #EF537F
Tints of Dark Pink #EF537F
RGB
CMYK
RGB Variations
Color information
#EF537F (or 0xEF537F) is known color: Dark Pink. HEX triplet: EF, 53 and 7F. RGB value is (239,83,127). Sum of RGB (Red+Green+Blue) = 239+83+127=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF537F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF537F is #10AC80. Grayscale: #868686. Windows color (decimal): -1092737 or 8344559. OLE color: 8344559.
HSL color Cylindrical-coordinate representation of color #EF537F: hue angle of 343.08º 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 #EF537F is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 127 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.06 |
| HSL | 343.08º | 0.83% | 0.63% | - |
| HSV(B) | 343.08º | 0.65% | 0.94% | - |
| XYZ | 42.52 | 26.07 | 22.87 | - |
| YUV | 134.66 | 123.68 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 127 | 0 | 0.65 | 0.47 | 0.06 | 343.08 | 0.83 | 0.63 |
| Hex | EF | 53 | 7F | 0 | 41 | 2F | 6 | 157 | 53 | 3F |
| Octal | 357 | 123 | 177 | 0 | 101 | 57 | 6 | 527 | 123 | 77 |
| Binary | 11101111 | 1010011 | 1111111 | 0 | 1000001 | 101111 | 110 | 101010111 | 1010011 | 111111 |
Color Harmonies of #EF537F
Complementary color
Monochromatic Colors of #EF537F
Black with #EF537F
Text Example
Text Example
White with #EF537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF537F; }
p { color: rgb(239,83,127); }
H1.HeaderClassName
{
color: #EF537F;
}
.AnyTagClassName
{
color: #EF537F;
}
</style>
background-color css
<style>
a { background-color: #EF537F; }
a { background-color: rgb(239,83,127); }
div.DivClassName
{
background-color: #EF537F;
}
.BgClassName
{
background-color: #EF537F;
}
</style>
border-color css
<style>
span { border-color: #EF537F; }
span { border-color: rgb(239,83,127); }
td.TdClassName
{
border-color: #EF537F;
}
.TagClassName
{
border-color: #EF537F;
}
</style>