Shades of Dark Pink #E2547D
Tints of Dark Pink #E2547D
RGB
CMYK
RGB Variations
Color information
#E2547D (or 0xE2547D) is known color: Dark Pink. HEX triplet: E2, 54 and 7D. RGB value is (226,84,125). Sum of RGB (Red+Green+Blue) = 226+84+125=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2547D is #1DAB82. Grayscale: #838383. Windows color (decimal): -1944451 or 8213730. OLE color: 8213730.
HSL color Cylindrical-coordinate representation of color #E2547D: hue angle of 342.68º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2547D is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 125 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.11 |
| HSL | 342.68º | 0.71% | 0.61% | - |
| HSV(B) | 342.68º | 0.63% | 0.89% | - |
| XYZ | 38.24 | 23.99 | 22.02 | - |
| YUV | 131.13 | 124.54 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 125 | 0 | 0.63 | 0.45 | 0.11 | 342.68 | 0.71 | 0.61 |
| Hex | E2 | 54 | 7D | 0 | 3F | 2D | B | 157 | 47 | 3D |
| Octal | 342 | 124 | 175 | 0 | 77 | 55 | 13 | 527 | 107 | 75 |
| Binary | 11100010 | 1010100 | 1111101 | 0 | 111111 | 101101 | 1011 | 101010111 | 1000111 | 111101 |
Color Harmonies of #E2547D
Complementary color
Monochromatic Colors of #E2547D
Black with #E2547D
Text Example
Text Example
White with #E2547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2547D; }
p { color: rgb(226,84,125); }
H1.HeaderClassName
{
color: #E2547D;
}
.AnyTagClassName
{
color: #E2547D;
}
</style>
background-color css
<style>
a { background-color: #E2547D; }
a { background-color: rgb(226,84,125); }
div.DivClassName
{
background-color: #E2547D;
}
.BgClassName
{
background-color: #E2547D;
}
</style>
border-color css
<style>
span { border-color: #E2547D; }
span { border-color: rgb(226,84,125); }
td.TdClassName
{
border-color: #E2547D;
}
.TagClassName
{
border-color: #E2547D;
}
</style>