Shades of Dark Pink #E2567D
Tints of Dark Pink #E2567D
RGB
CMYK
RGB Variations
Color information
#E2567D (or 0xE2567D) is known color: Dark Pink. HEX triplet: E2, 56 and 7D. RGB value is (226,86,125). Sum of RGB (Red+Green+Blue) = 226+86+125=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E2567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2567D is #1DA982. Grayscale: #848484. Windows color (decimal): -1943939 or 8214242. OLE color: 8214242.
HSL color Cylindrical-coordinate representation of color #E2567D: hue angle of 343.29º 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 #E2567D is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 125 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.11 |
| HSL | 343.29º | 0.71% | 0.61% | - |
| HSV(B) | 343.29º | 0.62% | 0.89% | - |
| XYZ | 38.39 | 24.31 | 22.07 | - |
| YUV | 132.31 | 123.88 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 125 | 0 | 0.62 | 0.45 | 0.11 | 343.29 | 0.71 | 0.61 |
| Hex | E2 | 56 | 7D | 0 | 3E | 2D | B | 157 | 47 | 3D |
| Octal | 342 | 126 | 175 | 0 | 76 | 55 | 13 | 527 | 107 | 75 |
| Binary | 11100010 | 1010110 | 1111101 | 0 | 111110 | 101101 | 1011 | 101010111 | 1000111 | 111101 |
Color Harmonies of #E2567D
Complementary color
Monochromatic Colors of #E2567D
Black with #E2567D
Text Example
Text Example
White with #E2567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2567D; }
p { color: rgb(226,86,125); }
H1.HeaderClassName
{
color: #E2567D;
}
.AnyTagClassName
{
color: #E2567D;
}
</style>
background-color css
<style>
a { background-color: #E2567D; }
a { background-color: rgb(226,86,125); }
div.DivClassName
{
background-color: #E2567D;
}
.BgClassName
{
background-color: #E2567D;
}
</style>
border-color css
<style>
span { border-color: #E2567D; }
span { border-color: rgb(226,86,125); }
td.TdClassName
{
border-color: #E2567D;
}
.TagClassName
{
border-color: #E2567D;
}
</style>