Shades of Dark Pink #E35B76
Tints of Dark Pink #E35B76
RGB
CMYK
RGB Variations
Color information
#E35B76 (or 0xE35B76) is known color: Dark Pink. HEX triplet: E3, 5B and 76. RGB value is (227,91,118). Sum of RGB (Red+Green+Blue) = 227+91+118=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35B76 is #1CA489. Grayscale: #868686. Windows color (decimal): -1877130 or 7756771. OLE color: 7756771.
HSL color Cylindrical-coordinate representation of color #E35B76: hue angle of 348.09º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35B76 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 118 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.11 |
| HSL | 348.09º | 0.71% | 0.62% | - |
| HSV(B) | 348.09º | 0.6% | 0.89% | - |
| XYZ | 38.69 | 25.12 | 19.95 | - |
| YUV | 134.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 118 | 0 | 0.60 | 0.48 | 0.11 | 348.09 | 0.71 | 0.62 |
| Hex | E3 | 5B | 76 | 0 | 3C | 30 | B | 15C | 47 | 3E |
| Octal | 343 | 133 | 166 | 0 | 74 | 60 | 13 | 534 | 107 | 76 |
| Binary | 11100011 | 1011011 | 1110110 | 0 | 111100 | 110000 | 1011 | 101011100 | 1000111 | 111110 |
Color Harmonies of #E35B76
Complementary color
Monochromatic Colors of #E35B76
Black with #E35B76
Text Example
Text Example
White with #E35B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35B76; }
p { color: rgb(227,91,118); }
H1.HeaderClassName
{
color: #E35B76;
}
.AnyTagClassName
{
color: #E35B76;
}
</style>
background-color css
<style>
a { background-color: #E35B76; }
a { background-color: rgb(227,91,118); }
div.DivClassName
{
background-color: #E35B76;
}
.BgClassName
{
background-color: #E35B76;
}
</style>
border-color css
<style>
span { border-color: #E35B76; }
span { border-color: rgb(227,91,118); }
td.TdClassName
{
border-color: #E35B76;
}
.TagClassName
{
border-color: #E35B76;
}
</style>