Shades of Dark Pink #EF5385
Tints of Dark Pink #EF5385
RGB
CMYK
RGB Variations
Color information
#EF5385 (or 0xEF5385) is known color: Dark Pink. HEX triplet: EF, 53 and 85. RGB value is (239,83,133). Sum of RGB (Red+Green+Blue) = 239+83+133=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5385 is #10AC7A. Grayscale: #878787. Windows color (decimal): -1092731 or 8737775. OLE color: 8737775.
HSL color Cylindrical-coordinate representation of color #EF5385: hue angle of 340.77º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF5385 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 133 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.06 |
| HSL | 340.77º | 0.83% | 0.63% | - |
| HSV(B) | 340.77º | 0.65% | 0.94% | - |
| XYZ | 42.92 | 26.23 | 24.99 | - |
| YUV | 135.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 133 | 0 | 0.65 | 0.44 | 0.06 | 340.77 | 0.83 | 0.63 |
| Hex | EF | 53 | 85 | 0 | 41 | 2C | 6 | 155 | 53 | 3F |
| Octal | 357 | 123 | 205 | 0 | 101 | 54 | 6 | 525 | 123 | 77 |
| Binary | 11101111 | 1010011 | 10000101 | 0 | 1000001 | 101100 | 110 | 101010101 | 1010011 | 111111 |
Color Harmonies of #EF5385
Complementary color
Monochromatic Colors of #EF5385
Black with #EF5385
Text Example
Text Example
White with #EF5385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5385; }
p { color: rgb(239,83,133); }
H1.HeaderClassName
{
color: #EF5385;
}
.AnyTagClassName
{
color: #EF5385;
}
</style>
background-color css
<style>
a { background-color: #EF5385; }
a { background-color: rgb(239,83,133); }
div.DivClassName
{
background-color: #EF5385;
}
.BgClassName
{
background-color: #EF5385;
}
</style>
border-color css
<style>
span { border-color: #EF5385; }
span { border-color: rgb(239,83,133); }
td.TdClassName
{
border-color: #EF5385;
}
.TagClassName
{
border-color: #EF5385;
}
</style>