Shades of Dark Pink #EF5478
Tints of Dark Pink #EF5478
RGB
CMYK
RGB Variations
Color information
#EF5478 (or 0xEF5478) is known color: Dark Pink. HEX triplet: EF, 54 and 78. RGB value is (239,84,120). Sum of RGB (Red+Green+Blue) = 239+84+120=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5478 is #10AB87. Grayscale: #868686. Windows color (decimal): -1092488 or 7886063. OLE color: 7886063.
HSL color Cylindrical-coordinate representation of color #EF5478: hue angle of 346.06º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF5478 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 84 | 120 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.06 |
| HSL | 346.06º | 0.83% | 0.63% | - |
| HSV(B) | 346.06º | 0.65% | 0.94% | - |
| XYZ | 42.16 | 26.05 | 20.58 | - |
| YUV | 134.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 84 | 120 | 0 | 0.65 | 0.50 | 0.06 | 346.06 | 0.83 | 0.63 |
| Hex | EF | 54 | 78 | 0 | 41 | 32 | 6 | 15A | 53 | 3F |
| Octal | 357 | 124 | 170 | 0 | 101 | 62 | 6 | 532 | 123 | 77 |
| Binary | 11101111 | 1010100 | 1111000 | 0 | 1000001 | 110010 | 110 | 101011010 | 1010011 | 111111 |
Color Harmonies of #EF5478
Complementary color
Monochromatic Colors of #EF5478
Black with #EF5478
Text Example
Text Example
White with #EF5478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5478; }
p { color: rgb(239,84,120); }
H1.HeaderClassName
{
color: #EF5478;
}
.AnyTagClassName
{
color: #EF5478;
}
</style>
background-color css
<style>
a { background-color: #EF5478; }
a { background-color: rgb(239,84,120); }
div.DivClassName
{
background-color: #EF5478;
}
.BgClassName
{
background-color: #EF5478;
}
</style>
border-color css
<style>
span { border-color: #EF5478; }
span { border-color: rgb(239,84,120); }
td.TdClassName
{
border-color: #EF5478;
}
.TagClassName
{
border-color: #EF5478;
}
</style>