Shades of Dark Pink #EF4575
Tints of Dark Pink #EF4575
RGB
CMYK
RGB Variations
Color information
#EF4575 (or 0xEF4575) is known color: Dark Pink. HEX triplet: EF, 45 and 75. RGB value is (239,69,117). Sum of RGB (Red+Green+Blue) = 239+69+117=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4575 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4575 is #10BA8A. Grayscale: #7D7D7D. Windows color (decimal): -1096331 or 7685615. OLE color: 7685615.
HSL color Cylindrical-coordinate representation of color #EF4575: hue angle of 343.06º 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 #EF4575 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 117 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.06 |
| HSL | 343.06º | 0.84% | 0.6% | - |
| HSV(B) | 343.06º | 0.71% | 0.94% | - |
| XYZ | 40.94 | 23.89 | 19.28 | - |
| YUV | 125.3 | 123.32 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 117 | 0 | 0.71 | 0.51 | 0.06 | 343.06 | 0.84 | 0.6 |
| Hex | EF | 45 | 75 | 0 | 47 | 33 | 6 | 157 | 54 | 3C |
| Octal | 357 | 105 | 165 | 0 | 107 | 63 | 6 | 527 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1110101 | 0 | 1000111 | 110011 | 110 | 101010111 | 1010100 | 111100 |
Color Harmonies of #EF4575
Complementary color
Monochromatic Colors of #EF4575
Black with #EF4575
Text Example
Text Example
White with #EF4575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4575; }
p { color: rgb(239,69,117); }
H1.HeaderClassName
{
color: #EF4575;
}
.AnyTagClassName
{
color: #EF4575;
}
</style>
background-color css
<style>
a { background-color: #EF4575; }
a { background-color: rgb(239,69,117); }
div.DivClassName
{
background-color: #EF4575;
}
.BgClassName
{
background-color: #EF4575;
}
</style>
border-color css
<style>
span { border-color: #EF4575; }
span { border-color: rgb(239,69,117); }
td.TdClassName
{
border-color: #EF4575;
}
.TagClassName
{
border-color: #EF4575;
}
</style>