Shades of Dark Pink #EF5D84
Tints of Dark Pink #EF5D84
RGB
CMYK
RGB Variations
Color information
#EF5D84 (or 0xEF5D84) is known color: Dark Pink. HEX triplet: EF, 5D and 84. RGB value is (239,93,132). Sum of RGB (Red+Green+Blue) = 239+93+132=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5D84 is #10A27B. Grayscale: #8D8D8D. Windows color (decimal): -1090172 or 8674799. OLE color: 8674799.
HSL color Cylindrical-coordinate representation of color #EF5D84: hue angle of 343.97º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5D84 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 93 | 132 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.06 |
| HSL | 343.97º | 0.82% | 0.65% | - |
| HSV(B) | 343.97º | 0.61% | 0.94% | - |
| XYZ | 43.68 | 27.85 | 24.9 | - |
| YUV | 141.1 | 122.87 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 93 | 132 | 0 | 0.61 | 0.45 | 0.06 | 343.97 | 0.82 | 0.65 |
| Hex | EF | 5D | 84 | 0 | 3D | 2D | 6 | 158 | 52 | 41 |
| Octal | 357 | 135 | 204 | 0 | 75 | 55 | 6 | 530 | 122 | 101 |
| Binary | 11101111 | 1011101 | 10000100 | 0 | 111101 | 101101 | 110 | 101011000 | 1010010 | 1000001 |
Color Harmonies of #EF5D84
Complementary color
Monochromatic Colors of #EF5D84
Black with #EF5D84
Text Example
Text Example
White with #EF5D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5D84; }
p { color: rgb(239,93,132); }
H1.HeaderClassName
{
color: #EF5D84;
}
.AnyTagClassName
{
color: #EF5D84;
}
</style>
background-color css
<style>
a { background-color: #EF5D84; }
a { background-color: rgb(239,93,132); }
div.DivClassName
{
background-color: #EF5D84;
}
.BgClassName
{
background-color: #EF5D84;
}
</style>
border-color css
<style>
span { border-color: #EF5D84; }
span { border-color: rgb(239,93,132); }
td.TdClassName
{
border-color: #EF5D84;
}
.TagClassName
{
border-color: #EF5D84;
}
</style>