Shades of Dark Pink #E5447F
Tints of Dark Pink #E5447F
RGB
CMYK
RGB Variations
Color information
#E5447F (or 0xE5447F) is known color: Dark Pink. HEX triplet: E5, 44 and 7F. RGB value is (229,68,127). Sum of RGB (Red+Green+Blue) = 229+68+127=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5447F is #1ABB80. Grayscale: #7A7A7A. Windows color (decimal): -1751937 or 8340709. OLE color: 8340709.
HSL color Cylindrical-coordinate representation of color #E5447F: hue angle of 338.01º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5447F is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 68 | 127 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.10 |
| HSL | 338.01º | 0.76% | 0.58% | - |
| HSV(B) | 338.01º | 0.7% | 0.9% | - |
| XYZ | 38.21 | 22.32 | 22.37 | - |
| YUV | 122.87 | 130.34 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 68 | 127 | 0 | 0.70 | 0.45 | 0.10 | 338.01 | 0.76 | 0.58 |
| Hex | E5 | 44 | 7F | 0 | 46 | 2D | A | 152 | 4C | 3A |
| Octal | 345 | 104 | 177 | 0 | 106 | 55 | 12 | 522 | 114 | 72 |
| Binary | 11100101 | 1000100 | 1111111 | 0 | 1000110 | 101101 | 1010 | 101010010 | 1001100 | 111010 |
Color Harmonies of #E5447F
Complementary color
Monochromatic Colors of #E5447F
Black with #E5447F
Text Example
Text Example
White with #E5447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5447F; }
p { color: rgb(229,68,127); }
H1.HeaderClassName
{
color: #E5447F;
}
.AnyTagClassName
{
color: #E5447F;
}
</style>
background-color css
<style>
a { background-color: #E5447F; }
a { background-color: rgb(229,68,127); }
div.DivClassName
{
background-color: #E5447F;
}
.BgClassName
{
background-color: #E5447F;
}
</style>
border-color css
<style>
span { border-color: #E5447F; }
span { border-color: rgb(229,68,127); }
td.TdClassName
{
border-color: #E5447F;
}
.TagClassName
{
border-color: #E5447F;
}
</style>