Shades of Dark Pink #EF4471
Tints of Dark Pink #EF4471
RGB
CMYK
RGB Variations
Color information
#EF4471 (or 0xEF4471) is known color: Dark Pink. HEX triplet: EF, 44 and 71. RGB value is (239,68,113). Sum of RGB (Red+Green+Blue) = 239+68+113=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4471 is #10BB8E. Grayscale: #7C7C7C. Windows color (decimal): -1096591 or 7423215. OLE color: 7423215.
HSL color Cylindrical-coordinate representation of color #EF4471: hue angle of 344.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF4471 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 113 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.06 |
| HSL | 344.21º | 0.84% | 0.6% | - |
| HSV(B) | 344.21º | 0.72% | 0.94% | - |
| XYZ | 40.64 | 23.68 | 18.05 | - |
| YUV | 124.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 113 | 0 | 0.72 | 0.53 | 0.06 | 344.21 | 0.84 | 0.6 |
| Hex | EF | 44 | 71 | 0 | 48 | 35 | 6 | 158 | 54 | 3C |
| Octal | 357 | 104 | 161 | 0 | 110 | 65 | 6 | 530 | 124 | 74 |
| Binary | 11101111 | 1000100 | 1110001 | 0 | 1001000 | 110101 | 110 | 101011000 | 1010100 | 111100 |
Color Harmonies of #EF4471
Complementary color
Monochromatic Colors of #EF4471
Black with #EF4471
Text Example
Text Example
White with #EF4471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4471; }
p { color: rgb(239,68,113); }
H1.HeaderClassName
{
color: #EF4471;
}
.AnyTagClassName
{
color: #EF4471;
}
</style>
background-color css
<style>
a { background-color: #EF4471; }
a { background-color: rgb(239,68,113); }
div.DivClassName
{
background-color: #EF4471;
}
.BgClassName
{
background-color: #EF4471;
}
</style>
border-color css
<style>
span { border-color: #EF4471; }
span { border-color: rgb(239,68,113); }
td.TdClassName
{
border-color: #EF4471;
}
.TagClassName
{
border-color: #EF4471;
}
</style>