Shades of Dark Pink #E54281
Tints of Dark Pink #E54281
RGB
CMYK
RGB Variations
Color information
#E54281 (or 0xE54281) is known color: Dark Pink. HEX triplet: E5, 42 and 81. RGB value is (229,66,129). Sum of RGB (Red+Green+Blue) = 229+66+129=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E54281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54281 is #1ABD7E. Grayscale: #797979. Windows color (decimal): -1752447 or 8471269. OLE color: 8471269.
HSL color Cylindrical-coordinate representation of color #E54281: hue angle of 336.81º 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 #E54281 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 66 | 129 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.10 |
| HSL | 336.81º | 0.76% | 0.58% | - |
| HSV(B) | 336.81º | 0.71% | 0.9% | - |
| XYZ | 38.22 | 22.14 | 23.03 | - |
| YUV | 121.92 | 132 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 66 | 129 | 0 | 0.71 | 0.44 | 0.10 | 336.81 | 0.76 | 0.58 |
| Hex | E5 | 42 | 81 | 0 | 47 | 2C | A | 151 | 4C | 3A |
| Octal | 345 | 102 | 201 | 0 | 107 | 54 | 12 | 521 | 114 | 72 |
| Binary | 11100101 | 1000010 | 10000001 | 0 | 1000111 | 101100 | 1010 | 101010001 | 1001100 | 111010 |
Color Harmonies of #E54281
Complementary color
Monochromatic Colors of #E54281
Black with #E54281
Text Example
Text Example
White with #E54281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54281; }
p { color: rgb(229,66,129); }
H1.HeaderClassName
{
color: #E54281;
}
.AnyTagClassName
{
color: #E54281;
}
</style>
background-color css
<style>
a { background-color: #E54281; }
a { background-color: rgb(229,66,129); }
div.DivClassName
{
background-color: #E54281;
}
.BgClassName
{
background-color: #E54281;
}
</style>
border-color css
<style>
span { border-color: #E54281; }
span { border-color: rgb(229,66,129); }
td.TdClassName
{
border-color: #E54281;
}
.TagClassName
{
border-color: #E54281;
}
</style>