Shades of Dark Pink #EF4072
Tints of Dark Pink #EF4072
RGB
CMYK
RGB Variations
Color information
#EF4072 (or 0xEF4072) is known color: Dark Pink. HEX triplet: EF, 40 and 72. RGB value is (239,64,114). Sum of RGB (Red+Green+Blue) = 239+64+114=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4072 is #10BF8D. Grayscale: #7A7A7A. Windows color (decimal): -1097614 or 7487727. OLE color: 7487727.
HSL color Cylindrical-coordinate representation of color #EF4072: hue angle of 342.86º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4072 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 114 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.06 |
| HSL | 342.86º | 0.85% | 0.59% | - |
| HSV(B) | 342.86º | 0.73% | 0.94% | - |
| XYZ | 40.47 | 23.23 | 18.27 | - |
| YUV | 122.03 | 123.48 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 114 | 0 | 0.73 | 0.52 | 0.06 | 342.86 | 0.85 | 0.59 |
| Hex | EF | 40 | 72 | 0 | 49 | 34 | 6 | 157 | 55 | 3B |
| Octal | 357 | 100 | 162 | 0 | 111 | 64 | 6 | 527 | 125 | 73 |
| Binary | 11101111 | 1000000 | 1110010 | 0 | 1001001 | 110100 | 110 | 101010111 | 1010101 | 111011 |
Color Harmonies of #EF4072
Complementary color
Monochromatic Colors of #EF4072
Black with #EF4072
Text Example
Text Example
White with #EF4072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4072; }
p { color: rgb(239,64,114); }
H1.HeaderClassName
{
color: #EF4072;
}
.AnyTagClassName
{
color: #EF4072;
}
</style>
background-color css
<style>
a { background-color: #EF4072; }
a { background-color: rgb(239,64,114); }
div.DivClassName
{
background-color: #EF4072;
}
.BgClassName
{
background-color: #EF4072;
}
</style>
border-color css
<style>
span { border-color: #EF4072; }
span { border-color: rgb(239,64,114); }
td.TdClassName
{
border-color: #EF4072;
}
.TagClassName
{
border-color: #EF4072;
}
</style>