Shades of Dark Pink #E35C76
Tints of Dark Pink #E35C76
RGB
CMYK
RGB Variations
Color information
#E35C76 (or 0xE35C76) is known color: Dark Pink. HEX triplet: E3, 5C and 76. RGB value is (227,92,118). Sum of RGB (Red+Green+Blue) = 227+92+118=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35C76 is #1CA389. Grayscale: #878787. Windows color (decimal): -1876874 or 7757027. OLE color: 7757027.
HSL color Cylindrical-coordinate representation of color #E35C76: hue angle of 348.44º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35C76 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 118 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.11 |
| HSL | 348.44º | 0.71% | 0.63% | - |
| HSV(B) | 348.44º | 0.59% | 0.89% | - |
| XYZ | 38.78 | 25.29 | 19.98 | - |
| YUV | 135.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 118 | 0 | 0.59 | 0.48 | 0.11 | 348.44 | 0.71 | 0.63 |
| Hex | E3 | 5C | 76 | 0 | 3B | 30 | B | 15C | 47 | 3F |
| Octal | 343 | 134 | 166 | 0 | 73 | 60 | 13 | 534 | 107 | 77 |
| Binary | 11100011 | 1011100 | 1110110 | 0 | 111011 | 110000 | 1011 | 101011100 | 1000111 | 111111 |
Color Harmonies of #E35C76
Complementary color
Monochromatic Colors of #E35C76
Black with #E35C76
Text Example
Text Example
White with #E35C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C76; }
p { color: rgb(227,92,118); }
H1.HeaderClassName
{
color: #E35C76;
}
.AnyTagClassName
{
color: #E35C76;
}
</style>
background-color css
<style>
a { background-color: #E35C76; }
a { background-color: rgb(227,92,118); }
div.DivClassName
{
background-color: #E35C76;
}
.BgClassName
{
background-color: #E35C76;
}
</style>
border-color css
<style>
span { border-color: #E35C76; }
span { border-color: rgb(227,92,118); }
td.TdClassName
{
border-color: #E35C76;
}
.TagClassName
{
border-color: #E35C76;
}
</style>