Shades of Dark Pink #E54F7B
Tints of Dark Pink #E54F7B
RGB
CMYK
RGB Variations
Color information
#E54F7B (or 0xE54F7B) is known color: Dark Pink. HEX triplet: E5, 4F and 7B. RGB value is (229,79,123). Sum of RGB (Red+Green+Blue) = 229+79+123=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54F7B is #1AB084. Grayscale: #808080. Windows color (decimal): -1749125 or 8081381. OLE color: 8081381.
HSL color Cylindrical-coordinate representation of color #E54F7B: hue angle of 342.4º 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 #E54F7B is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 123 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.10 |
| HSL | 342.4º | 0.74% | 0.6% | - |
| HSV(B) | 342.4º | 0.66% | 0.9% | - |
| XYZ | 38.68 | 23.68 | 21.27 | - |
| YUV | 128.87 | 124.7 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 123 | 0 | 0.66 | 0.46 | 0.10 | 342.4 | 0.74 | 0.6 |
| Hex | E5 | 4F | 7B | 0 | 42 | 2E | A | 156 | 4A | 3C |
| Octal | 345 | 117 | 173 | 0 | 102 | 56 | 12 | 526 | 112 | 74 |
| Binary | 11100101 | 1001111 | 1111011 | 0 | 1000010 | 101110 | 1010 | 101010110 | 1001010 | 111100 |
Color Harmonies of #E54F7B
Complementary color
Monochromatic Colors of #E54F7B
Black with #E54F7B
Text Example
Text Example
White with #E54F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F7B; }
p { color: rgb(229,79,123); }
H1.HeaderClassName
{
color: #E54F7B;
}
.AnyTagClassName
{
color: #E54F7B;
}
</style>
background-color css
<style>
a { background-color: #E54F7B; }
a { background-color: rgb(229,79,123); }
div.DivClassName
{
background-color: #E54F7B;
}
.BgClassName
{
background-color: #E54F7B;
}
</style>
border-color css
<style>
span { border-color: #E54F7B; }
span { border-color: rgb(229,79,123); }
td.TdClassName
{
border-color: #E54F7B;
}
.TagClassName
{
border-color: #E54F7B;
}
</style>