Shades of Dark Pink #EF5C88
Tints of Dark Pink #EF5C88
RGB
CMYK
RGB Variations
Color information
#EF5C88 (or 0xEF5C88) is known color: Dark Pink. HEX triplet: EF, 5C and 88. RGB value is (239,92,136). Sum of RGB (Red+Green+Blue) = 239+92+136=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5C88 is #10A377. Grayscale: #8C8C8C. Windows color (decimal): -1090424 or 8936687. OLE color: 8936687.
HSL color Cylindrical-coordinate representation of color #EF5C88: hue angle of 342.04º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5C88 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 136 | - |
| CMYK | 0 | 0.62 | 0.43 | 0.06 |
| HSL | 342.04º | 0.82% | 0.65% | - |
| HSV(B) | 342.04º | 0.62% | 0.94% | - |
| XYZ | 43.87 | 27.78 | 26.34 | - |
| YUV | 140.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 136 | 0 | 0.62 | 0.43 | 0.06 | 342.04 | 0.82 | 0.65 |
| Hex | EF | 5C | 88 | 0 | 3E | 2B | 6 | 156 | 52 | 41 |
| Octal | 357 | 134 | 210 | 0 | 76 | 53 | 6 | 526 | 122 | 101 |
| Binary | 11101111 | 1011100 | 10001000 | 0 | 111110 | 101011 | 110 | 101010110 | 1010010 | 1000001 |
Color Harmonies of #EF5C88
Complementary color
Monochromatic Colors of #EF5C88
Black with #EF5C88
Text Example
Text Example
White with #EF5C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C88; }
p { color: rgb(239,92,136); }
H1.HeaderClassName
{
color: #EF5C88;
}
.AnyTagClassName
{
color: #EF5C88;
}
</style>
background-color css
<style>
a { background-color: #EF5C88; }
a { background-color: rgb(239,92,136); }
div.DivClassName
{
background-color: #EF5C88;
}
.BgClassName
{
background-color: #EF5C88;
}
</style>
border-color css
<style>
span { border-color: #EF5C88; }
span { border-color: rgb(239,92,136); }
td.TdClassName
{
border-color: #EF5C88;
}
.TagClassName
{
border-color: #EF5C88;
}
</style>