Shades of Dark Pink #EF4C7A
Tints of Dark Pink #EF4C7A
RGB
CMYK
RGB Variations
Color information
#EF4C7A (or 0xEF4C7A) is known color: Dark Pink. HEX triplet: EF, 4C and 7A. RGB value is (239,76,122). Sum of RGB (Red+Green+Blue) = 239+76+122=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4C7A is #10B385. Grayscale: #818181. Windows color (decimal): -1094534 or 8015087. OLE color: 8015087.
HSL color Cylindrical-coordinate representation of color #EF4C7A: hue angle of 343.07º 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 #EF4C7A is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 76 | 122 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.06 |
| HSL | 343.07º | 0.84% | 0.62% | - |
| HSV(B) | 343.07º | 0.68% | 0.94% | - |
| XYZ | 41.69 | 24.92 | 21.03 | - |
| YUV | 129.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 76 | 122 | 0 | 0.68 | 0.49 | 0.06 | 343.07 | 0.84 | 0.62 |
| Hex | EF | 4C | 7A | 0 | 44 | 31 | 6 | 157 | 54 | 3E |
| Octal | 357 | 114 | 172 | 0 | 104 | 61 | 6 | 527 | 124 | 76 |
| Binary | 11101111 | 1001100 | 1111010 | 0 | 1000100 | 110001 | 110 | 101010111 | 1010100 | 111110 |
Color Harmonies of #EF4C7A
Complementary color
Monochromatic Colors of #EF4C7A
Black with #EF4C7A
Text Example
Text Example
White with #EF4C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4C7A; }
p { color: rgb(239,76,122); }
H1.HeaderClassName
{
color: #EF4C7A;
}
.AnyTagClassName
{
color: #EF4C7A;
}
</style>
background-color css
<style>
a { background-color: #EF4C7A; }
a { background-color: rgb(239,76,122); }
div.DivClassName
{
background-color: #EF4C7A;
}
.BgClassName
{
background-color: #EF4C7A;
}
</style>
border-color css
<style>
span { border-color: #EF4C7A; }
span { border-color: rgb(239,76,122); }
td.TdClassName
{
border-color: #EF4C7A;
}
.TagClassName
{
border-color: #EF4C7A;
}
</style>