Shades of Dark Pink #E54A7E
Tints of Dark Pink #E54A7E
RGB
CMYK
RGB Variations
Color information
#E54A7E (or 0xE54A7E) is known color: Dark Pink. HEX triplet: E5, 4A and 7E. RGB value is (229,74,126). Sum of RGB (Red+Green+Blue) = 229+74+126=429 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.38% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A7E is #1AB581. Grayscale: #7E7E7E. Windows color (decimal): -1750402 or 8276709. OLE color: 8276709.
HSL color Cylindrical-coordinate representation of color #E54A7E: hue angle of 339.87º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54A7E is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 126 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.10 |
| HSL | 339.87º | 0.75% | 0.59% | - |
| HSV(B) | 339.87º | 0.68% | 0.9% | - |
| XYZ | 38.53 | 23.06 | 22.16 | - |
| YUV | 126.27 | 127.85 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 126 | 0 | 0.68 | 0.45 | 0.10 | 339.87 | 0.75 | 0.59 |
| Hex | E5 | 4A | 7E | 0 | 44 | 2D | A | 154 | 4B | 3B |
| Octal | 345 | 112 | 176 | 0 | 104 | 55 | 12 | 524 | 113 | 73 |
| Binary | 11100101 | 1001010 | 1111110 | 0 | 1000100 | 101101 | 1010 | 101010100 | 1001011 | 111011 |
Color Harmonies of #E54A7E
Complementary color
Monochromatic Colors of #E54A7E
Black with #E54A7E
Text Example
Text Example
White with #E54A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A7E; }
p { color: rgb(229,74,126); }
H1.HeaderClassName
{
color: #E54A7E;
}
.AnyTagClassName
{
color: #E54A7E;
}
</style>
background-color css
<style>
a { background-color: #E54A7E; }
a { background-color: rgb(229,74,126); }
div.DivClassName
{
background-color: #E54A7E;
}
.BgClassName
{
background-color: #E54A7E;
}
</style>
border-color css
<style>
span { border-color: #E54A7E; }
span { border-color: rgb(229,74,126); }
td.TdClassName
{
border-color: #E54A7E;
}
.TagClassName
{
border-color: #E54A7E;
}
</style>