Shades of Dark Pink #E36082
Tints of Dark Pink #E36082
RGB
CMYK
RGB Variations
Color information
#E36082 (or 0xE36082) is known color: Dark Pink. HEX triplet: E3, 60 and 82. RGB value is (227,96,130). Sum of RGB (Red+Green+Blue) = 227+96+130=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E36082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E36082 is #1C9F7D. Grayscale: #8B8B8B. Windows color (decimal): -1875838 or 8544483. OLE color: 8544483.
HSL color Cylindrical-coordinate representation of color #E36082: hue angle of 344.43º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E36082 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 130 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.11 |
| HSL | 344.43º | 0.7% | 0.63% | - |
| HSV(B) | 344.43º | 0.58% | 0.89% | - |
| XYZ | 39.89 | 26.31 | 24.09 | - |
| YUV | 139.05 | 122.9 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 130 | 0 | 0.58 | 0.43 | 0.11 | 344.43 | 0.7 | 0.63 |
| Hex | E3 | 60 | 82 | 0 | 3A | 2B | B | 158 | 46 | 3F |
| Octal | 343 | 140 | 202 | 0 | 72 | 53 | 13 | 530 | 106 | 77 |
| Binary | 11100011 | 1100000 | 10000010 | 0 | 111010 | 101011 | 1011 | 101011000 | 1000110 | 111111 |
Color Harmonies of #E36082
Complementary color
Monochromatic Colors of #E36082
Black with #E36082
Text Example
Text Example
White with #E36082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36082; }
p { color: rgb(227,96,130); }
H1.HeaderClassName
{
color: #E36082;
}
.AnyTagClassName
{
color: #E36082;
}
</style>
background-color css
<style>
a { background-color: #E36082; }
a { background-color: rgb(227,96,130); }
div.DivClassName
{
background-color: #E36082;
}
.BgClassName
{
background-color: #E36082;
}
</style>
border-color css
<style>
span { border-color: #E36082; }
span { border-color: rgb(227,96,130); }
td.TdClassName
{
border-color: #E36082;
}
.TagClassName
{
border-color: #E36082;
}
</style>