Shades of Dark Pink #E54F83
Tints of Dark Pink #E54F83
RGB
CMYK
RGB Variations
Color information
#E54F83 (or 0xE54F83) is known color: Dark Pink. HEX triplet: E5, 4F and 83. RGB value is (229,79,131). Sum of RGB (Red+Green+Blue) = 229+79+131=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54F83 is #1AB07C. Grayscale: #818181. Windows color (decimal): -1749117 or 8605669. OLE color: 8605669.
HSL color Cylindrical-coordinate representation of color #E54F83: hue angle of 339.2º 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 #E54F83 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 131 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.10 |
| HSL | 339.2º | 0.74% | 0.6% | - |
| HSV(B) | 339.2º | 0.66% | 0.9% | - |
| XYZ | 39.21 | 23.89 | 24.02 | - |
| YUV | 129.78 | 128.7 | 198.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 131 | 0 | 0.66 | 0.43 | 0.10 | 339.2 | 0.74 | 0.6 |
| Hex | E5 | 4F | 83 | 0 | 42 | 2B | A | 153 | 4A | 3C |
| Octal | 345 | 117 | 203 | 0 | 102 | 53 | 12 | 523 | 112 | 74 |
| Binary | 11100101 | 1001111 | 10000011 | 0 | 1000010 | 101011 | 1010 | 101010011 | 1001010 | 111100 |
Color Harmonies of #E54F83
Complementary color
Monochromatic Colors of #E54F83
Black with #E54F83
Text Example
Text Example
White with #E54F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F83; }
p { color: rgb(229,79,131); }
H1.HeaderClassName
{
color: #E54F83;
}
.AnyTagClassName
{
color: #E54F83;
}
</style>
background-color css
<style>
a { background-color: #E54F83; }
a { background-color: rgb(229,79,131); }
div.DivClassName
{
background-color: #E54F83;
}
.BgClassName
{
background-color: #E54F83;
}
</style>
border-color css
<style>
span { border-color: #E54F83; }
span { border-color: rgb(229,79,131); }
td.TdClassName
{
border-color: #E54F83;
}
.TagClassName
{
border-color: #E54F83;
}
</style>