Shades of Dark Pink #E35686
Tints of Dark Pink #E35686
RGB
CMYK
RGB Variations
Color information
#E35686 (or 0xE35686) is known color: Dark Pink. HEX triplet: E3, 56 and 86. RGB value is (227,86,134). Sum of RGB (Red+Green+Blue) = 227+86+134=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E35686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35686 is #1CA979. Grayscale: #858585. Windows color (decimal): -1878394 or 8804067. OLE color: 8804067.
HSL color Cylindrical-coordinate representation of color #E35686: hue angle of 339.57º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E35686 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 134 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.11 |
| HSL | 339.57º | 0.72% | 0.61% | - |
| HSV(B) | 339.57º | 0.62% | 0.89% | - |
| XYZ | 39.31 | 24.71 | 25.25 | - |
| YUV | 133.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 134 | 0 | 0.62 | 0.41 | 0.11 | 339.57 | 0.72 | 0.61 |
| Hex | E3 | 56 | 86 | 0 | 3E | 29 | B | 154 | 48 | 3D |
| Octal | 343 | 126 | 206 | 0 | 76 | 51 | 13 | 524 | 110 | 75 |
| Binary | 11100011 | 1010110 | 10000110 | 0 | 111110 | 101001 | 1011 | 101010100 | 1001000 | 111101 |
Color Harmonies of #E35686
Complementary color
Monochromatic Colors of #E35686
Black with #E35686
Text Example
Text Example
White with #E35686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35686; }
p { color: rgb(227,86,134); }
H1.HeaderClassName
{
color: #E35686;
}
.AnyTagClassName
{
color: #E35686;
}
</style>
background-color css
<style>
a { background-color: #E35686; }
a { background-color: rgb(227,86,134); }
div.DivClassName
{
background-color: #E35686;
}
.BgClassName
{
background-color: #E35686;
}
</style>
border-color css
<style>
span { border-color: #E35686; }
span { border-color: rgb(227,86,134); }
td.TdClassName
{
border-color: #E35686;
}
.TagClassName
{
border-color: #E35686;
}
</style>