Shades of Dark Pink #EF5E8B
Tints of Dark Pink #EF5E8B
RGB
CMYK
RGB Variations
Color information
#EF5E8B (or 0xEF5E8B) is known color: Dark Pink. HEX triplet: EF, 5E and 8B. RGB value is (239,94,139). Sum of RGB (Red+Green+Blue) = 239+94+139=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 139 (54.69% from 255 or 29.45% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5E8B is #10A174. Grayscale: #8E8E8E. Windows color (decimal): -1089909 or 9133807. OLE color: 9133807.
HSL color Cylindrical-coordinate representation of color #EF5E8B: hue angle of 341.38º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5E8B is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 94 | 139 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.06 |
| HSL | 341.38º | 0.82% | 0.65% | - |
| HSV(B) | 341.38º | 0.61% | 0.94% | - |
| XYZ | 44.26 | 28.22 | 27.54 | - |
| YUV | 142.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 94 | 139 | 0 | 0.61 | 0.42 | 0.06 | 341.38 | 0.82 | 0.65 |
| Hex | EF | 5E | 8B | 0 | 3D | 2A | 6 | 155 | 52 | 41 |
| Octal | 357 | 136 | 213 | 0 | 75 | 52 | 6 | 525 | 122 | 101 |
| Binary | 11101111 | 1011110 | 10001011 | 0 | 111101 | 101010 | 110 | 101010101 | 1010010 | 1000001 |
Color Harmonies of #EF5E8B
Complementary color
Monochromatic Colors of #EF5E8B
Black with #EF5E8B
Text Example
Text Example
White with #EF5E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5E8B; }
p { color: rgb(239,94,139); }
H1.HeaderClassName
{
color: #EF5E8B;
}
.AnyTagClassName
{
color: #EF5E8B;
}
</style>
background-color css
<style>
a { background-color: #EF5E8B; }
a { background-color: rgb(239,94,139); }
div.DivClassName
{
background-color: #EF5E8B;
}
.BgClassName
{
background-color: #EF5E8B;
}
</style>
border-color css
<style>
span { border-color: #EF5E8B; }
span { border-color: rgb(239,94,139); }
td.TdClassName
{
border-color: #EF5E8B;
}
.TagClassName
{
border-color: #EF5E8B;
}
</style>