Shades of Dark Pink #E2507C
Tints of Dark Pink #E2507C
RGB
CMYK
RGB Variations
Color information
#E2507C (or 0xE2507C) is known color: Dark Pink. HEX triplet: E2, 50 and 7C. RGB value is (226,80,124). Sum of RGB (Red+Green+Blue) = 226+80+124=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E2507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2507C is #1DAF83. Grayscale: #808080. Windows color (decimal): -1945476 or 8147170. OLE color: 8147170.
HSL color Cylindrical-coordinate representation of color #E2507C: hue angle of 341.92º 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 #E2507C is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 124 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.11 |
| HSL | 341.92º | 0.72% | 0.6% | - |
| HSV(B) | 341.92º | 0.65% | 0.89% | - |
| XYZ | 37.87 | 23.36 | 21.58 | - |
| YUV | 128.67 | 125.37 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 124 | 0 | 0.65 | 0.45 | 0.11 | 341.92 | 0.72 | 0.6 |
| Hex | E2 | 50 | 7C | 0 | 41 | 2D | B | 156 | 48 | 3C |
| Octal | 342 | 120 | 174 | 0 | 101 | 55 | 13 | 526 | 110 | 74 |
| Binary | 11100010 | 1010000 | 1111100 | 0 | 1000001 | 101101 | 1011 | 101010110 | 1001000 | 111100 |
Color Harmonies of #E2507C
Complementary color
Monochromatic Colors of #E2507C
Black with #E2507C
Text Example
Text Example
White with #E2507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2507C; }
p { color: rgb(226,80,124); }
H1.HeaderClassName
{
color: #E2507C;
}
.AnyTagClassName
{
color: #E2507C;
}
</style>
background-color css
<style>
a { background-color: #E2507C; }
a { background-color: rgb(226,80,124); }
div.DivClassName
{
background-color: #E2507C;
}
.BgClassName
{
background-color: #E2507C;
}
</style>
border-color css
<style>
span { border-color: #E2507C; }
span { border-color: rgb(226,80,124); }
td.TdClassName
{
border-color: #E2507C;
}
.TagClassName
{
border-color: #E2507C;
}
</style>