Shades of Dark Pink #E54E7B
Tints of Dark Pink #E54E7B
RGB
CMYK
RGB Variations
Color information
#E54E7B (or 0xE54E7B) is known color: Dark Pink. HEX triplet: E5, 4E and 7B. RGB value is (229,78,123). Sum of RGB (Red+Green+Blue) = 229+78+123=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54E7B is #1AB184. Grayscale: #808080. Windows color (decimal): -1749381 or 8081125. OLE color: 8081125.
HSL color Cylindrical-coordinate representation of color #E54E7B: hue angle of 342.12º 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 #E54E7B is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 123 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.10 |
| HSL | 342.12º | 0.74% | 0.6% | - |
| HSV(B) | 342.12º | 0.66% | 0.9% | - |
| XYZ | 38.61 | 23.54 | 21.25 | - |
| YUV | 128.28 | 125.03 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 123 | 0 | 0.66 | 0.46 | 0.10 | 342.12 | 0.74 | 0.6 |
| Hex | E5 | 4E | 7B | 0 | 42 | 2E | A | 156 | 4A | 3C |
| Octal | 345 | 116 | 173 | 0 | 102 | 56 | 12 | 526 | 112 | 74 |
| Binary | 11100101 | 1001110 | 1111011 | 0 | 1000010 | 101110 | 1010 | 101010110 | 1001010 | 111100 |
Color Harmonies of #E54E7B
Complementary color
Monochromatic Colors of #E54E7B
Black with #E54E7B
Text Example
Text Example
White with #E54E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E7B; }
p { color: rgb(229,78,123); }
H1.HeaderClassName
{
color: #E54E7B;
}
.AnyTagClassName
{
color: #E54E7B;
}
</style>
background-color css
<style>
a { background-color: #E54E7B; }
a { background-color: rgb(229,78,123); }
div.DivClassName
{
background-color: #E54E7B;
}
.BgClassName
{
background-color: #E54E7B;
}
</style>
border-color css
<style>
span { border-color: #E54E7B; }
span { border-color: rgb(229,78,123); }
td.TdClassName
{
border-color: #E54E7B;
}
.TagClassName
{
border-color: #E54E7B;
}
</style>