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