Shades of Dark Pink #EF4878
Tints of Dark Pink #EF4878
RGB
CMYK
RGB Variations
Color information
#EF4878 (or 0xEF4878) is known color: Dark Pink. HEX triplet: EF, 48 and 78. RGB value is (239,72,120). Sum of RGB (Red+Green+Blue) = 239+72+120=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4878 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4878 is #10B787. Grayscale: #7F7F7F. Windows color (decimal): -1095560 or 7882991. OLE color: 7882991.
HSL color Cylindrical-coordinate representation of color #EF4878: hue angle of 342.75º 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 #EF4878 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 120 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.06 |
| HSL | 342.75º | 0.84% | 0.61% | - |
| HSV(B) | 342.75º | 0.7% | 0.94% | - |
| XYZ | 41.3 | 24.34 | 20.29 | - |
| YUV | 127.41 | 123.83 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 120 | 0 | 0.70 | 0.50 | 0.06 | 342.75 | 0.84 | 0.61 |
| Hex | EF | 48 | 78 | 0 | 46 | 32 | 6 | 157 | 54 | 3D |
| Octal | 357 | 110 | 170 | 0 | 106 | 62 | 6 | 527 | 124 | 75 |
| Binary | 11101111 | 1001000 | 1111000 | 0 | 1000110 | 110010 | 110 | 101010111 | 1010100 | 111101 |
Color Harmonies of #EF4878
Complementary color
Monochromatic Colors of #EF4878
Black with #EF4878
Text Example
Text Example
White with #EF4878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4878; }
p { color: rgb(239,72,120); }
H1.HeaderClassName
{
color: #EF4878;
}
.AnyTagClassName
{
color: #EF4878;
}
</style>
background-color css
<style>
a { background-color: #EF4878; }
a { background-color: rgb(239,72,120); }
div.DivClassName
{
background-color: #EF4878;
}
.BgClassName
{
background-color: #EF4878;
}
</style>
border-color css
<style>
span { border-color: #EF4878; }
span { border-color: rgb(239,72,120); }
td.TdClassName
{
border-color: #EF4878;
}
.TagClassName
{
border-color: #EF4878;
}
</style>