Shades of Dark Pink #E34780
Tints of Dark Pink #E34780
RGB
CMYK
RGB Variations
Color information
#E34780 (or 0xE34780) is known color: Dark Pink. HEX triplet: E3, 47 and 80. RGB value is (227,71,128). Sum of RGB (Red+Green+Blue) = 227+71+128=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E34780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34780 is #1CB87F. Grayscale: #7C7C7C. Windows color (decimal): -1882240 or 8407011. OLE color: 8407011.
HSL color Cylindrical-coordinate representation of color #E34780: hue angle of 338.08º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E34780 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 71 | 128 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.11 |
| HSL | 338.08º | 0.74% | 0.58% | - |
| HSV(B) | 338.08º | 0.69% | 0.89% | - |
| XYZ | 37.83 | 22.4 | 22.75 | - |
| YUV | 124.14 | 130.18 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 71 | 128 | 0 | 0.69 | 0.44 | 0.11 | 338.08 | 0.74 | 0.58 |
| Hex | E3 | 47 | 80 | 0 | 45 | 2C | B | 152 | 4A | 3A |
| Octal | 343 | 107 | 200 | 0 | 105 | 54 | 13 | 522 | 112 | 72 |
| Binary | 11100011 | 1000111 | 10000000 | 0 | 1000101 | 101100 | 1011 | 101010010 | 1001010 | 111010 |
Color Harmonies of #E34780
Complementary color
Monochromatic Colors of #E34780
Black with #E34780
Text Example
Text Example
White with #E34780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34780; }
p { color: rgb(227,71,128); }
H1.HeaderClassName
{
color: #E34780;
}
.AnyTagClassName
{
color: #E34780;
}
</style>
background-color css
<style>
a { background-color: #E34780; }
a { background-color: rgb(227,71,128); }
div.DivClassName
{
background-color: #E34780;
}
.BgClassName
{
background-color: #E34780;
}
</style>
border-color css
<style>
span { border-color: #E34780; }
span { border-color: rgb(227,71,128); }
td.TdClassName
{
border-color: #E34780;
}
.TagClassName
{
border-color: #E34780;
}
</style>