Shades of Dark Pink #E35986
Tints of Dark Pink #E35986
RGB
CMYK
RGB Variations
Color information
#E35986 (or 0xE35986) is known color: Dark Pink. HEX triplet: E3, 59 and 86. RGB value is (227,89,134). Sum of RGB (Red+Green+Blue) = 227+89+134=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E35986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35986 is #1CA679. Grayscale: #878787. Windows color (decimal): -1877626 or 8804835. OLE color: 8804835.
HSL color Cylindrical-coordinate representation of color #E35986: hue angle of 340.43º 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 #E35986 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 134 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.11 |
| HSL | 340.43º | 0.71% | 0.62% | - |
| HSV(B) | 340.43º | 0.61% | 0.89% | - |
| XYZ | 39.55 | 25.2 | 25.33 | - |
| YUV | 135.39 | 127.22 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 134 | 0 | 0.61 | 0.41 | 0.11 | 340.43 | 0.71 | 0.62 |
| Hex | E3 | 59 | 86 | 0 | 3D | 29 | B | 154 | 47 | 3E |
| Octal | 343 | 131 | 206 | 0 | 75 | 51 | 13 | 524 | 107 | 76 |
| Binary | 11100011 | 1011001 | 10000110 | 0 | 111101 | 101001 | 1011 | 101010100 | 1000111 | 111110 |
Color Harmonies of #E35986
Complementary color
Monochromatic Colors of #E35986
Black with #E35986
Text Example
Text Example
White with #E35986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35986; }
p { color: rgb(227,89,134); }
H1.HeaderClassName
{
color: #E35986;
}
.AnyTagClassName
{
color: #E35986;
}
</style>
background-color css
<style>
a { background-color: #E35986; }
a { background-color: rgb(227,89,134); }
div.DivClassName
{
background-color: #E35986;
}
.BgClassName
{
background-color: #E35986;
}
</style>
border-color css
<style>
span { border-color: #E35986; }
span { border-color: rgb(227,89,134); }
td.TdClassName
{
border-color: #E35986;
}
.TagClassName
{
border-color: #E35986;
}
</style>