Shades of Dark Pink #E54584
Tints of Dark Pink #E54584
RGB
CMYK
RGB Variations
Color information
#E54584 (or 0xE54584) is known color: Dark Pink. HEX triplet: E5, 45 and 84. RGB value is (229,69,132). Sum of RGB (Red+Green+Blue) = 229+69+132=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E54584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54584 is #1ABA7B. Grayscale: #7B7B7B. Windows color (decimal): -1751676 or 8668645. OLE color: 8668645.
HSL color Cylindrical-coordinate representation of color #E54584: hue angle of 336.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54584 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 132 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.10 |
| HSL | 336.38º | 0.75% | 0.58% | - |
| HSV(B) | 336.38º | 0.7% | 0.9% | - |
| XYZ | 38.61 | 22.58 | 24.15 | - |
| YUV | 124.02 | 132.51 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 132 | 0 | 0.70 | 0.42 | 0.10 | 336.38 | 0.75 | 0.58 |
| Hex | E5 | 45 | 84 | 0 | 46 | 2A | A | 150 | 4B | 3A |
| Octal | 345 | 105 | 204 | 0 | 106 | 52 | 12 | 520 | 113 | 72 |
| Binary | 11100101 | 1000101 | 10000100 | 0 | 1000110 | 101010 | 1010 | 101010000 | 1001011 | 111010 |
Color Harmonies of #E54584
Complementary color
Monochromatic Colors of #E54584
Black with #E54584
Text Example
Text Example
White with #E54584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54584; }
p { color: rgb(229,69,132); }
H1.HeaderClassName
{
color: #E54584;
}
.AnyTagClassName
{
color: #E54584;
}
</style>
background-color css
<style>
a { background-color: #E54584; }
a { background-color: rgb(229,69,132); }
div.DivClassName
{
background-color: #E54584;
}
.BgClassName
{
background-color: #E54584;
}
</style>
border-color css
<style>
span { border-color: #E54584; }
span { border-color: rgb(229,69,132); }
td.TdClassName
{
border-color: #E54584;
}
.TagClassName
{
border-color: #E54584;
}
</style>