Shades of Dark Pink #EF4874
Tints of Dark Pink #EF4874
RGB
CMYK
RGB Variations
Color information
#EF4874 (or 0xEF4874) is known color: Dark Pink. HEX triplet: EF, 48 and 74. RGB value is (239,72,116). Sum of RGB (Red+Green+Blue) = 239+72+116=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4874 is #10B78B. Grayscale: #7E7E7E. Windows color (decimal): -1095564 or 7620847. OLE color: 7620847.
HSL color Cylindrical-coordinate representation of color #EF4874: hue angle of 344.19º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4874 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 116 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.06 |
| HSL | 344.19º | 0.84% | 0.61% | - |
| HSV(B) | 344.19º | 0.7% | 0.94% | - |
| XYZ | 41.07 | 24.25 | 19.04 | - |
| YUV | 126.95 | 121.83 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 116 | 0 | 0.70 | 0.51 | 0.06 | 344.19 | 0.84 | 0.61 |
| Hex | EF | 48 | 74 | 0 | 46 | 33 | 6 | 158 | 54 | 3D |
| Octal | 357 | 110 | 164 | 0 | 106 | 63 | 6 | 530 | 124 | 75 |
| Binary | 11101111 | 1001000 | 1110100 | 0 | 1000110 | 110011 | 110 | 101011000 | 1010100 | 111101 |
Color Harmonies of #EF4874
Complementary color
Monochromatic Colors of #EF4874
Black with #EF4874
Text Example
Text Example
White with #EF4874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4874; }
p { color: rgb(239,72,116); }
H1.HeaderClassName
{
color: #EF4874;
}
.AnyTagClassName
{
color: #EF4874;
}
</style>
background-color css
<style>
a { background-color: #EF4874; }
a { background-color: rgb(239,72,116); }
div.DivClassName
{
background-color: #EF4874;
}
.BgClassName
{
background-color: #EF4874;
}
</style>
border-color css
<style>
span { border-color: #EF4874; }
span { border-color: rgb(239,72,116); }
td.TdClassName
{
border-color: #EF4874;
}
.TagClassName
{
border-color: #EF4874;
}
</style>