Shades of Dark Pink #EF5276
Tints of Dark Pink #EF5276
RGB
CMYK
RGB Variations
Color information
#EF5276 (or 0xEF5276) is known color: Dark Pink. HEX triplet: EF, 52 and 76. RGB value is (239,82,118). Sum of RGB (Red+Green+Blue) = 239+82+118=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5276 is #10AD89. Grayscale: #858585. Windows color (decimal): -1093002 or 7754479. OLE color: 7754479.
HSL color Cylindrical-coordinate representation of color #EF5276: hue angle of 346.24º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF5276 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 82 | 118 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.06 |
| HSL | 346.24º | 0.83% | 0.63% | - |
| HSV(B) | 346.24º | 0.66% | 0.94% | - |
| XYZ | 41.88 | 25.69 | 19.89 | - |
| YUV | 133.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 82 | 118 | 0 | 0.66 | 0.51 | 0.06 | 346.24 | 0.83 | 0.63 |
| Hex | EF | 52 | 76 | 0 | 42 | 33 | 6 | 15A | 53 | 3F |
| Octal | 357 | 122 | 166 | 0 | 102 | 63 | 6 | 532 | 123 | 77 |
| Binary | 11101111 | 1010010 | 1110110 | 0 | 1000010 | 110011 | 110 | 101011010 | 1010011 | 111111 |
Color Harmonies of #EF5276
Complementary color
Monochromatic Colors of #EF5276
Black with #EF5276
Text Example
Text Example
White with #EF5276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5276; }
p { color: rgb(239,82,118); }
H1.HeaderClassName
{
color: #EF5276;
}
.AnyTagClassName
{
color: #EF5276;
}
</style>
background-color css
<style>
a { background-color: #EF5276; }
a { background-color: rgb(239,82,118); }
div.DivClassName
{
background-color: #EF5276;
}
.BgClassName
{
background-color: #EF5276;
}
</style>
border-color css
<style>
span { border-color: #EF5276; }
span { border-color: rgb(239,82,118); }
td.TdClassName
{
border-color: #EF5276;
}
.TagClassName
{
border-color: #EF5276;
}
</style>