Shades of Dark Pink #EF5C90
Tints of Dark Pink #EF5C90
RGB
CMYK
RGB Variations
Color information
#EF5C90 (or 0xEF5C90) is known color: Dark Pink. HEX triplet: EF, 5C and 90. RGB value is (239,92,144). Sum of RGB (Red+Green+Blue) = 239+92+144=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5C90 is #10A36F. Grayscale: #8D8D8D. Windows color (decimal): -1090416 or 9460975. OLE color: 9460975.
HSL color Cylindrical-coordinate representation of color #EF5C90: hue angle of 338.78º 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 #EF5C90 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 92 | 144 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.06 |
| HSL | 338.78º | 0.82% | 0.65% | - |
| HSV(B) | 338.78º | 0.62% | 0.94% | - |
| XYZ | 44.46 | 28.02 | 29.45 | - |
| YUV | 141.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 92 | 144 | 0 | 0.62 | 0.40 | 0.06 | 338.78 | 0.82 | 0.65 |
| Hex | EF | 5C | 90 | 0 | 3E | 28 | 6 | 153 | 52 | 41 |
| Octal | 357 | 134 | 220 | 0 | 76 | 50 | 6 | 523 | 122 | 101 |
| Binary | 11101111 | 1011100 | 10010000 | 0 | 111110 | 101000 | 110 | 101010011 | 1010010 | 1000001 |
Color Harmonies of #EF5C90
Complementary color
Monochromatic Colors of #EF5C90
Black with #EF5C90
Text Example
Text Example
White with #EF5C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5C90; }
p { color: rgb(239,92,144); }
H1.HeaderClassName
{
color: #EF5C90;
}
.AnyTagClassName
{
color: #EF5C90;
}
</style>
background-color css
<style>
a { background-color: #EF5C90; }
a { background-color: rgb(239,92,144); }
div.DivClassName
{
background-color: #EF5C90;
}
.BgClassName
{
background-color: #EF5C90;
}
</style>
border-color css
<style>
span { border-color: #EF5C90; }
span { border-color: rgb(239,92,144); }
td.TdClassName
{
border-color: #EF5C90;
}
.TagClassName
{
border-color: #EF5C90;
}
</style>