Shades of Dark Pink #E35976
Tints of Dark Pink #E35976
RGB
CMYK
RGB Variations
Color information
#E35976 (or 0xE35976) is known color: Dark Pink. HEX triplet: E3, 59 and 76. RGB value is (227,89,118). Sum of RGB (Red+Green+Blue) = 227+89+118=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E35976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35976 is #1CA689. Grayscale: #858585. Windows color (decimal): -1877642 or 7756259. OLE color: 7756259.
HSL color Cylindrical-coordinate representation of color #E35976: hue angle of 347.39º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E35976 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 118 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.11 |
| HSL | 347.39º | 0.71% | 0.62% | - |
| HSV(B) | 347.39º | 0.61% | 0.89% | - |
| XYZ | 38.52 | 24.78 | 19.89 | - |
| YUV | 133.57 | 119.22 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 118 | 0 | 0.61 | 0.48 | 0.11 | 347.39 | 0.71 | 0.62 |
| Hex | E3 | 59 | 76 | 0 | 3D | 30 | B | 15B | 47 | 3E |
| Octal | 343 | 131 | 166 | 0 | 75 | 60 | 13 | 533 | 107 | 76 |
| Binary | 11100011 | 1011001 | 1110110 | 0 | 111101 | 110000 | 1011 | 101011011 | 1000111 | 111110 |
Color Harmonies of #E35976
Complementary color
Monochromatic Colors of #E35976
Black with #E35976
Text Example
Text Example
White with #E35976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35976; }
p { color: rgb(227,89,118); }
H1.HeaderClassName
{
color: #E35976;
}
.AnyTagClassName
{
color: #E35976;
}
</style>
background-color css
<style>
a { background-color: #E35976; }
a { background-color: rgb(227,89,118); }
div.DivClassName
{
background-color: #E35976;
}
.BgClassName
{
background-color: #E35976;
}
</style>
border-color css
<style>
span { border-color: #E35976; }
span { border-color: rgb(227,89,118); }
td.TdClassName
{
border-color: #E35976;
}
.TagClassName
{
border-color: #E35976;
}
</style>