Shades of Dark Pink #E35982
Tints of Dark Pink #E35982
RGB
CMYK
RGB Variations
Color information
#E35982 (or 0xE35982) is known color: Dark Pink. HEX triplet: E3, 59 and 82. RGB value is (227,89,130). Sum of RGB (Red+Green+Blue) = 227+89+130=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E35982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35982 is #1CA67D. Grayscale: #868686. Windows color (decimal): -1877630 or 8542691. OLE color: 8542691.
HSL color Cylindrical-coordinate representation of color #E35982: hue angle of 342.17º 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 #E35982 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 130 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.11 |
| HSL | 342.17º | 0.71% | 0.62% | - |
| HSV(B) | 342.17º | 0.61% | 0.89% | - |
| XYZ | 39.28 | 25.09 | 23.89 | - |
| YUV | 134.94 | 125.22 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 130 | 0 | 0.61 | 0.43 | 0.11 | 342.17 | 0.71 | 0.62 |
| Hex | E3 | 59 | 82 | 0 | 3D | 2B | B | 156 | 47 | 3E |
| Octal | 343 | 131 | 202 | 0 | 75 | 53 | 13 | 526 | 107 | 76 |
| Binary | 11100011 | 1011001 | 10000010 | 0 | 111101 | 101011 | 1011 | 101010110 | 1000111 | 111110 |
Color Harmonies of #E35982
Complementary color
Monochromatic Colors of #E35982
Black with #E35982
Text Example
Text Example
White with #E35982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35982; }
p { color: rgb(227,89,130); }
H1.HeaderClassName
{
color: #E35982;
}
.AnyTagClassName
{
color: #E35982;
}
</style>
background-color css
<style>
a { background-color: #E35982; }
a { background-color: rgb(227,89,130); }
div.DivClassName
{
background-color: #E35982;
}
.BgClassName
{
background-color: #E35982;
}
</style>
border-color css
<style>
span { border-color: #E35982; }
span { border-color: rgb(227,89,130); }
td.TdClassName
{
border-color: #E35982;
}
.TagClassName
{
border-color: #E35982;
}
</style>