Shades of Dark Pink #EF5376
Tints of Dark Pink #EF5376
RGB
CMYK
RGB Variations
Color information
#EF5376 (or 0xEF5376) is known color: Dark Pink. HEX triplet: EF, 53 and 76. RGB value is (239,83,118). Sum of RGB (Red+Green+Blue) = 239+83+118=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5376 is #10AC89. Grayscale: #858585. Windows color (decimal): -1092746 or 7754735. OLE color: 7754735.
HSL color Cylindrical-coordinate representation of color #EF5376: hue angle of 346.54º 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 #EF5376 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 118 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.06 |
| HSL | 346.54º | 0.83% | 0.63% | - |
| HSV(B) | 346.54º | 0.65% | 0.94% | - |
| XYZ | 41.96 | 25.85 | 19.92 | - |
| YUV | 133.63 | 119.18 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 118 | 0 | 0.65 | 0.51 | 0.06 | 346.54 | 0.83 | 0.63 |
| Hex | EF | 53 | 76 | 0 | 41 | 33 | 6 | 15B | 53 | 3F |
| Octal | 357 | 123 | 166 | 0 | 101 | 63 | 6 | 533 | 123 | 77 |
| Binary | 11101111 | 1010011 | 1110110 | 0 | 1000001 | 110011 | 110 | 101011011 | 1010011 | 111111 |
Color Harmonies of #EF5376
Complementary color
Monochromatic Colors of #EF5376
Black with #EF5376
Text Example
Text Example
White with #EF5376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5376; }
p { color: rgb(239,83,118); }
H1.HeaderClassName
{
color: #EF5376;
}
.AnyTagClassName
{
color: #EF5376;
}
</style>
background-color css
<style>
a { background-color: #EF5376; }
a { background-color: rgb(239,83,118); }
div.DivClassName
{
background-color: #EF5376;
}
.BgClassName
{
background-color: #EF5376;
}
</style>
border-color css
<style>
span { border-color: #EF5376; }
span { border-color: rgb(239,83,118); }
td.TdClassName
{
border-color: #EF5376;
}
.TagClassName
{
border-color: #EF5376;
}
</style>