Shades of Dark Pink #EF5583
Tints of Dark Pink #EF5583
RGB
CMYK
RGB Variations
Color information
#EF5583 (or 0xEF5583) is known color: Dark Pink. HEX triplet: EF, 55 and 83. RGB value is (239,85,131). Sum of RGB (Red+Green+Blue) = 239+85+131=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5583 is #10AA7C. Grayscale: #888888. Windows color (decimal): -1092221 or 8607215. OLE color: 8607215.
HSL color Cylindrical-coordinate representation of color #EF5583: hue angle of 342.08º 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 #EF5583 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 85 | 131 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.06 |
| HSL | 342.08º | 0.83% | 0.64% | - |
| HSV(B) | 342.08º | 0.64% | 0.94% | - |
| XYZ | 42.94 | 26.49 | 24.32 | - |
| YUV | 136.29 | 125.02 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 85 | 131 | 0 | 0.64 | 0.45 | 0.06 | 342.08 | 0.83 | 0.64 |
| Hex | EF | 55 | 83 | 0 | 40 | 2D | 6 | 156 | 53 | 40 |
| Octal | 357 | 125 | 203 | 0 | 100 | 55 | 6 | 526 | 123 | 100 |
| Binary | 11101111 | 1010101 | 10000011 | 0 | 1000000 | 101101 | 110 | 101010110 | 1010011 | 1000000 |
Color Harmonies of #EF5583
Complementary color
Monochromatic Colors of #EF5583
Black with #EF5583
Text Example
Text Example
White with #EF5583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5583; }
p { color: rgb(239,85,131); }
H1.HeaderClassName
{
color: #EF5583;
}
.AnyTagClassName
{
color: #EF5583;
}
</style>
background-color css
<style>
a { background-color: #EF5583; }
a { background-color: rgb(239,85,131); }
div.DivClassName
{
background-color: #EF5583;
}
.BgClassName
{
background-color: #EF5583;
}
</style>
border-color css
<style>
span { border-color: #EF5583; }
span { border-color: rgb(239,85,131); }
td.TdClassName
{
border-color: #EF5583;
}
.TagClassName
{
border-color: #EF5583;
}
</style>