Shades of Dark Pink #E34F80
Tints of Dark Pink #E34F80
RGB
CMYK
RGB Variations
Color information
#E34F80 (or 0xE34F80) is known color: Dark Pink. HEX triplet: E3, 4F and 80. RGB value is (227,79,128). Sum of RGB (Red+Green+Blue) = 227+79+128=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34F80 is #1CB07F. Grayscale: #808080. Windows color (decimal): -1880192 or 8409059. OLE color: 8409059.
HSL color Cylindrical-coordinate representation of color #E34F80: hue angle of 340.14º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E34F80 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 128 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.11 |
| HSL | 340.14º | 0.73% | 0.6% | - |
| HSV(B) | 340.14º | 0.65% | 0.89% | - |
| XYZ | 38.37 | 23.48 | 22.93 | - |
| YUV | 128.84 | 127.53 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 128 | 0 | 0.65 | 0.44 | 0.11 | 340.14 | 0.73 | 0.6 |
| Hex | E3 | 4F | 80 | 0 | 41 | 2C | B | 154 | 49 | 3C |
| Octal | 343 | 117 | 200 | 0 | 101 | 54 | 13 | 524 | 111 | 74 |
| Binary | 11100011 | 1001111 | 10000000 | 0 | 1000001 | 101100 | 1011 | 101010100 | 1001001 | 111100 |
Color Harmonies of #E34F80
Complementary color
Monochromatic Colors of #E34F80
Black with #E34F80
Text Example
Text Example
White with #E34F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34F80; }
p { color: rgb(227,79,128); }
H1.HeaderClassName
{
color: #E34F80;
}
.AnyTagClassName
{
color: #E34F80;
}
</style>
background-color css
<style>
a { background-color: #E34F80; }
a { background-color: rgb(227,79,128); }
div.DivClassName
{
background-color: #E34F80;
}
.BgClassName
{
background-color: #E34F80;
}
</style>
border-color css
<style>
span { border-color: #E34F80; }
span { border-color: rgb(227,79,128); }
td.TdClassName
{
border-color: #E34F80;
}
.TagClassName
{
border-color: #E34F80;
}
</style>