Shades of Dark Pink #EF4574
Tints of Dark Pink #EF4574
RGB
CMYK
RGB Variations
Color information
#EF4574 (or 0xEF4574) is known color: Dark Pink. HEX triplet: EF, 45 and 74. RGB value is (239,69,116). Sum of RGB (Red+Green+Blue) = 239+69+116=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4574 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4574 is #10BA8B. Grayscale: #7D7D7D. Windows color (decimal): -1096332 or 7620079. OLE color: 7620079.
HSL color Cylindrical-coordinate representation of color #EF4574: hue angle of 343.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF4574 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 116 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.06 |
| HSL | 343.41º | 0.84% | 0.6% | - |
| HSV(B) | 343.41º | 0.71% | 0.94% | - |
| XYZ | 40.88 | 23.87 | 18.98 | - |
| YUV | 125.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 116 | 0 | 0.71 | 0.51 | 0.06 | 343.41 | 0.84 | 0.6 |
| Hex | EF | 45 | 74 | 0 | 47 | 33 | 6 | 157 | 54 | 3C |
| Octal | 357 | 105 | 164 | 0 | 107 | 63 | 6 | 527 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1110100 | 0 | 1000111 | 110011 | 110 | 101010111 | 1010100 | 111100 |
Color Harmonies of #EF4574
Complementary color
Monochromatic Colors of #EF4574
Black with #EF4574
Text Example
Text Example
White with #EF4574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4574; }
p { color: rgb(239,69,116); }
H1.HeaderClassName
{
color: #EF4574;
}
.AnyTagClassName
{
color: #EF4574;
}
</style>
background-color css
<style>
a { background-color: #EF4574; }
a { background-color: rgb(239,69,116); }
div.DivClassName
{
background-color: #EF4574;
}
.BgClassName
{
background-color: #EF4574;
}
</style>
border-color css
<style>
span { border-color: #EF4574; }
span { border-color: rgb(239,69,116); }
td.TdClassName
{
border-color: #EF4574;
}
.TagClassName
{
border-color: #EF4574;
}
</style>