Shades of Dark Pink #E34880
Tints of Dark Pink #E34880
RGB
CMYK
RGB Variations
Color information
#E34880 (or 0xE34880) is known color: Dark Pink. HEX triplet: E3, 48 and 80. RGB value is (227,72,128). Sum of RGB (Red+Green+Blue) = 227+72+128=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E34880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34880 is #1CB77F. Grayscale: #7C7C7C. Windows color (decimal): -1881984 or 8407267. OLE color: 8407267.
HSL color Cylindrical-coordinate representation of color #E34880: hue angle of 338.32º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E34880 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 128 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.11 |
| HSL | 338.32º | 0.73% | 0.59% | - |
| HSV(B) | 338.32º | 0.68% | 0.89% | - |
| XYZ | 37.89 | 22.52 | 22.77 | - |
| YUV | 124.73 | 129.85 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 128 | 0 | 0.68 | 0.44 | 0.11 | 338.32 | 0.73 | 0.59 |
| Hex | E3 | 48 | 80 | 0 | 44 | 2C | B | 152 | 49 | 3B |
| Octal | 343 | 110 | 200 | 0 | 104 | 54 | 13 | 522 | 111 | 73 |
| Binary | 11100011 | 1001000 | 10000000 | 0 | 1000100 | 101100 | 1011 | 101010010 | 1001001 | 111011 |
Color Harmonies of #E34880
Complementary color
Monochromatic Colors of #E34880
Black with #E34880
Text Example
Text Example
White with #E34880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34880; }
p { color: rgb(227,72,128); }
H1.HeaderClassName
{
color: #E34880;
}
.AnyTagClassName
{
color: #E34880;
}
</style>
background-color css
<style>
a { background-color: #E34880; }
a { background-color: rgb(227,72,128); }
div.DivClassName
{
background-color: #E34880;
}
.BgClassName
{
background-color: #E34880;
}
</style>
border-color css
<style>
span { border-color: #E34880; }
span { border-color: rgb(227,72,128); }
td.TdClassName
{
border-color: #E34880;
}
.TagClassName
{
border-color: #E34880;
}
</style>