Shades of Dark Pink #E35585
Tints of Dark Pink #E35585
RGB
CMYK
RGB Variations
Color information
#E35585 (or 0xE35585) is known color: Dark Pink. HEX triplet: E3, 55 and 85. RGB value is (227,85,133). Sum of RGB (Red+Green+Blue) = 227+85+133=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E35585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35585 is #1CAA7A. Grayscale: #848484. Windows color (decimal): -1878651 or 8738275. OLE color: 8738275.
HSL color Cylindrical-coordinate representation of color #E35585: hue angle of 339.72º 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 #E35585 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 133 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.11 |
| HSL | 339.72º | 0.72% | 0.61% | - |
| HSV(B) | 339.72º | 0.63% | 0.89% | - |
| XYZ | 39.16 | 24.52 | 24.86 | - |
| YUV | 132.93 | 128.04 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 133 | 0 | 0.63 | 0.41 | 0.11 | 339.72 | 0.72 | 0.61 |
| Hex | E3 | 55 | 85 | 0 | 3F | 29 | B | 154 | 48 | 3D |
| Octal | 343 | 125 | 205 | 0 | 77 | 51 | 13 | 524 | 110 | 75 |
| Binary | 11100011 | 1010101 | 10000101 | 0 | 111111 | 101001 | 1011 | 101010100 | 1001000 | 111101 |
Color Harmonies of #E35585
Complementary color
Monochromatic Colors of #E35585
Black with #E35585
Text Example
Text Example
White with #E35585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35585; }
p { color: rgb(227,85,133); }
H1.HeaderClassName
{
color: #E35585;
}
.AnyTagClassName
{
color: #E35585;
}
</style>
background-color css
<style>
a { background-color: #E35585; }
a { background-color: rgb(227,85,133); }
div.DivClassName
{
background-color: #E35585;
}
.BgClassName
{
background-color: #E35585;
}
</style>
border-color css
<style>
span { border-color: #E35585; }
span { border-color: rgb(227,85,133); }
td.TdClassName
{
border-color: #E35585;
}
.TagClassName
{
border-color: #E35585;
}
</style>