Shades of Dark Pink #E5578B
Tints of Dark Pink #E5578B
RGB
CMYK
RGB Variations
Color information
#E5578B (or 0xE5578B) is known color: Dark Pink. HEX triplet: E5, 57 and 8B. RGB value is (229,87,139). Sum of RGB (Red+Green+Blue) = 229+87+139=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5578B is #1AA874. Grayscale: #878787. Windows color (decimal): -1747061 or 9132005. OLE color: 9132005.
HSL color Cylindrical-coordinate representation of color #E5578B: hue angle of 338.03º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5578B is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 87 | 139 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.10 |
| HSL | 338.03º | 0.73% | 0.62% | - |
| HSV(B) | 338.03º | 0.62% | 0.9% | - |
| XYZ | 40.38 | 25.34 | 27.19 | - |
| YUV | 135.39 | 130.04 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 87 | 139 | 0 | 0.62 | 0.39 | 0.10 | 338.03 | 0.73 | 0.62 |
| Hex | E5 | 57 | 8B | 0 | 3E | 27 | A | 152 | 49 | 3E |
| Octal | 345 | 127 | 213 | 0 | 76 | 47 | 12 | 522 | 111 | 76 |
| Binary | 11100101 | 1010111 | 10001011 | 0 | 111110 | 100111 | 1010 | 101010010 | 1001001 | 111110 |
Color Harmonies of #E5578B
Complementary color
Monochromatic Colors of #E5578B
Black with #E5578B
Text Example
Text Example
White with #E5578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5578B; }
p { color: rgb(229,87,139); }
H1.HeaderClassName
{
color: #E5578B;
}
.AnyTagClassName
{
color: #E5578B;
}
</style>
background-color css
<style>
a { background-color: #E5578B; }
a { background-color: rgb(229,87,139); }
div.DivClassName
{
background-color: #E5578B;
}
.BgClassName
{
background-color: #E5578B;
}
</style>
border-color css
<style>
span { border-color: #E5578B; }
span { border-color: rgb(229,87,139); }
td.TdClassName
{
border-color: #E5578B;
}
.TagClassName
{
border-color: #E5578B;
}
</style>