Shades of Dark Pink #EF517D
Tints of Dark Pink #EF517D
RGB
CMYK
RGB Variations
Color information
#EF517D (or 0xEF517D) is known color: Dark Pink. HEX triplet: EF, 51 and 7D. RGB value is (239,81,125). Sum of RGB (Red+Green+Blue) = 239+81+125=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF517D is #10AE82. Grayscale: #858585. Windows color (decimal): -1093251 or 8212975. OLE color: 8212975.
HSL color Cylindrical-coordinate representation of color #EF517D: hue angle of 343.29º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF517D is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 125 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.06 |
| HSL | 343.29º | 0.83% | 0.63% | - |
| HSV(B) | 343.29º | 0.66% | 0.94% | - |
| XYZ | 42.24 | 25.72 | 22.14 | - |
| YUV | 133.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 125 | 0 | 0.66 | 0.48 | 0.06 | 343.29 | 0.83 | 0.63 |
| Hex | EF | 51 | 7D | 0 | 42 | 30 | 6 | 157 | 53 | 3F |
| Octal | 357 | 121 | 175 | 0 | 102 | 60 | 6 | 527 | 123 | 77 |
| Binary | 11101111 | 1010001 | 1111101 | 0 | 1000010 | 110000 | 110 | 101010111 | 1010011 | 111111 |
Color Harmonies of #EF517D
Complementary color
Monochromatic Colors of #EF517D
Black with #EF517D
Text Example
Text Example
White with #EF517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF517D; }
p { color: rgb(239,81,125); }
H1.HeaderClassName
{
color: #EF517D;
}
.AnyTagClassName
{
color: #EF517D;
}
</style>
background-color css
<style>
a { background-color: #EF517D; }
a { background-color: rgb(239,81,125); }
div.DivClassName
{
background-color: #EF517D;
}
.BgClassName
{
background-color: #EF517D;
}
</style>
border-color css
<style>
span { border-color: #EF517D; }
span { border-color: rgb(239,81,125); }
td.TdClassName
{
border-color: #EF517D;
}
.TagClassName
{
border-color: #EF517D;
}
</style>