Shades of Dark Pink #E2607E
Tints of Dark Pink #E2607E
RGB
CMYK
RGB Variations
Color information
#E2607E (or 0xE2607E) is known color: Dark Pink. HEX triplet: E2, 60 and 7E. RGB value is (226,96,126). Sum of RGB (Red+Green+Blue) = 226+96+126=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E2607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2607E is #1D9F81. Grayscale: #8A8A8A. Windows color (decimal): -1941378 or 8282338. OLE color: 8282338.
HSL color Cylindrical-coordinate representation of color #E2607E: hue angle of 346.15º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2607E is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 126 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.11 |
| HSL | 346.15º | 0.69% | 0.63% | - |
| HSV(B) | 346.15º | 0.58% | 0.89% | - |
| XYZ | 39.31 | 26.04 | 22.69 | - |
| YUV | 138.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 126 | 0 | 0.58 | 0.44 | 0.11 | 346.15 | 0.69 | 0.63 |
| Hex | E2 | 60 | 7E | 0 | 3A | 2C | B | 15A | 45 | 3F |
| Octal | 342 | 140 | 176 | 0 | 72 | 54 | 13 | 532 | 105 | 77 |
| Binary | 11100010 | 1100000 | 1111110 | 0 | 111010 | 101100 | 1011 | 101011010 | 1000101 | 111111 |
Color Harmonies of #E2607E
Complementary color
Monochromatic Colors of #E2607E
Black with #E2607E
Text Example
Text Example
White with #E2607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2607E; }
p { color: rgb(226,96,126); }
H1.HeaderClassName
{
color: #E2607E;
}
.AnyTagClassName
{
color: #E2607E;
}
</style>
background-color css
<style>
a { background-color: #E2607E; }
a { background-color: rgb(226,96,126); }
div.DivClassName
{
background-color: #E2607E;
}
.BgClassName
{
background-color: #E2607E;
}
</style>
border-color css
<style>
span { border-color: #E2607E; }
span { border-color: rgb(226,96,126); }
td.TdClassName
{
border-color: #E2607E;
}
.TagClassName
{
border-color: #E2607E;
}
</style>