Shades of Dark Pink #EF5A7E
Tints of Dark Pink #EF5A7E
RGB
CMYK
RGB Variations
Color information
#EF5A7E (or 0xEF5A7E) is known color: Dark Pink. HEX triplet: EF, 5A and 7E. RGB value is (239,90,126). Sum of RGB (Red+Green+Blue) = 239+90+126=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5A7E is #10A581. Grayscale: #8A8A8A. Windows color (decimal): -1090946 or 8280815. OLE color: 8280815.
HSL color Cylindrical-coordinate representation of color #EF5A7E: hue angle of 345.5º 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 #EF5A7E is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 90 | 126 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.06 |
| HSL | 345.5º | 0.82% | 0.65% | - |
| HSV(B) | 345.5º | 0.62% | 0.94% | - |
| XYZ | 43.02 | 27.17 | 22.72 | - |
| YUV | 138.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 90 | 126 | 0 | 0.62 | 0.47 | 0.06 | 345.5 | 0.82 | 0.65 |
| Hex | EF | 5A | 7E | 0 | 3E | 2F | 6 | 15A | 52 | 41 |
| Octal | 357 | 132 | 176 | 0 | 76 | 57 | 6 | 532 | 122 | 101 |
| Binary | 11101111 | 1011010 | 1111110 | 0 | 111110 | 101111 | 110 | 101011010 | 1010010 | 1000001 |
Color Harmonies of #EF5A7E
Complementary color
Monochromatic Colors of #EF5A7E
Black with #EF5A7E
Text Example
Text Example
White with #EF5A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5A7E; }
p { color: rgb(239,90,126); }
H1.HeaderClassName
{
color: #EF5A7E;
}
.AnyTagClassName
{
color: #EF5A7E;
}
</style>
background-color css
<style>
a { background-color: #EF5A7E; }
a { background-color: rgb(239,90,126); }
div.DivClassName
{
background-color: #EF5A7E;
}
.BgClassName
{
background-color: #EF5A7E;
}
</style>
border-color css
<style>
span { border-color: #EF5A7E; }
span { border-color: rgb(239,90,126); }
td.TdClassName
{
border-color: #EF5A7E;
}
.TagClassName
{
border-color: #EF5A7E;
}
</style>