Shades of Dark Pink #E2557F
Tints of Dark Pink #E2557F
RGB
CMYK
RGB Variations
Color information
#E2557F (or 0xE2557F) is known color: Dark Pink. HEX triplet: E2, 55 and 7F. RGB value is (226,85,127). Sum of RGB (Red+Green+Blue) = 226+85+127=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2557F is #1DAA80. Grayscale: #838383. Windows color (decimal): -1944193 or 8345058. OLE color: 8345058.
HSL color Cylindrical-coordinate representation of color #E2557F: hue angle of 342.13º 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 #E2557F is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 127 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.11 |
| HSL | 342.13º | 0.71% | 0.61% | - |
| HSV(B) | 342.13º | 0.62% | 0.89% | - |
| XYZ | 38.44 | 24.2 | 22.72 | - |
| YUV | 131.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 127 | 0 | 0.62 | 0.44 | 0.11 | 342.13 | 0.71 | 0.61 |
| Hex | E2 | 55 | 7F | 0 | 3E | 2C | B | 156 | 47 | 3D |
| Octal | 342 | 125 | 177 | 0 | 76 | 54 | 13 | 526 | 107 | 75 |
| Binary | 11100010 | 1010101 | 1111111 | 0 | 111110 | 101100 | 1011 | 101010110 | 1000111 | 111101 |
Color Harmonies of #E2557F
Complementary color
Monochromatic Colors of #E2557F
Black with #E2557F
Text Example
Text Example
White with #E2557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2557F; }
p { color: rgb(226,85,127); }
H1.HeaderClassName
{
color: #E2557F;
}
.AnyTagClassName
{
color: #E2557F;
}
</style>
background-color css
<style>
a { background-color: #E2557F; }
a { background-color: rgb(226,85,127); }
div.DivClassName
{
background-color: #E2557F;
}
.BgClassName
{
background-color: #E2557F;
}
</style>
border-color css
<style>
span { border-color: #E2557F; }
span { border-color: rgb(226,85,127); }
td.TdClassName
{
border-color: #E2557F;
}
.TagClassName
{
border-color: #E2557F;
}
</style>