Shades of Dark Pink #E35796
Tints of Dark Pink #E35796
RGB
CMYK
RGB Variations
Color information
#E35796 (or 0xE35796) is known color: Dark Pink. HEX triplet: E3, 57 and 96. RGB value is (227,87,150). Sum of RGB (Red+Green+Blue) = 227+87+150=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E35796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35796 is #1CA869. Grayscale: #878787. Windows color (decimal): -1878122 or 9852899. OLE color: 9852899.
HSL color Cylindrical-coordinate representation of color #E35796: hue angle of 333º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E35796 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 87 | 150 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.11 |
| HSL | 333º | 0.71% | 0.62% | - |
| HSV(B) | 333º | 0.62% | 0.89% | - |
| XYZ | 40.59 | 25.35 | 31.61 | - |
| YUV | 136.04 | 135.88 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 87 | 150 | 0 | 0.62 | 0.34 | 0.11 | 333 | 0.71 | 0.62 |
| Hex | E3 | 57 | 96 | 0 | 3E | 22 | B | 14D | 47 | 3E |
| Octal | 343 | 127 | 226 | 0 | 76 | 42 | 13 | 515 | 107 | 76 |
| Binary | 11100011 | 1010111 | 10010110 | 0 | 111110 | 100010 | 1011 | 101001101 | 1000111 | 111110 |
Color Harmonies of #E35796
Complementary color
Monochromatic Colors of #E35796
Black with #E35796
Text Example
Text Example
White with #E35796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35796; }
p { color: rgb(227,87,150); }
H1.HeaderClassName
{
color: #E35796;
}
.AnyTagClassName
{
color: #E35796;
}
</style>
background-color css
<style>
a { background-color: #E35796; }
a { background-color: rgb(227,87,150); }
div.DivClassName
{
background-color: #E35796;
}
.BgClassName
{
background-color: #E35796;
}
</style>
border-color css
<style>
span { border-color: #E35796; }
span { border-color: rgb(227,87,150); }
td.TdClassName
{
border-color: #E35796;
}
.TagClassName
{
border-color: #E35796;
}
</style>