Shades of Dark Pink #EF5377
Tints of Dark Pink #EF5377
RGB
CMYK
RGB Variations
Color information
#EF5377 (or 0xEF5377) is known color: Dark Pink. HEX triplet: EF, 53 and 77. RGB value is (239,83,119). Sum of RGB (Red+Green+Blue) = 239+83+119=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5377 is #10AC88. Grayscale: #858585. Windows color (decimal): -1092745 or 7820271. OLE color: 7820271.
HSL color Cylindrical-coordinate representation of color #EF5377: hue angle of 346.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EF5377 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 83 | 119 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.06 |
| HSL | 346.15º | 0.83% | 0.63% | - |
| HSV(B) | 346.15º | 0.65% | 0.94% | - |
| XYZ | 42.02 | 25.87 | 20.23 | - |
| YUV | 133.75 | 119.68 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 83 | 119 | 0 | 0.65 | 0.50 | 0.06 | 346.15 | 0.83 | 0.63 |
| Hex | EF | 53 | 77 | 0 | 41 | 32 | 6 | 15A | 53 | 3F |
| Octal | 357 | 123 | 167 | 0 | 101 | 62 | 6 | 532 | 123 | 77 |
| Binary | 11101111 | 1010011 | 1110111 | 0 | 1000001 | 110010 | 110 | 101011010 | 1010011 | 111111 |
Color Harmonies of #EF5377
Complementary color
Monochromatic Colors of #EF5377
Black with #EF5377
Text Example
Text Example
White with #EF5377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF5377; }
p { color: rgb(239,83,119); }
H1.HeaderClassName
{
color: #EF5377;
}
.AnyTagClassName
{
color: #EF5377;
}
</style>
background-color css
<style>
a { background-color: #EF5377; }
a { background-color: rgb(239,83,119); }
div.DivClassName
{
background-color: #EF5377;
}
.BgClassName
{
background-color: #EF5377;
}
</style>
border-color css
<style>
span { border-color: #EF5377; }
span { border-color: rgb(239,83,119); }
td.TdClassName
{
border-color: #EF5377;
}
.TagClassName
{
border-color: #EF5377;
}
</style>