Shades of Dark Pink #E54E7F
Tints of Dark Pink #E54E7F
RGB
CMYK
RGB Variations
Color information
#E54E7F (or 0xE54E7F) is known color: Dark Pink. HEX triplet: E5, 4E and 7F. RGB value is (229,78,127). Sum of RGB (Red+Green+Blue) = 229+78+127=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54E7F is #1AB180. Grayscale: #808080. Windows color (decimal): -1749377 or 8343269. OLE color: 8343269.
HSL color Cylindrical-coordinate representation of color #E54E7F: hue angle of 340.53º 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 #E54E7F is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 127 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.10 |
| HSL | 340.53º | 0.74% | 0.6% | - |
| HSV(B) | 340.53º | 0.66% | 0.9% | - |
| XYZ | 38.87 | 23.64 | 22.59 | - |
| YUV | 128.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 127 | 0 | 0.66 | 0.45 | 0.10 | 340.53 | 0.74 | 0.6 |
| Hex | E5 | 4E | 7F | 0 | 42 | 2D | A | 155 | 4A | 3C |
| Octal | 345 | 116 | 177 | 0 | 102 | 55 | 12 | 525 | 112 | 74 |
| Binary | 11100101 | 1001110 | 1111111 | 0 | 1000010 | 101101 | 1010 | 101010101 | 1001010 | 111100 |
Color Harmonies of #E54E7F
Complementary color
Monochromatic Colors of #E54E7F
Black with #E54E7F
Text Example
Text Example
White with #E54E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E7F; }
p { color: rgb(229,78,127); }
H1.HeaderClassName
{
color: #E54E7F;
}
.AnyTagClassName
{
color: #E54E7F;
}
</style>
background-color css
<style>
a { background-color: #E54E7F; }
a { background-color: rgb(229,78,127); }
div.DivClassName
{
background-color: #E54E7F;
}
.BgClassName
{
background-color: #E54E7F;
}
</style>
border-color css
<style>
span { border-color: #E54E7F; }
span { border-color: rgb(229,78,127); }
td.TdClassName
{
border-color: #E54E7F;
}
.TagClassName
{
border-color: #E54E7F;
}
</style>