Shades of Dark Pink #E54383
Tints of Dark Pink #E54383
RGB
CMYK
RGB Variations
Color information
#E54383 (or 0xE54383) is known color: Dark Pink. HEX triplet: E5, 43 and 83. RGB value is (229,67,131). Sum of RGB (Red+Green+Blue) = 229+67+131=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E54383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54383 is #1ABC7C. Grayscale: #7A7A7A. Windows color (decimal): -1752189 or 8602597. OLE color: 8602597.
HSL color Cylindrical-coordinate representation of color #E54383: hue angle of 336.3º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54383 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 131 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.10 |
| HSL | 336.3º | 0.76% | 0.58% | - |
| HSV(B) | 336.3º | 0.71% | 0.9% | - |
| XYZ | 38.42 | 22.31 | 23.75 | - |
| YUV | 122.73 | 132.67 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 131 | 0 | 0.71 | 0.43 | 0.10 | 336.3 | 0.76 | 0.58 |
| Hex | E5 | 43 | 83 | 0 | 47 | 2B | A | 150 | 4C | 3A |
| Octal | 345 | 103 | 203 | 0 | 107 | 53 | 12 | 520 | 114 | 72 |
| Binary | 11100101 | 1000011 | 10000011 | 0 | 1000111 | 101011 | 1010 | 101010000 | 1001100 | 111010 |
Color Harmonies of #E54383
Complementary color
Monochromatic Colors of #E54383
Black with #E54383
Text Example
Text Example
White with #E54383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54383; }
p { color: rgb(229,67,131); }
H1.HeaderClassName
{
color: #E54383;
}
.AnyTagClassName
{
color: #E54383;
}
</style>
background-color css
<style>
a { background-color: #E54383; }
a { background-color: rgb(229,67,131); }
div.DivClassName
{
background-color: #E54383;
}
.BgClassName
{
background-color: #E54383;
}
</style>
border-color css
<style>
span { border-color: #E54383; }
span { border-color: rgb(229,67,131); }
td.TdClassName
{
border-color: #E54383;
}
.TagClassName
{
border-color: #E54383;
}
</style>