Shades of Dark Pink #E4487D
Tints of Dark Pink #E4487D
RGB
CMYK
RGB Variations
Color information
#E4487D (or 0xE4487D) is known color: Dark Pink. HEX triplet: E4, 48 and 7D. RGB value is (228,72,125). Sum of RGB (Red+Green+Blue) = 228+72+125=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E4487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4487D is #1BB782. Grayscale: #7C7C7C. Windows color (decimal): -1816451 or 8210660. OLE color: 8210660.
HSL color Cylindrical-coordinate representation of color #E4487D: hue angle of 339.62º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4487D is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 125 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.11 |
| HSL | 339.62º | 0.74% | 0.59% | - |
| HSV(B) | 339.62º | 0.68% | 0.89% | - |
| XYZ | 38.01 | 22.61 | 21.76 | - |
| YUV | 124.69 | 128.18 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 125 | 0 | 0.68 | 0.45 | 0.11 | 339.62 | 0.74 | 0.59 |
| Hex | E4 | 48 | 7D | 0 | 44 | 2D | B | 154 | 4A | 3B |
| Octal | 344 | 110 | 175 | 0 | 104 | 55 | 13 | 524 | 112 | 73 |
| Binary | 11100100 | 1001000 | 1111101 | 0 | 1000100 | 101101 | 1011 | 101010100 | 1001010 | 111011 |
Color Harmonies of #E4487D
Complementary color
Monochromatic Colors of #E4487D
Black with #E4487D
Text Example
Text Example
White with #E4487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4487D; }
p { color: rgb(228,72,125); }
H1.HeaderClassName
{
color: #E4487D;
}
.AnyTagClassName
{
color: #E4487D;
}
</style>
background-color css
<style>
a { background-color: #E4487D; }
a { background-color: rgb(228,72,125); }
div.DivClassName
{
background-color: #E4487D;
}
.BgClassName
{
background-color: #E4487D;
}
</style>
border-color css
<style>
span { border-color: #E4487D; }
span { border-color: rgb(228,72,125); }
td.TdClassName
{
border-color: #E4487D;
}
.TagClassName
{
border-color: #E4487D;
}
</style>