Shades of Dark Pink #E44F86
Tints of Dark Pink #E44F86
RGB
CMYK
RGB Variations
Color information
#E44F86 (or 0xE44F86) is known color: Dark Pink. HEX triplet: E4, 4F and 86. RGB value is (228,79,134). Sum of RGB (Red+Green+Blue) = 228+79+134=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 79 (31.25% from 255 or 17.91% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44F86 is #1BB079. Grayscale: #818181. Windows color (decimal): -1814650 or 8802276. OLE color: 8802276.
HSL color Cylindrical-coordinate representation of color #E44F86: hue angle of 337.85º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E44F86 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 134 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.11 |
| HSL | 337.85º | 0.73% | 0.6% | - |
| HSV(B) | 337.85º | 0.65% | 0.89% | - |
| XYZ | 39.09 | 23.81 | 25.09 | - |
| YUV | 129.82 | 130.36 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 134 | 0 | 0.65 | 0.41 | 0.11 | 337.85 | 0.73 | 0.6 |
| Hex | E4 | 4F | 86 | 0 | 41 | 29 | B | 152 | 49 | 3C |
| Octal | 344 | 117 | 206 | 0 | 101 | 51 | 13 | 522 | 111 | 74 |
| Binary | 11100100 | 1001111 | 10000110 | 0 | 1000001 | 101001 | 1011 | 101010010 | 1001001 | 111100 |
Color Harmonies of #E44F86
Complementary color
Monochromatic Colors of #E44F86
Black with #E44F86
Text Example
Text Example
White with #E44F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44F86; }
p { color: rgb(228,79,134); }
H1.HeaderClassName
{
color: #E44F86;
}
.AnyTagClassName
{
color: #E44F86;
}
</style>
background-color css
<style>
a { background-color: #E44F86; }
a { background-color: rgb(228,79,134); }
div.DivClassName
{
background-color: #E44F86;
}
.BgClassName
{
background-color: #E44F86;
}
</style>
border-color css
<style>
span { border-color: #E44F86; }
span { border-color: rgb(228,79,134); }
td.TdClassName
{
border-color: #E44F86;
}
.TagClassName
{
border-color: #E44F86;
}
</style>