Shades of Dark Pink #E35894
Tints of Dark Pink #E35894
RGB
CMYK
RGB Variations
Color information
#E35894 (or 0xE35894) is known color: Dark Pink. HEX triplet: E3, 58 and 94. RGB value is (227,88,148). Sum of RGB (Red+Green+Blue) = 227+88+148=463 (61% of max value = 765). Red value is 227 (89.06% from 255 or 49.03% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 227 - color contains mainly: red. Hex color #E35894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E35894 is #1CA76B. Grayscale: #888888. Windows color (decimal): -1877868 or 9722083. OLE color: 9722083.
HSL color Cylindrical-coordinate representation of color #E35894: hue angle of 334.1º 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 #E35894 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 88 | 148 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.11 |
| HSL | 334.1º | 0.71% | 0.62% | - |
| HSV(B) | 334.1º | 0.61% | 0.89% | - |
| XYZ | 40.51 | 25.45 | 30.79 | - |
| YUV | 136.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 148 | 0 | 0.61 | 0.35 | 0.11 | 334.1 | 0.71 | 0.62 |
| Hex | E3 | 58 | 94 | 0 | 3D | 23 | B | 14E | 47 | 3E |
| Octal | 343 | 130 | 224 | 0 | 75 | 43 | 13 | 516 | 107 | 76 |
| Binary | 11100011 | 1011000 | 10010100 | 0 | 111101 | 100011 | 1011 | 101001110 | 1000111 | 111110 |
Color Harmonies of #E35894
Complementary color
Monochromatic Colors of #E35894
Black with #E35894
Text Example
Text Example
White with #E35894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35894; }
p { color: rgb(227,88,148); }
H1.HeaderClassName
{
color: #E35894;
}
.AnyTagClassName
{
color: #E35894;
}
</style>
background-color css
<style>
a { background-color: #E35894; }
a { background-color: rgb(227,88,148); }
div.DivClassName
{
background-color: #E35894;
}
.BgClassName
{
background-color: #E35894;
}
</style>
border-color css
<style>
span { border-color: #E35894; }
span { border-color: rgb(227,88,148); }
td.TdClassName
{
border-color: #E35894;
}
.TagClassName
{
border-color: #E35894;
}
</style>