Shades of Dark Pink #EF4A78
Tints of Dark Pink #EF4A78
RGB
CMYK
RGB Variations
Color information
#EF4A78 (or 0xEF4A78) is known color: Dark Pink. HEX triplet: EF, 4A and 78. RGB value is (239,74,120). Sum of RGB (Red+Green+Blue) = 239+74+120=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4A78 is #10B587. Grayscale: #808080. Windows color (decimal): -1095048 or 7883503. OLE color: 7883503.
HSL color Cylindrical-coordinate representation of color #EF4A78: hue angle of 343.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4A78 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 120 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.06 |
| HSL | 343.27º | 0.84% | 0.61% | - |
| HSV(B) | 343.27º | 0.69% | 0.94% | - |
| XYZ | 41.44 | 24.6 | 20.33 | - |
| YUV | 128.58 | 123.16 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 120 | 0 | 0.69 | 0.50 | 0.06 | 343.27 | 0.84 | 0.61 |
| Hex | EF | 4A | 78 | 0 | 45 | 32 | 6 | 157 | 54 | 3D |
| Octal | 357 | 112 | 170 | 0 | 105 | 62 | 6 | 527 | 124 | 75 |
| Binary | 11101111 | 1001010 | 1111000 | 0 | 1000101 | 110010 | 110 | 101010111 | 1010100 | 111101 |
Color Harmonies of #EF4A78
Complementary color
Monochromatic Colors of #EF4A78
Black with #EF4A78
Text Example
Text Example
White with #EF4A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A78; }
p { color: rgb(239,74,120); }
H1.HeaderClassName
{
color: #EF4A78;
}
.AnyTagClassName
{
color: #EF4A78;
}
</style>
background-color css
<style>
a { background-color: #EF4A78; }
a { background-color: rgb(239,74,120); }
div.DivClassName
{
background-color: #EF4A78;
}
.BgClassName
{
background-color: #EF4A78;
}
</style>
border-color css
<style>
span { border-color: #EF4A78; }
span { border-color: rgb(239,74,120); }
td.TdClassName
{
border-color: #EF4A78;
}
.TagClassName
{
border-color: #EF4A78;
}
</style>