Shades of Dark Pink #E34482
Tints of Dark Pink #E34482
RGB
CMYK
RGB Variations
Color information
#E34482 (or 0xE34482) is known color: Dark Pink. HEX triplet: E3, 44 and 82. RGB value is (227,68,130). Sum of RGB (Red+Green+Blue) = 227+68+130=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E34482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E34482 is #1CBB7D. Grayscale: #7A7A7A. Windows color (decimal): -1883006 or 8537315. OLE color: 8537315.
HSL color Cylindrical-coordinate representation of color #E34482: hue angle of 336.6º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34482 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 130 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.11 |
| HSL | 336.6º | 0.74% | 0.58% | - |
| HSV(B) | 336.6º | 0.7% | 0.89% | - |
| XYZ | 37.77 | 22.08 | 23.39 | - |
| YUV | 122.61 | 132.18 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 130 | 0 | 0.70 | 0.43 | 0.11 | 336.6 | 0.74 | 0.58 |
| Hex | E3 | 44 | 82 | 0 | 46 | 2B | B | 151 | 4A | 3A |
| Octal | 343 | 104 | 202 | 0 | 106 | 53 | 13 | 521 | 112 | 72 |
| Binary | 11100011 | 1000100 | 10000010 | 0 | 1000110 | 101011 | 1011 | 101010001 | 1001010 | 111010 |
Color Harmonies of #E34482
Complementary color
Monochromatic Colors of #E34482
Black with #E34482
Text Example
Text Example
White with #E34482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34482; }
p { color: rgb(227,68,130); }
H1.HeaderClassName
{
color: #E34482;
}
.AnyTagClassName
{
color: #E34482;
}
</style>
background-color css
<style>
a { background-color: #E34482; }
a { background-color: rgb(227,68,130); }
div.DivClassName
{
background-color: #E34482;
}
.BgClassName
{
background-color: #E34482;
}
</style>
border-color css
<style>
span { border-color: #E34482; }
span { border-color: rgb(227,68,130); }
td.TdClassName
{
border-color: #E34482;
}
.TagClassName
{
border-color: #E34482;
}
</style>