Shades of Dark Pink #EF5A8C
Tints of Dark Pink #EF5A8C
RGB
CMYK
RGB Variations
Color information
#EF5A8C (or 0xEF5A8C) is known color: Dark Pink. HEX triplet: EF, 5A and 8C. RGB value is (239,90,140). Sum of RGB (Red+Green+Blue) = 239+90+140=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5A8C is #10A573. Grayscale: #8C8C8C. Windows color (decimal): -1090932 or 9198319. OLE color: 9198319.
HSL color Cylindrical-coordinate representation of color #EF5A8C: hue angle of 339.87º 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 #EF5A8C is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 140 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.06 |
| HSL | 339.87º | 0.82% | 0.65% | - |
| HSV(B) | 339.87º | 0.62% | 0.94% | - |
| XYZ | 43.99 | 27.56 | 27.81 | - |
| YUV | 140.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 140 | 0 | 0.62 | 0.41 | 0.06 | 339.87 | 0.82 | 0.65 |
| Hex | EF | 5A | 8C | 0 | 3E | 29 | 6 | 154 | 52 | 41 |
| Octal | 357 | 132 | 214 | 0 | 76 | 51 | 6 | 524 | 122 | 101 |
| Binary | 11101111 | 1011010 | 10001100 | 0 | 111110 | 101001 | 110 | 101010100 | 1010010 | 1000001 |
Color Harmonies of #EF5A8C
Complementary color
Monochromatic Colors of #EF5A8C
Black with #EF5A8C
Text Example
Text Example
White with #EF5A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5A8C; }
p { color: rgb(239,90,140); }
H1.HeaderClassName
{
color: #EF5A8C;
}
.AnyTagClassName
{
color: #EF5A8C;
}
</style>
background-color css
<style>
a { background-color: #EF5A8C; }
a { background-color: rgb(239,90,140); }
div.DivClassName
{
background-color: #EF5A8C;
}
.BgClassName
{
background-color: #EF5A8C;
}
</style>
border-color css
<style>
span { border-color: #EF5A8C; }
span { border-color: rgb(239,90,140); }
td.TdClassName
{
border-color: #EF5A8C;
}
.TagClassName
{
border-color: #EF5A8C;
}
</style>