Shades of Dark Pink #E2557B
Tints of Dark Pink #E2557B
RGB
CMYK
RGB Variations
Color information
#E2557B (or 0xE2557B) is known color: Dark Pink. HEX triplet: E2, 55 and 7B. RGB value is (226,85,123). Sum of RGB (Red+Green+Blue) = 226+85+123=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2557B is #1DAA84. Grayscale: #838383. Windows color (decimal): -1944197 or 8082914. OLE color: 8082914.
HSL color Cylindrical-coordinate representation of color #E2557B: hue angle of 343.83º 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 #E2557B is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 123 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.11 |
| HSL | 343.83º | 0.71% | 0.61% | - |
| HSV(B) | 343.83º | 0.62% | 0.89% | - |
| XYZ | 38.19 | 24.1 | 21.38 | - |
| YUV | 131.49 | 123.21 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 123 | 0 | 0.62 | 0.46 | 0.11 | 343.83 | 0.71 | 0.61 |
| Hex | E2 | 55 | 7B | 0 | 3E | 2E | B | 158 | 47 | 3D |
| Octal | 342 | 125 | 173 | 0 | 76 | 56 | 13 | 530 | 107 | 75 |
| Binary | 11100010 | 1010101 | 1111011 | 0 | 111110 | 101110 | 1011 | 101011000 | 1000111 | 111101 |
Color Harmonies of #E2557B
Complementary color
Monochromatic Colors of #E2557B
Black with #E2557B
Text Example
Text Example
White with #E2557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2557B; }
p { color: rgb(226,85,123); }
H1.HeaderClassName
{
color: #E2557B;
}
.AnyTagClassName
{
color: #E2557B;
}
</style>
background-color css
<style>
a { background-color: #E2557B; }
a { background-color: rgb(226,85,123); }
div.DivClassName
{
background-color: #E2557B;
}
.BgClassName
{
background-color: #E2557B;
}
</style>
border-color css
<style>
span { border-color: #E2557B; }
span { border-color: rgb(226,85,123); }
td.TdClassName
{
border-color: #E2557B;
}
.TagClassName
{
border-color: #E2557B;
}
</style>