Shades of Dark Pink #E44B7E
Tints of Dark Pink #E44B7E
RGB
CMYK
RGB Variations
Color information
#E44B7E (or 0xE44B7E) is known color: Dark Pink. HEX triplet: E4, 4B and 7E. RGB value is (228,75,126). Sum of RGB (Red+Green+Blue) = 228+75+126=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E44B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44B7E is #1BB481. Grayscale: #7E7E7E. Windows color (decimal): -1815682 or 8276964. OLE color: 8276964.
HSL color Cylindrical-coordinate representation of color #E44B7E: hue angle of 340º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E44B7E is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 75 | 126 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.11 |
| HSL | 340º | 0.74% | 0.59% | - |
| HSV(B) | 340º | 0.67% | 0.89% | - |
| XYZ | 38.28 | 23.03 | 22.17 | - |
| YUV | 126.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 75 | 126 | 0 | 0.67 | 0.45 | 0.11 | 340 | 0.74 | 0.59 |
| Hex | E4 | 4B | 7E | 0 | 43 | 2D | B | 154 | 4A | 3B |
| Octal | 344 | 113 | 176 | 0 | 103 | 55 | 13 | 524 | 112 | 73 |
| Binary | 11100100 | 1001011 | 1111110 | 0 | 1000011 | 101101 | 1011 | 101010100 | 1001010 | 111011 |
Color Harmonies of #E44B7E
Complementary color
Monochromatic Colors of #E44B7E
Black with #E44B7E
Text Example
Text Example
White with #E44B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44B7E; }
p { color: rgb(228,75,126); }
H1.HeaderClassName
{
color: #E44B7E;
}
.AnyTagClassName
{
color: #E44B7E;
}
</style>
background-color css
<style>
a { background-color: #E44B7E; }
a { background-color: rgb(228,75,126); }
div.DivClassName
{
background-color: #E44B7E;
}
.BgClassName
{
background-color: #E44B7E;
}
</style>
border-color css
<style>
span { border-color: #E44B7E; }
span { border-color: rgb(228,75,126); }
td.TdClassName
{
border-color: #E44B7E;
}
.TagClassName
{
border-color: #E44B7E;
}
</style>