Shades of Dark Pink #E36084
Tints of Dark Pink #E36084
RGB
CMYK
RGB Variations
Color information
#E36084 (or 0xE36084) is known color: Dark Pink. HEX triplet: E3, 60 and 84. RGB value is (227,96,132). Sum of RGB (Red+Green+Blue) = 227+96+132=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E36084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E36084 is #1C9F7B. Grayscale: #8B8B8B. Windows color (decimal): -1875836 or 8675555. OLE color: 8675555.
HSL color Cylindrical-coordinate representation of color #E36084: hue angle of 343.51º 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 #E36084 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 132 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.11 |
| HSL | 343.51º | 0.7% | 0.63% | - |
| HSV(B) | 343.51º | 0.58% | 0.89% | - |
| XYZ | 40.03 | 26.36 | 24.81 | - |
| YUV | 139.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 132 | 0 | 0.58 | 0.42 | 0.11 | 343.51 | 0.7 | 0.63 |
| Hex | E3 | 60 | 84 | 0 | 3A | 2A | B | 158 | 46 | 3F |
| Octal | 343 | 140 | 204 | 0 | 72 | 52 | 13 | 530 | 106 | 77 |
| Binary | 11100011 | 1100000 | 10000100 | 0 | 111010 | 101010 | 1011 | 101011000 | 1000110 | 111111 |
Color Harmonies of #E36084
Complementary color
Monochromatic Colors of #E36084
Black with #E36084
Text Example
Text Example
White with #E36084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36084; }
p { color: rgb(227,96,132); }
H1.HeaderClassName
{
color: #E36084;
}
.AnyTagClassName
{
color: #E36084;
}
</style>
background-color css
<style>
a { background-color: #E36084; }
a { background-color: rgb(227,96,132); }
div.DivClassName
{
background-color: #E36084;
}
.BgClassName
{
background-color: #E36084;
}
</style>
border-color css
<style>
span { border-color: #E36084; }
span { border-color: rgb(227,96,132); }
td.TdClassName
{
border-color: #E36084;
}
.TagClassName
{
border-color: #E36084;
}
</style>