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