Shades of Dark Pink #EF5A82
Tints of Dark Pink #EF5A82
RGB
CMYK
RGB Variations
Color information
#EF5A82 (or 0xEF5A82) is known color: Dark Pink. HEX triplet: EF, 5A and 82. RGB value is (239,90,130). Sum of RGB (Red+Green+Blue) = 239+90+130=459 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.07% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5A82 is #10A57D. Grayscale: #8B8B8B. Windows color (decimal): -1090942 or 8542959. OLE color: 8542959.
HSL color Cylindrical-coordinate representation of color #EF5A82: hue angle of 343.89º 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 #EF5A82 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 130 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.06 |
| HSL | 343.89º | 0.82% | 0.65% | - |
| HSV(B) | 343.89º | 0.62% | 0.94% | - |
| XYZ | 43.28 | 27.27 | 24.1 | - |
| YUV | 139.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 130 | 0 | 0.62 | 0.46 | 0.06 | 343.89 | 0.82 | 0.65 |
| Hex | EF | 5A | 82 | 0 | 3E | 2E | 6 | 158 | 52 | 41 |
| Octal | 357 | 132 | 202 | 0 | 76 | 56 | 6 | 530 | 122 | 101 |
| Binary | 11101111 | 1011010 | 10000010 | 0 | 111110 | 101110 | 110 | 101011000 | 1010010 | 1000001 |
Color Harmonies of #EF5A82
Complementary color
Monochromatic Colors of #EF5A82
Black with #EF5A82
Text Example
Text Example
White with #EF5A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5A82; }
p { color: rgb(239,90,130); }
H1.HeaderClassName
{
color: #EF5A82;
}
.AnyTagClassName
{
color: #EF5A82;
}
</style>
background-color css
<style>
a { background-color: #EF5A82; }
a { background-color: rgb(239,90,130); }
div.DivClassName
{
background-color: #EF5A82;
}
.BgClassName
{
background-color: #EF5A82;
}
</style>
border-color css
<style>
span { border-color: #EF5A82; }
span { border-color: rgb(239,90,130); }
td.TdClassName
{
border-color: #EF5A82;
}
.TagClassName
{
border-color: #EF5A82;
}
</style>