Shades of Dark Pink #E54E83
Tints of Dark Pink #E54E83
RGB
CMYK
RGB Variations
Color information
#E54E83 (or 0xE54E83) is known color: Dark Pink. HEX triplet: E5, 4E and 83. RGB value is (229,78,131). Sum of RGB (Red+Green+Blue) = 229+78+131=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 78 (30.86% from 255 or 17.81% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54E83 is #1AB17C. Grayscale: #818181. Windows color (decimal): -1749373 or 8605413. OLE color: 8605413.
HSL color Cylindrical-coordinate representation of color #E54E83: hue angle of 338.94º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54E83 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 131 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.10 |
| HSL | 338.94º | 0.74% | 0.6% | - |
| HSV(B) | 338.94º | 0.66% | 0.9% | - |
| XYZ | 39.13 | 23.75 | 23.99 | - |
| YUV | 129.19 | 129.03 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 131 | 0 | 0.66 | 0.43 | 0.10 | 338.94 | 0.74 | 0.6 |
| Hex | E5 | 4E | 83 | 0 | 42 | 2B | A | 153 | 4A | 3C |
| Octal | 345 | 116 | 203 | 0 | 102 | 53 | 12 | 523 | 112 | 74 |
| Binary | 11100101 | 1001110 | 10000011 | 0 | 1000010 | 101011 | 1010 | 101010011 | 1001010 | 111100 |
Color Harmonies of #E54E83
Complementary color
Monochromatic Colors of #E54E83
Black with #E54E83
Text Example
Text Example
White with #E54E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E83; }
p { color: rgb(229,78,131); }
H1.HeaderClassName
{
color: #E54E83;
}
.AnyTagClassName
{
color: #E54E83;
}
</style>
background-color css
<style>
a { background-color: #E54E83; }
a { background-color: rgb(229,78,131); }
div.DivClassName
{
background-color: #E54E83;
}
.BgClassName
{
background-color: #E54E83;
}
</style>
border-color css
<style>
span { border-color: #E54E83; }
span { border-color: rgb(229,78,131); }
td.TdClassName
{
border-color: #E54E83;
}
.TagClassName
{
border-color: #E54E83;
}
</style>