Shades of Dark Pink #E2607A
Tints of Dark Pink #E2607A
RGB
CMYK
RGB Variations
Color information
#E2607A (or 0xE2607A) is known color: Dark Pink. HEX triplet: E2, 60 and 7A. RGB value is (226,96,122). Sum of RGB (Red+Green+Blue) = 226+96+122=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E2607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2607A is #1D9F85. Grayscale: #898989. Windows color (decimal): -1941382 or 8020194. OLE color: 8020194.
HSL color Cylindrical-coordinate representation of color #E2607A: hue angle of 348º 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 #E2607A is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 122 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.11 |
| HSL | 348º | 0.69% | 0.63% | - |
| HSV(B) | 348º | 0.58% | 0.89% | - |
| XYZ | 39.06 | 25.94 | 21.36 | - |
| YUV | 137.83 | 119.07 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 122 | 0 | 0.58 | 0.46 | 0.11 | 348 | 0.69 | 0.63 |
| Hex | E2 | 60 | 7A | 0 | 3A | 2E | B | 15C | 45 | 3F |
| Octal | 342 | 140 | 172 | 0 | 72 | 56 | 13 | 534 | 105 | 77 |
| Binary | 11100010 | 1100000 | 1111010 | 0 | 111010 | 101110 | 1011 | 101011100 | 1000101 | 111111 |
Color Harmonies of #E2607A
Complementary color
Monochromatic Colors of #E2607A
Black with #E2607A
Text Example
Text Example
White with #E2607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2607A; }
p { color: rgb(226,96,122); }
H1.HeaderClassName
{
color: #E2607A;
}
.AnyTagClassName
{
color: #E2607A;
}
</style>
background-color css
<style>
a { background-color: #E2607A; }
a { background-color: rgb(226,96,122); }
div.DivClassName
{
background-color: #E2607A;
}
.BgClassName
{
background-color: #E2607A;
}
</style>
border-color css
<style>
span { border-color: #E2607A; }
span { border-color: rgb(226,96,122); }
td.TdClassName
{
border-color: #E2607A;
}
.TagClassName
{
border-color: #E2607A;
}
</style>