Shades of Dark Pink #EF5585
Tints of Dark Pink #EF5585
RGB
CMYK
RGB Variations
Color information
#EF5585 (or 0xEF5585) is known color: Dark Pink. HEX triplet: EF, 55 and 85. RGB value is (239,85,133). Sum of RGB (Red+Green+Blue) = 239+85+133=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5585 is #10AA7A. Grayscale: #888888. Windows color (decimal): -1092219 or 8738287. OLE color: 8738287.
HSL color Cylindrical-coordinate representation of color #EF5585: hue angle of 341.3º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5585 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 133 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.06 |
| HSL | 341.3º | 0.83% | 0.64% | - |
| HSV(B) | 341.3º | 0.64% | 0.94% | - |
| XYZ | 43.08 | 26.54 | 25.04 | - |
| YUV | 136.52 | 126.02 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 133 | 0 | 0.64 | 0.44 | 0.06 | 341.3 | 0.83 | 0.64 |
| Hex | EF | 55 | 85 | 0 | 40 | 2C | 6 | 155 | 53 | 40 |
| Octal | 357 | 125 | 205 | 0 | 100 | 54 | 6 | 525 | 123 | 100 |
| Binary | 11101111 | 1010101 | 10000101 | 0 | 1000000 | 101100 | 110 | 101010101 | 1010011 | 1000000 |
Color Harmonies of #EF5585
Complementary color
Monochromatic Colors of #EF5585
Black with #EF5585
Text Example
Text Example
White with #EF5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5585; }
p { color: rgb(239,85,133); }
H1.HeaderClassName
{
color: #EF5585;
}
.AnyTagClassName
{
color: #EF5585;
}
</style>
background-color css
<style>
a { background-color: #EF5585; }
a { background-color: rgb(239,85,133); }
div.DivClassName
{
background-color: #EF5585;
}
.BgClassName
{
background-color: #EF5585;
}
</style>
border-color css
<style>
span { border-color: #EF5585; }
span { border-color: rgb(239,85,133); }
td.TdClassName
{
border-color: #EF5585;
}
.TagClassName
{
border-color: #EF5585;
}
</style>