Shades of Dark Pink #E44E7B
Tints of Dark Pink #E44E7B
RGB
CMYK
RGB Variations
Color information
#E44E7B (or 0xE44E7B) is known color: Dark Pink. HEX triplet: E4, 4E and 7B. RGB value is (228,78,123). Sum of RGB (Red+Green+Blue) = 228+78+123=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E44E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E44E7B is #1BB184. Grayscale: #7F7F7F. Windows color (decimal): -1814917 or 8081124. OLE color: 8081124.
HSL color Cylindrical-coordinate representation of color #E44E7B: hue angle of 342º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E44E7B is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 78 | 123 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.11 |
| HSL | 342º | 0.74% | 0.6% | - |
| HSV(B) | 342º | 0.66% | 0.89% | - |
| XYZ | 38.29 | 23.37 | 21.23 | - |
| YUV | 127.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 78 | 123 | 0 | 0.66 | 0.46 | 0.11 | 342 | 0.74 | 0.6 |
| Hex | E4 | 4E | 7B | 0 | 42 | 2E | B | 156 | 4A | 3C |
| Octal | 344 | 116 | 173 | 0 | 102 | 56 | 13 | 526 | 112 | 74 |
| Binary | 11100100 | 1001110 | 1111011 | 0 | 1000010 | 101110 | 1011 | 101010110 | 1001010 | 111100 |
Color Harmonies of #E44E7B
Complementary color
Monochromatic Colors of #E44E7B
Black with #E44E7B
Text Example
Text Example
White with #E44E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44E7B; }
p { color: rgb(228,78,123); }
H1.HeaderClassName
{
color: #E44E7B;
}
.AnyTagClassName
{
color: #E44E7B;
}
</style>
background-color css
<style>
a { background-color: #E44E7B; }
a { background-color: rgb(228,78,123); }
div.DivClassName
{
background-color: #E44E7B;
}
.BgClassName
{
background-color: #E44E7B;
}
</style>
border-color css
<style>
span { border-color: #E44E7B; }
span { border-color: rgb(228,78,123); }
td.TdClassName
{
border-color: #E44E7B;
}
.TagClassName
{
border-color: #E44E7B;
}
</style>