Shades of Dark Pink #E35D89
Tints of Dark Pink #E35D89
RGB
CMYK
RGB Variations
Color information
#E35D89 (or 0xE35D89) is known color: Dark Pink. HEX triplet: E3, 5D and 89. RGB value is (227,93,137). Sum of RGB (Red+Green+Blue) = 227+93+137=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35D89 is #1CA276. Grayscale: #8A8A8A. Windows color (decimal): -1876599 or 9002467. OLE color: 9002467.
HSL color Cylindrical-coordinate representation of color #E35D89: hue angle of 340.3º 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 #E35D89 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 93 | 137 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.11 |
| HSL | 340.3º | 0.71% | 0.63% | - |
| HSV(B) | 340.3º | 0.59% | 0.89% | - |
| XYZ | 40.11 | 25.97 | 26.56 | - |
| YUV | 138.08 | 127.39 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 93 | 137 | 0 | 0.59 | 0.40 | 0.11 | 340.3 | 0.71 | 0.63 |
| Hex | E3 | 5D | 89 | 0 | 3B | 28 | B | 154 | 47 | 3F |
| Octal | 343 | 135 | 211 | 0 | 73 | 50 | 13 | 524 | 107 | 77 |
| Binary | 11100011 | 1011101 | 10001001 | 0 | 111011 | 101000 | 1011 | 101010100 | 1000111 | 111111 |
Color Harmonies of #E35D89
Complementary color
Monochromatic Colors of #E35D89
Black with #E35D89
Text Example
Text Example
White with #E35D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35D89; }
p { color: rgb(227,93,137); }
H1.HeaderClassName
{
color: #E35D89;
}
.AnyTagClassName
{
color: #E35D89;
}
</style>
background-color css
<style>
a { background-color: #E35D89; }
a { background-color: rgb(227,93,137); }
div.DivClassName
{
background-color: #E35D89;
}
.BgClassName
{
background-color: #E35D89;
}
</style>
border-color css
<style>
span { border-color: #E35D89; }
span { border-color: rgb(227,93,137); }
td.TdClassName
{
border-color: #E35D89;
}
.TagClassName
{
border-color: #E35D89;
}
</style>