Shades of Dark Pink #EF5C7E
Tints of Dark Pink #EF5C7E
RGB
CMYK
RGB Variations
Color information
#EF5C7E (or 0xEF5C7E) is known color: Dark Pink. HEX triplet: EF, 5C and 7E. RGB value is (239,92,126). Sum of RGB (Red+Green+Blue) = 239+92+126=457 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.30% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5C7E is #10A381. Grayscale: #8B8B8B. Windows color (decimal): -1090434 or 8281327. OLE color: 8281327.
HSL color Cylindrical-coordinate representation of color #EF5C7E: hue angle of 346.12º 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 #EF5C7E is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 126 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.06 |
| HSL | 346.12º | 0.82% | 0.65% | - |
| HSV(B) | 346.12º | 0.62% | 0.94% | - |
| XYZ | 43.19 | 27.51 | 22.77 | - |
| YUV | 139.83 | 120.2 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 126 | 0 | 0.62 | 0.47 | 0.06 | 346.12 | 0.82 | 0.65 |
| Hex | EF | 5C | 7E | 0 | 3E | 2F | 6 | 15A | 52 | 41 |
| Octal | 357 | 134 | 176 | 0 | 76 | 57 | 6 | 532 | 122 | 101 |
| Binary | 11101111 | 1011100 | 1111110 | 0 | 111110 | 101111 | 110 | 101011010 | 1010010 | 1000001 |
Color Harmonies of #EF5C7E
Complementary color
Monochromatic Colors of #EF5C7E
Black with #EF5C7E
Text Example
Text Example
White with #EF5C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C7E; }
p { color: rgb(239,92,126); }
H1.HeaderClassName
{
color: #EF5C7E;
}
.AnyTagClassName
{
color: #EF5C7E;
}
</style>
background-color css
<style>
a { background-color: #EF5C7E; }
a { background-color: rgb(239,92,126); }
div.DivClassName
{
background-color: #EF5C7E;
}
.BgClassName
{
background-color: #EF5C7E;
}
</style>
border-color css
<style>
span { border-color: #EF5C7E; }
span { border-color: rgb(239,92,126); }
td.TdClassName
{
border-color: #EF5C7E;
}
.TagClassName
{
border-color: #EF5C7E;
}
</style>