Shades of Dark Pink #EF5883
Tints of Dark Pink #EF5883
RGB
CMYK
RGB Variations
Color information
#EF5883 (or 0xEF5883) is known color: Dark Pink. HEX triplet: EF, 58 and 83. RGB value is (239,88,131). Sum of RGB (Red+Green+Blue) = 239+88+131=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5883 is #10A77C. Grayscale: #8A8A8A. Windows color (decimal): -1091453 or 8607983. OLE color: 8607983.
HSL color Cylindrical-coordinate representation of color #EF5883: hue angle of 342.91º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5883 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 88 | 131 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.06 |
| HSL | 342.91º | 0.83% | 0.64% | - |
| HSV(B) | 342.91º | 0.63% | 0.94% | - |
| XYZ | 43.18 | 26.97 | 24.4 | - |
| YUV | 138.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 88 | 131 | 0 | 0.63 | 0.45 | 0.06 | 342.91 | 0.83 | 0.64 |
| Hex | EF | 58 | 83 | 0 | 3F | 2D | 6 | 157 | 53 | 40 |
| Octal | 357 | 130 | 203 | 0 | 77 | 55 | 6 | 527 | 123 | 100 |
| Binary | 11101111 | 1011000 | 10000011 | 0 | 111111 | 101101 | 110 | 101010111 | 1010011 | 1000000 |
Color Harmonies of #EF5883
Complementary color
Monochromatic Colors of #EF5883
Black with #EF5883
Text Example
Text Example
White with #EF5883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5883; }
p { color: rgb(239,88,131); }
H1.HeaderClassName
{
color: #EF5883;
}
.AnyTagClassName
{
color: #EF5883;
}
</style>
background-color css
<style>
a { background-color: #EF5883; }
a { background-color: rgb(239,88,131); }
div.DivClassName
{
background-color: #EF5883;
}
.BgClassName
{
background-color: #EF5883;
}
</style>
border-color css
<style>
span { border-color: #EF5883; }
span { border-color: rgb(239,88,131); }
td.TdClassName
{
border-color: #EF5883;
}
.TagClassName
{
border-color: #EF5883;
}
</style>