Shades of Dark Pink #EF5475
Tints of Dark Pink #EF5475
RGB
CMYK
RGB Variations
Color information
#EF5475 (or 0xEF5475) is known color: Dark Pink. HEX triplet: EF, 54 and 75. RGB value is (239,84,117). Sum of RGB (Red+Green+Blue) = 239+84+117=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5475 is #10AB8A. Grayscale: #868686. Windows color (decimal): -1092491 or 7689455. OLE color: 7689455.
HSL color Cylindrical-coordinate representation of color #EF5475: hue angle of 347.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 #EF5475 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 117 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.06 |
| HSL | 347.23º | 0.83% | 0.63% | - |
| HSV(B) | 347.23º | 0.65% | 0.94% | - |
| XYZ | 41.98 | 25.98 | 19.63 | - |
| YUV | 134.11 | 118.35 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 117 | 0 | 0.65 | 0.51 | 0.06 | 347.23 | 0.83 | 0.63 |
| Hex | EF | 54 | 75 | 0 | 41 | 33 | 6 | 15B | 53 | 3F |
| Octal | 357 | 124 | 165 | 0 | 101 | 63 | 6 | 533 | 123 | 77 |
| Binary | 11101111 | 1010100 | 1110101 | 0 | 1000001 | 110011 | 110 | 101011011 | 1010011 | 111111 |
Color Harmonies of #EF5475
Complementary color
Monochromatic Colors of #EF5475
Black with #EF5475
Text Example
Text Example
White with #EF5475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5475; }
p { color: rgb(239,84,117); }
H1.HeaderClassName
{
color: #EF5475;
}
.AnyTagClassName
{
color: #EF5475;
}
</style>
background-color css
<style>
a { background-color: #EF5475; }
a { background-color: rgb(239,84,117); }
div.DivClassName
{
background-color: #EF5475;
}
.BgClassName
{
background-color: #EF5475;
}
</style>
border-color css
<style>
span { border-color: #EF5475; }
span { border-color: rgb(239,84,117); }
td.TdClassName
{
border-color: #EF5475;
}
.TagClassName
{
border-color: #EF5475;
}
</style>