Shades of Dark Pink #E35995
Tints of Dark Pink #E35995
RGB
CMYK
RGB Variations
Color information
#E35995 (or 0xE35995) is known color: Dark Pink. HEX triplet: E3, 59 and 95. RGB value is (227,89,149). Sum of RGB (Red+Green+Blue) = 227+89+149=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E35995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35995 is #1CA66A. Grayscale: #898989. Windows color (decimal): -1877611 or 9787875. OLE color: 9787875.
HSL color Cylindrical-coordinate representation of color #E35995: hue angle of 333.91º 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 #E35995 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 149 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.11 |
| HSL | 333.91º | 0.71% | 0.62% | - |
| HSV(B) | 333.91º | 0.61% | 0.89% | - |
| XYZ | 40.68 | 25.65 | 31.24 | - |
| YUV | 137.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 149 | 0 | 0.61 | 0.34 | 0.11 | 333.91 | 0.71 | 0.62 |
| Hex | E3 | 59 | 95 | 0 | 3D | 22 | B | 14E | 47 | 3E |
| Octal | 343 | 131 | 225 | 0 | 75 | 42 | 13 | 516 | 107 | 76 |
| Binary | 11100011 | 1011001 | 10010101 | 0 | 111101 | 100010 | 1011 | 101001110 | 1000111 | 111110 |
Color Harmonies of #E35995
Complementary color
Monochromatic Colors of #E35995
Black with #E35995
Text Example
Text Example
White with #E35995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35995; }
p { color: rgb(227,89,149); }
H1.HeaderClassName
{
color: #E35995;
}
.AnyTagClassName
{
color: #E35995;
}
</style>
background-color css
<style>
a { background-color: #E35995; }
a { background-color: rgb(227,89,149); }
div.DivClassName
{
background-color: #E35995;
}
.BgClassName
{
background-color: #E35995;
}
</style>
border-color css
<style>
span { border-color: #E35995; }
span { border-color: rgb(227,89,149); }
td.TdClassName
{
border-color: #E35995;
}
.TagClassName
{
border-color: #E35995;
}
</style>