Shades of Dark Pink #E44F7A
Tints of Dark Pink #E44F7A
RGB
CMYK
RGB Variations
Color information
#E44F7A (or 0xE44F7A) is known color: Dark Pink. HEX triplet: E4, 4F and 7A. RGB value is (228,79,122). Sum of RGB (Red+Green+Blue) = 228+79+122=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E44F7A is #1BB085. Grayscale: #808080. Windows color (decimal): -1814662 or 8015844. OLE color: 8015844.
HSL color Cylindrical-coordinate representation of color #E44F7A: hue angle of 342.68º 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 #E44F7A is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 122 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.11 |
| HSL | 342.68º | 0.73% | 0.6% | - |
| HSV(B) | 342.68º | 0.65% | 0.89% | - |
| XYZ | 38.3 | 23.49 | 20.93 | - |
| YUV | 128.45 | 124.36 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 122 | 0 | 0.65 | 0.46 | 0.11 | 342.68 | 0.73 | 0.6 |
| Hex | E4 | 4F | 7A | 0 | 41 | 2E | B | 157 | 49 | 3C |
| Octal | 344 | 117 | 172 | 0 | 101 | 56 | 13 | 527 | 111 | 74 |
| Binary | 11100100 | 1001111 | 1111010 | 0 | 1000001 | 101110 | 1011 | 101010111 | 1001001 | 111100 |
Color Harmonies of #E44F7A
Complementary color
Monochromatic Colors of #E44F7A
Black with #E44F7A
Text Example
Text Example
White with #E44F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44F7A; }
p { color: rgb(228,79,122); }
H1.HeaderClassName
{
color: #E44F7A;
}
.AnyTagClassName
{
color: #E44F7A;
}
</style>
background-color css
<style>
a { background-color: #E44F7A; }
a { background-color: rgb(228,79,122); }
div.DivClassName
{
background-color: #E44F7A;
}
.BgClassName
{
background-color: #E44F7A;
}
</style>
border-color css
<style>
span { border-color: #E44F7A; }
span { border-color: rgb(228,79,122); }
td.TdClassName
{
border-color: #E44F7A;
}
.TagClassName
{
border-color: #E44F7A;
}
</style>