Shades of Dark Pink #E44C7F
Tints of Dark Pink #E44C7F
RGB
CMYK
RGB Variations
Color information
#E44C7F (or 0xE44C7F) is known color: Dark Pink. HEX triplet: E4, 4C and 7F. RGB value is (228,76,127). Sum of RGB (Red+Green+Blue) = 228+76+127=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E44C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44C7F is #1BB380. Grayscale: #7F7F7F. Windows color (decimal): -1815425 or 8342756. OLE color: 8342756.
HSL color Cylindrical-coordinate representation of color #E44C7F: hue angle of 339.87º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E44C7F is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 76 | 127 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.11 |
| HSL | 339.87º | 0.74% | 0.6% | - |
| HSV(B) | 339.87º | 0.67% | 0.89% | - |
| XYZ | 38.41 | 23.2 | 22.53 | - |
| YUV | 127.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 76 | 127 | 0 | 0.67 | 0.44 | 0.11 | 339.87 | 0.74 | 0.6 |
| Hex | E4 | 4C | 7F | 0 | 43 | 2C | B | 154 | 4A | 3C |
| Octal | 344 | 114 | 177 | 0 | 103 | 54 | 13 | 524 | 112 | 74 |
| Binary | 11100100 | 1001100 | 1111111 | 0 | 1000011 | 101100 | 1011 | 101010100 | 1001010 | 111100 |
Color Harmonies of #E44C7F
Complementary color
Monochromatic Colors of #E44C7F
Black with #E44C7F
Text Example
Text Example
White with #E44C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44C7F; }
p { color: rgb(228,76,127); }
H1.HeaderClassName
{
color: #E44C7F;
}
.AnyTagClassName
{
color: #E44C7F;
}
</style>
background-color css
<style>
a { background-color: #E44C7F; }
a { background-color: rgb(228,76,127); }
div.DivClassName
{
background-color: #E44C7F;
}
.BgClassName
{
background-color: #E44C7F;
}
</style>
border-color css
<style>
span { border-color: #E44C7F; }
span { border-color: rgb(228,76,127); }
td.TdClassName
{
border-color: #E44C7F;
}
.TagClassName
{
border-color: #E44C7F;
}
</style>