Shades of Dark Pink #E54F8C
Tints of Dark Pink #E54F8C
RGB
CMYK
RGB Variations
Color information
#E54F8C (or 0xE54F8C) is known color: Dark Pink. HEX triplet: E5, 4F and 8C. RGB value is (229,79,140). Sum of RGB (Red+Green+Blue) = 229+79+140=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54F8C is #1AB073. Grayscale: #828282. Windows color (decimal): -1749108 or 9195493. OLE color: 9195493.
HSL color Cylindrical-coordinate representation of color #E54F8C: hue angle of 335.6º 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 #E54F8C is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 140 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.10 |
| HSL | 335.6º | 0.74% | 0.6% | - |
| HSV(B) | 335.6º | 0.66% | 0.9% | - |
| XYZ | 39.84 | 24.14 | 27.37 | - |
| YUV | 130.8 | 133.2 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 140 | 0 | 0.66 | 0.39 | 0.10 | 335.6 | 0.74 | 0.6 |
| Hex | E5 | 4F | 8C | 0 | 42 | 27 | A | 150 | 4A | 3C |
| Octal | 345 | 117 | 214 | 0 | 102 | 47 | 12 | 520 | 112 | 74 |
| Binary | 11100101 | 1001111 | 10001100 | 0 | 1000010 | 100111 | 1010 | 101010000 | 1001010 | 111100 |
Color Harmonies of #E54F8C
Complementary color
Monochromatic Colors of #E54F8C
Black with #E54F8C
Text Example
Text Example
White with #E54F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F8C; }
p { color: rgb(229,79,140); }
H1.HeaderClassName
{
color: #E54F8C;
}
.AnyTagClassName
{
color: #E54F8C;
}
</style>
background-color css
<style>
a { background-color: #E54F8C; }
a { background-color: rgb(229,79,140); }
div.DivClassName
{
background-color: #E54F8C;
}
.BgClassName
{
background-color: #E54F8C;
}
</style>
border-color css
<style>
span { border-color: #E54F8C; }
span { border-color: rgb(229,79,140); }
td.TdClassName
{
border-color: #E54F8C;
}
.TagClassName
{
border-color: #E54F8C;
}
</style>