Shades of Dark Pink #E3607D
Tints of Dark Pink #E3607D
RGB
CMYK
RGB Variations
Color information
#E3607D (or 0xE3607D) is known color: Dark Pink. HEX triplet: E3, 60 and 7D. RGB value is (227,96,125). Sum of RGB (Red+Green+Blue) = 227+96+125=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E3607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3607D is #1C9F82. Grayscale: #8A8A8A. Windows color (decimal): -1875843 or 8216803. OLE color: 8216803.
HSL color Cylindrical-coordinate representation of color #E3607D: hue angle of 346.72º degrees, saturation: 0.7, 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 #E3607D is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 125 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.11 |
| HSL | 346.72º | 0.7% | 0.63% | - |
| HSV(B) | 346.72º | 0.58% | 0.89% | - |
| XYZ | 39.56 | 26.18 | 22.37 | - |
| YUV | 138.48 | 120.4 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 125 | 0 | 0.58 | 0.45 | 0.11 | 346.72 | 0.7 | 0.63 |
| Hex | E3 | 60 | 7D | 0 | 3A | 2D | B | 15B | 46 | 3F |
| Octal | 343 | 140 | 175 | 0 | 72 | 55 | 13 | 533 | 106 | 77 |
| Binary | 11100011 | 1100000 | 1111101 | 0 | 111010 | 101101 | 1011 | 101011011 | 1000110 | 111111 |
Color Harmonies of #E3607D
Complementary color
Monochromatic Colors of #E3607D
Black with #E3607D
Text Example
Text Example
White with #E3607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3607D; }
p { color: rgb(227,96,125); }
H1.HeaderClassName
{
color: #E3607D;
}
.AnyTagClassName
{
color: #E3607D;
}
</style>
background-color css
<style>
a { background-color: #E3607D; }
a { background-color: rgb(227,96,125); }
div.DivClassName
{
background-color: #E3607D;
}
.BgClassName
{
background-color: #E3607D;
}
</style>
border-color css
<style>
span { border-color: #E3607D; }
span { border-color: rgb(227,96,125); }
td.TdClassName
{
border-color: #E3607D;
}
.TagClassName
{
border-color: #E3607D;
}
</style>