Shades of Dark Pink #E2507D
Tints of Dark Pink #E2507D
RGB
CMYK
RGB Variations
Color information
#E2507D (or 0xE2507D) is known color: Dark Pink. HEX triplet: E2, 50 and 7D. RGB value is (226,80,125). Sum of RGB (Red+Green+Blue) = 226+80+125=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E2507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2507D is #1DAF82. Grayscale: #808080. Windows color (decimal): -1945475 or 8212706. OLE color: 8212706.
HSL color Cylindrical-coordinate representation of color #E2507D: hue angle of 341.51º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2507D is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 125 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.11 |
| HSL | 341.51º | 0.72% | 0.6% | - |
| HSV(B) | 341.51º | 0.65% | 0.89% | - |
| XYZ | 37.93 | 23.39 | 21.92 | - |
| YUV | 128.78 | 125.87 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 125 | 0 | 0.65 | 0.45 | 0.11 | 341.51 | 0.72 | 0.6 |
| Hex | E2 | 50 | 7D | 0 | 41 | 2D | B | 156 | 48 | 3C |
| Octal | 342 | 120 | 175 | 0 | 101 | 55 | 13 | 526 | 110 | 74 |
| Binary | 11100010 | 1010000 | 1111101 | 0 | 1000001 | 101101 | 1011 | 101010110 | 1001000 | 111100 |
Color Harmonies of #E2507D
Complementary color
Monochromatic Colors of #E2507D
Black with #E2507D
Text Example
Text Example
White with #E2507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2507D; }
p { color: rgb(226,80,125); }
H1.HeaderClassName
{
color: #E2507D;
}
.AnyTagClassName
{
color: #E2507D;
}
</style>
background-color css
<style>
a { background-color: #E2507D; }
a { background-color: rgb(226,80,125); }
div.DivClassName
{
background-color: #E2507D;
}
.BgClassName
{
background-color: #E2507D;
}
</style>
border-color css
<style>
span { border-color: #E2507D; }
span { border-color: rgb(226,80,125); }
td.TdClassName
{
border-color: #E2507D;
}
.TagClassName
{
border-color: #E2507D;
}
</style>