Shades of Dark Pink #E4497F
Tints of Dark Pink #E4497F
RGB
CMYK
RGB Variations
Color information
#E4497F (or 0xE4497F) is known color: Dark Pink. HEX triplet: E4, 49 and 7F. RGB value is (228,73,127). Sum of RGB (Red+Green+Blue) = 228+73+127=428 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.27% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 228 - color contains mainly: red. Hex color #E4497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E4497F is #1BB680. Grayscale: #7D7D7D. Windows color (decimal): -1816193 or 8341988. OLE color: 8341988.
HSL color Cylindrical-coordinate representation of color #E4497F: hue angle of 339.1º 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 #E4497F is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 73 | 127 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.11 |
| HSL | 339.1º | 0.74% | 0.59% | - |
| HSV(B) | 339.1º | 0.68% | 0.89% | - |
| XYZ | 38.21 | 22.79 | 22.46 | - |
| YUV | 125.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 127 | 0 | 0.68 | 0.44 | 0.11 | 339.1 | 0.74 | 0.59 |
| Hex | E4 | 49 | 7F | 0 | 44 | 2C | B | 153 | 4A | 3B |
| Octal | 344 | 111 | 177 | 0 | 104 | 54 | 13 | 523 | 112 | 73 |
| Binary | 11100100 | 1001001 | 1111111 | 0 | 1000100 | 101100 | 1011 | 101010011 | 1001010 | 111011 |
Color Harmonies of #E4497F
Complementary color
Monochromatic Colors of #E4497F
Black with #E4497F
Text Example
Text Example
White with #E4497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4497F; }
p { color: rgb(228,73,127); }
H1.HeaderClassName
{
color: #E4497F;
}
.AnyTagClassName
{
color: #E4497F;
}
</style>
background-color css
<style>
a { background-color: #E4497F; }
a { background-color: rgb(228,73,127); }
div.DivClassName
{
background-color: #E4497F;
}
.BgClassName
{
background-color: #E4497F;
}
</style>
border-color css
<style>
span { border-color: #E4497F; }
span { border-color: rgb(228,73,127); }
td.TdClassName
{
border-color: #E4497F;
}
.TagClassName
{
border-color: #E4497F;
}
</style>