Shades of Dark Pink #E54B83
Tints of Dark Pink #E54B83
RGB
CMYK
RGB Variations
Color information
#E54B83 (or 0xE54B83) is known color: Dark Pink. HEX triplet: E5, 4B and 83. RGB value is (229,75,131). Sum of RGB (Red+Green+Blue) = 229+75+131=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54B83 is #1AB47C. Grayscale: #7F7F7F. Windows color (decimal): -1750141 or 8604645. OLE color: 8604645.
HSL color Cylindrical-coordinate representation of color #E54B83: hue angle of 338.18º 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 #E54B83 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 75 | 131 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.10 |
| HSL | 338.18º | 0.75% | 0.6% | - |
| HSV(B) | 338.18º | 0.67% | 0.9% | - |
| XYZ | 38.93 | 23.33 | 23.92 | - |
| YUV | 127.43 | 130.02 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 75 | 131 | 0 | 0.67 | 0.43 | 0.10 | 338.18 | 0.75 | 0.6 |
| Hex | E5 | 4B | 83 | 0 | 43 | 2B | A | 152 | 4B | 3C |
| Octal | 345 | 113 | 203 | 0 | 103 | 53 | 12 | 522 | 113 | 74 |
| Binary | 11100101 | 1001011 | 10000011 | 0 | 1000011 | 101011 | 1010 | 101010010 | 1001011 | 111100 |
Color Harmonies of #E54B83
Complementary color
Monochromatic Colors of #E54B83
Black with #E54B83
Text Example
Text Example
White with #E54B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54B83; }
p { color: rgb(229,75,131); }
H1.HeaderClassName
{
color: #E54B83;
}
.AnyTagClassName
{
color: #E54B83;
}
</style>
background-color css
<style>
a { background-color: #E54B83; }
a { background-color: rgb(229,75,131); }
div.DivClassName
{
background-color: #E54B83;
}
.BgClassName
{
background-color: #E54B83;
}
</style>
border-color css
<style>
span { border-color: #E54B83; }
span { border-color: rgb(229,75,131); }
td.TdClassName
{
border-color: #E54B83;
}
.TagClassName
{
border-color: #E54B83;
}
</style>