Shades of Dark Pink #E54E8C
Tints of Dark Pink #E54E8C
RGB
CMYK
RGB Variations
Color information
#E54E8C (or 0xE54E8C) is known color: Dark Pink. HEX triplet: E5, 4E and 8C. RGB value is (229,78,140). Sum of RGB (Red+Green+Blue) = 229+78+140=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54E8C is #1AB173. Grayscale: #828282. Windows color (decimal): -1749364 or 9195237. OLE color: 9195237.
HSL color Cylindrical-coordinate representation of color #E54E8C: hue angle of 335.36º 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 #E54E8C is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 140 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.10 |
| HSL | 335.36º | 0.74% | 0.6% | - |
| HSV(B) | 335.36º | 0.66% | 0.9% | - |
| XYZ | 39.77 | 24 | 27.35 | - |
| YUV | 130.22 | 133.53 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 140 | 0 | 0.66 | 0.39 | 0.10 | 335.36 | 0.74 | 0.6 |
| Hex | E5 | 4E | 8C | 0 | 42 | 27 | A | 14F | 4A | 3C |
| Octal | 345 | 116 | 214 | 0 | 102 | 47 | 12 | 517 | 112 | 74 |
| Binary | 11100101 | 1001110 | 10001100 | 0 | 1000010 | 100111 | 1010 | 101001111 | 1001010 | 111100 |
Color Harmonies of #E54E8C
Complementary color
Monochromatic Colors of #E54E8C
Black with #E54E8C
Text Example
Text Example
White with #E54E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E8C; }
p { color: rgb(229,78,140); }
H1.HeaderClassName
{
color: #E54E8C;
}
.AnyTagClassName
{
color: #E54E8C;
}
</style>
background-color css
<style>
a { background-color: #E54E8C; }
a { background-color: rgb(229,78,140); }
div.DivClassName
{
background-color: #E54E8C;
}
.BgClassName
{
background-color: #E54E8C;
}
</style>
border-color css
<style>
span { border-color: #E54E8C; }
span { border-color: rgb(229,78,140); }
td.TdClassName
{
border-color: #E54E8C;
}
.TagClassName
{
border-color: #E54E8C;
}
</style>