Shades of Dark Pink #E2557E
Tints of Dark Pink #E2557E
RGB
CMYK
RGB Variations
Color information
#E2557E (or 0xE2557E) is known color: Dark Pink. HEX triplet: E2, 55 and 7E. RGB value is (226,85,126). Sum of RGB (Red+Green+Blue) = 226+85+126=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2557E is #1DAA81. Grayscale: #838383. Windows color (decimal): -1944194 or 8279522. OLE color: 8279522.
HSL color Cylindrical-coordinate representation of color #E2557E: hue angle of 342.55º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2557E is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 126 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.11 |
| HSL | 342.55º | 0.71% | 0.61% | - |
| HSV(B) | 342.55º | 0.62% | 0.89% | - |
| XYZ | 38.38 | 24.17 | 22.38 | - |
| YUV | 131.83 | 124.71 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 126 | 0 | 0.62 | 0.44 | 0.11 | 342.55 | 0.71 | 0.61 |
| Hex | E2 | 55 | 7E | 0 | 3E | 2C | B | 157 | 47 | 3D |
| Octal | 342 | 125 | 176 | 0 | 76 | 54 | 13 | 527 | 107 | 75 |
| Binary | 11100010 | 1010101 | 1111110 | 0 | 111110 | 101100 | 1011 | 101010111 | 1000111 | 111101 |
Color Harmonies of #E2557E
Complementary color
Monochromatic Colors of #E2557E
Black with #E2557E
Text Example
Text Example
White with #E2557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2557E; }
p { color: rgb(226,85,126); }
H1.HeaderClassName
{
color: #E2557E;
}
.AnyTagClassName
{
color: #E2557E;
}
</style>
background-color css
<style>
a { background-color: #E2557E; }
a { background-color: rgb(226,85,126); }
div.DivClassName
{
background-color: #E2557E;
}
.BgClassName
{
background-color: #E2557E;
}
</style>
border-color css
<style>
span { border-color: #E2557E; }
span { border-color: rgb(226,85,126); }
td.TdClassName
{
border-color: #E2557E;
}
.TagClassName
{
border-color: #E2557E;
}
</style>