Shades of Dark Pink #E34D8C
Tints of Dark Pink #E34D8C
RGB
CMYK
RGB Variations
Color information
#E34D8C (or 0xE34D8C) is known color: Dark Pink. HEX triplet: E3, 4D and 8C. RGB value is (227,77,140). Sum of RGB (Red+Green+Blue) = 227+77+140=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E34D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34D8C is #1CB273. Grayscale: #808080. Windows color (decimal): -1880692 or 9194979. OLE color: 9194979.
HSL color Cylindrical-coordinate representation of color #E34D8C: hue angle of 334.8º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34D8C is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 77 | 140 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.11 |
| HSL | 334.8º | 0.73% | 0.6% | - |
| HSV(B) | 334.8º | 0.66% | 0.89% | - |
| XYZ | 39.07 | 23.53 | 27.29 | - |
| YUV | 129.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 77 | 140 | 0 | 0.66 | 0.38 | 0.11 | 334.8 | 0.73 | 0.6 |
| Hex | E3 | 4D | 8C | 0 | 42 | 26 | B | 14F | 49 | 3C |
| Octal | 343 | 115 | 214 | 0 | 102 | 46 | 13 | 517 | 111 | 74 |
| Binary | 11100011 | 1001101 | 10001100 | 0 | 1000010 | 100110 | 1011 | 101001111 | 1001001 | 111100 |
Color Harmonies of #E34D8C
Complementary color
Monochromatic Colors of #E34D8C
Black with #E34D8C
Text Example
Text Example
White with #E34D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34D8C; }
p { color: rgb(227,77,140); }
H1.HeaderClassName
{
color: #E34D8C;
}
.AnyTagClassName
{
color: #E34D8C;
}
</style>
background-color css
<style>
a { background-color: #E34D8C; }
a { background-color: rgb(227,77,140); }
div.DivClassName
{
background-color: #E34D8C;
}
.BgClassName
{
background-color: #E34D8C;
}
</style>
border-color css
<style>
span { border-color: #E34D8C; }
span { border-color: rgb(227,77,140); }
td.TdClassName
{
border-color: #E34D8C;
}
.TagClassName
{
border-color: #E34D8C;
}
</style>