Shades of Dark Pink #E35586
Tints of Dark Pink #E35586
RGB
CMYK
RGB Variations
Color information
#E35586 (or 0xE35586) is known color: Dark Pink. HEX triplet: E3, 55 and 86. RGB value is (227,85,134). Sum of RGB (Red+Green+Blue) = 227+85+134=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E35586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35586 is #1CAA79. Grayscale: #848484. Windows color (decimal): -1878650 or 8803811. OLE color: 8803811.
HSL color Cylindrical-coordinate representation of color #E35586: hue angle of 339.3º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35586 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 134 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.11 |
| HSL | 339.3º | 0.72% | 0.61% | - |
| HSV(B) | 339.3º | 0.63% | 0.89% | - |
| XYZ | 39.23 | 24.55 | 25.23 | - |
| YUV | 133.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 134 | 0 | 0.63 | 0.41 | 0.11 | 339.3 | 0.72 | 0.61 |
| Hex | E3 | 55 | 86 | 0 | 3F | 29 | B | 153 | 48 | 3D |
| Octal | 343 | 125 | 206 | 0 | 77 | 51 | 13 | 523 | 110 | 75 |
| Binary | 11100011 | 1010101 | 10000110 | 0 | 111111 | 101001 | 1011 | 101010011 | 1001000 | 111101 |
Color Harmonies of #E35586
Complementary color
Monochromatic Colors of #E35586
Black with #E35586
Text Example
Text Example
White with #E35586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35586; }
p { color: rgb(227,85,134); }
H1.HeaderClassName
{
color: #E35586;
}
.AnyTagClassName
{
color: #E35586;
}
</style>
background-color css
<style>
a { background-color: #E35586; }
a { background-color: rgb(227,85,134); }
div.DivClassName
{
background-color: #E35586;
}
.BgClassName
{
background-color: #E35586;
}
</style>
border-color css
<style>
span { border-color: #E35586; }
span { border-color: rgb(227,85,134); }
td.TdClassName
{
border-color: #E35586;
}
.TagClassName
{
border-color: #E35586;
}
</style>