Shades of Dark Pink #EF517B
Tints of Dark Pink #EF517B
RGB
CMYK
RGB Variations
Color information
#EF517B (or 0xEF517B) is known color: Dark Pink. HEX triplet: EF, 51 and 7B. RGB value is (239,81,123). Sum of RGB (Red+Green+Blue) = 239+81+123=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF517B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF517B is #10AE84. Grayscale: #858585. Windows color (decimal): -1093253 or 8081903. OLE color: 8081903.
HSL color Cylindrical-coordinate representation of color #EF517B: hue angle of 344.05º 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 #EF517B is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 81 | 123 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.06 |
| HSL | 344.05º | 0.83% | 0.63% | - |
| HSV(B) | 344.05º | 0.66% | 0.94% | - |
| XYZ | 42.11 | 25.67 | 21.47 | - |
| YUV | 133.03 | 122.35 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 81 | 123 | 0 | 0.66 | 0.49 | 0.06 | 344.05 | 0.83 | 0.63 |
| Hex | EF | 51 | 7B | 0 | 42 | 31 | 6 | 158 | 53 | 3F |
| Octal | 357 | 121 | 173 | 0 | 102 | 61 | 6 | 530 | 123 | 77 |
| Binary | 11101111 | 1010001 | 1111011 | 0 | 1000010 | 110001 | 110 | 101011000 | 1010011 | 111111 |
Color Harmonies of #EF517B
Complementary color
Monochromatic Colors of #EF517B
Black with #EF517B
Text Example
Text Example
White with #EF517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF517B; }
p { color: rgb(239,81,123); }
H1.HeaderClassName
{
color: #EF517B;
}
.AnyTagClassName
{
color: #EF517B;
}
</style>
background-color css
<style>
a { background-color: #EF517B; }
a { background-color: rgb(239,81,123); }
div.DivClassName
{
background-color: #EF517B;
}
.BgClassName
{
background-color: #EF517B;
}
</style>
border-color css
<style>
span { border-color: #EF517B; }
span { border-color: rgb(239,81,123); }
td.TdClassName
{
border-color: #EF517B;
}
.TagClassName
{
border-color: #EF517B;
}
</style>