Shades of Dark Pink #E54C83
Tints of Dark Pink #E54C83
RGB
CMYK
RGB Variations
Color information
#E54C83 (or 0xE54C83) is known color: Dark Pink. HEX triplet: E5, 4C and 83. RGB value is (229,76,131). Sum of RGB (Red+Green+Blue) = 229+76+131=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54C83 is #1AB37C. Grayscale: #7F7F7F. Windows color (decimal): -1749885 or 8604901. OLE color: 8604901.
HSL color Cylindrical-coordinate representation of color #E54C83: hue angle of 338.43º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54C83 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 131 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.10 |
| HSL | 338.43º | 0.75% | 0.6% | - |
| HSV(B) | 338.43º | 0.67% | 0.9% | - |
| XYZ | 38.99 | 23.47 | 23.95 | - |
| YUV | 128.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 131 | 0 | 0.67 | 0.43 | 0.10 | 338.43 | 0.75 | 0.6 |
| Hex | E5 | 4C | 83 | 0 | 43 | 2B | A | 152 | 4B | 3C |
| Octal | 345 | 114 | 203 | 0 | 103 | 53 | 12 | 522 | 113 | 74 |
| Binary | 11100101 | 1001100 | 10000011 | 0 | 1000011 | 101011 | 1010 | 101010010 | 1001011 | 111100 |
Color Harmonies of #E54C83
Complementary color
Monochromatic Colors of #E54C83
Black with #E54C83
Text Example
Text Example
White with #E54C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C83; }
p { color: rgb(229,76,131); }
H1.HeaderClassName
{
color: #E54C83;
}
.AnyTagClassName
{
color: #E54C83;
}
</style>
background-color css
<style>
a { background-color: #E54C83; }
a { background-color: rgb(229,76,131); }
div.DivClassName
{
background-color: #E54C83;
}
.BgClassName
{
background-color: #E54C83;
}
</style>
border-color css
<style>
span { border-color: #E54C83; }
span { border-color: rgb(229,76,131); }
td.TdClassName
{
border-color: #E54C83;
}
.TagClassName
{
border-color: #E54C83;
}
</style>