Shades of Dark Pink #E35286
Tints of Dark Pink #E35286
RGB
CMYK
RGB Variations
Color information
#E35286 (or 0xE35286) is known color: Dark Pink. HEX triplet: E3, 52 and 86. RGB value is (227,82,134). Sum of RGB (Red+Green+Blue) = 227+82+134=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 134 (52.73% from 255 or 30.25% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E35286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35286 is #1CAD79. Grayscale: #838383. Windows color (decimal): -1879418 or 8803043. OLE color: 8803043.
HSL color Cylindrical-coordinate representation of color #E35286: hue angle of 338.48º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E35286 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 134 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.11 |
| HSL | 338.48º | 0.72% | 0.61% | - |
| HSV(B) | 338.48º | 0.64% | 0.89% | - |
| XYZ | 39 | 24.09 | 25.15 | - |
| YUV | 131.28 | 129.54 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 134 | 0 | 0.64 | 0.41 | 0.11 | 338.48 | 0.72 | 0.61 |
| Hex | E3 | 52 | 86 | 0 | 40 | 29 | B | 152 | 48 | 3D |
| Octal | 343 | 122 | 206 | 0 | 100 | 51 | 13 | 522 | 110 | 75 |
| Binary | 11100011 | 1010010 | 10000110 | 0 | 1000000 | 101001 | 1011 | 101010010 | 1001000 | 111101 |
Color Harmonies of #E35286
Complementary color
Monochromatic Colors of #E35286
Black with #E35286
Text Example
Text Example
White with #E35286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35286; }
p { color: rgb(227,82,134); }
H1.HeaderClassName
{
color: #E35286;
}
.AnyTagClassName
{
color: #E35286;
}
</style>
background-color css
<style>
a { background-color: #E35286; }
a { background-color: rgb(227,82,134); }
div.DivClassName
{
background-color: #E35286;
}
.BgClassName
{
background-color: #E35286;
}
</style>
border-color css
<style>
span { border-color: #E35286; }
span { border-color: rgb(227,82,134); }
td.TdClassName
{
border-color: #E35286;
}
.TagClassName
{
border-color: #E35286;
}
</style>