Shades of Dark Pink #E25C77
Tints of Dark Pink #E25C77
RGB
CMYK
RGB Variations
Color information
#E25C77 (or 0xE25C77) is known color: Dark Pink. HEX triplet: E2, 5C and 77. RGB value is (226,92,119). Sum of RGB (Red+Green+Blue) = 226+92+119=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25C77 is #1DA388. Grayscale: #878787. Windows color (decimal): -1942409 or 7822562. OLE color: 7822562.
HSL color Cylindrical-coordinate representation of color #E25C77: hue angle of 347.91º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25C77 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 92 | 119 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.11 |
| HSL | 347.91º | 0.7% | 0.62% | - |
| HSV(B) | 347.91º | 0.59% | 0.89% | - |
| XYZ | 38.52 | 25.15 | 20.28 | - |
| YUV | 135.14 | 118.89 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 92 | 119 | 0 | 0.59 | 0.47 | 0.11 | 347.91 | 0.7 | 0.62 |
| Hex | E2 | 5C | 77 | 0 | 3B | 2F | B | 15C | 46 | 3E |
| Octal | 342 | 134 | 167 | 0 | 73 | 57 | 13 | 534 | 106 | 76 |
| Binary | 11100010 | 1011100 | 1110111 | 0 | 111011 | 101111 | 1011 | 101011100 | 1000110 | 111110 |
Color Harmonies of #E25C77
Complementary color
Monochromatic Colors of #E25C77
Black with #E25C77
Text Example
Text Example
White with #E25C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25C77; }
p { color: rgb(226,92,119); }
H1.HeaderClassName
{
color: #E25C77;
}
.AnyTagClassName
{
color: #E25C77;
}
</style>
background-color css
<style>
a { background-color: #E25C77; }
a { background-color: rgb(226,92,119); }
div.DivClassName
{
background-color: #E25C77;
}
.BgClassName
{
background-color: #E25C77;
}
</style>
border-color css
<style>
span { border-color: #E25C77; }
span { border-color: rgb(226,92,119); }
td.TdClassName
{
border-color: #E25C77;
}
.TagClassName
{
border-color: #E25C77;
}
</style>