Shades of Dark Pink #EF4C75
Tints of Dark Pink #EF4C75
RGB
CMYK
RGB Variations
Color information
#EF4C75 (or 0xEF4C75) is known color: Dark Pink. HEX triplet: EF, 4C and 75. RGB value is (239,76,117). Sum of RGB (Red+Green+Blue) = 239+76+117=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4C75 is #10B38A. Grayscale: #818181. Windows color (decimal): -1094539 or 7687407. OLE color: 7687407.
HSL color Cylindrical-coordinate representation of color #EF4C75: hue angle of 344.91º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4C75 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 117 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.06 |
| HSL | 344.91º | 0.84% | 0.62% | - |
| HSV(B) | 344.91º | 0.68% | 0.94% | - |
| XYZ | 41.39 | 24.8 | 19.44 | - |
| YUV | 129.41 | 121 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 117 | 0 | 0.68 | 0.51 | 0.06 | 344.91 | 0.84 | 0.62 |
| Hex | EF | 4C | 75 | 0 | 44 | 33 | 6 | 159 | 54 | 3E |
| Octal | 357 | 114 | 165 | 0 | 104 | 63 | 6 | 531 | 124 | 76 |
| Binary | 11101111 | 1001100 | 1110101 | 0 | 1000100 | 110011 | 110 | 101011001 | 1010100 | 111110 |
Color Harmonies of #EF4C75
Complementary color
Monochromatic Colors of #EF4C75
Black with #EF4C75
Text Example
Text Example
White with #EF4C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4C75; }
p { color: rgb(239,76,117); }
H1.HeaderClassName
{
color: #EF4C75;
}
.AnyTagClassName
{
color: #EF4C75;
}
</style>
background-color css
<style>
a { background-color: #EF4C75; }
a { background-color: rgb(239,76,117); }
div.DivClassName
{
background-color: #EF4C75;
}
.BgClassName
{
background-color: #EF4C75;
}
</style>
border-color css
<style>
span { border-color: #EF4C75; }
span { border-color: rgb(239,76,117); }
td.TdClassName
{
border-color: #EF4C75;
}
.TagClassName
{
border-color: #EF4C75;
}
</style>