Shades of Dark Pink #E2617B
Tints of Dark Pink #E2617B
RGB
CMYK
RGB Variations
Color information
#E2617B (or 0xE2617B) is known color: Dark Pink. HEX triplet: E2, 61 and 7B. RGB value is (226,97,123). Sum of RGB (Red+Green+Blue) = 226+97+123=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E2617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2617B is #1D9E84. Grayscale: #8A8A8A. Windows color (decimal): -1941125 or 8085986. OLE color: 8085986.
HSL color Cylindrical-coordinate representation of color #E2617B: hue angle of 347.91º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2617B is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 123 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.11 |
| HSL | 347.91º | 0.69% | 0.63% | - |
| HSV(B) | 347.91º | 0.57% | 0.89% | - |
| XYZ | 39.21 | 26.15 | 21.72 | - |
| YUV | 138.54 | 119.24 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 123 | 0 | 0.57 | 0.46 | 0.11 | 347.91 | 0.69 | 0.63 |
| Hex | E2 | 61 | 7B | 0 | 39 | 2E | B | 15C | 45 | 3F |
| Octal | 342 | 141 | 173 | 0 | 71 | 56 | 13 | 534 | 105 | 77 |
| Binary | 11100010 | 1100001 | 1111011 | 0 | 111001 | 101110 | 1011 | 101011100 | 1000101 | 111111 |
Color Harmonies of #E2617B
Complementary color
Monochromatic Colors of #E2617B
Black with #E2617B
Text Example
Text Example
White with #E2617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2617B; }
p { color: rgb(226,97,123); }
H1.HeaderClassName
{
color: #E2617B;
}
.AnyTagClassName
{
color: #E2617B;
}
</style>
background-color css
<style>
a { background-color: #E2617B; }
a { background-color: rgb(226,97,123); }
div.DivClassName
{
background-color: #E2617B;
}
.BgClassName
{
background-color: #E2617B;
}
</style>
border-color css
<style>
span { border-color: #E2617B; }
span { border-color: rgb(226,97,123); }
td.TdClassName
{
border-color: #E2617B;
}
.TagClassName
{
border-color: #E2617B;
}
</style>