Shades of Deep Pink #E40D8D
Tints of Deep Pink #E40D8D
RGB
CMYK
RGB Variations
Color information
#E40D8D (or 0xE40D8D) is known color: Deep Pink. HEX triplet: E4, 0D and 8D. RGB value is (228,13,141). Sum of RGB (Red+Green+Blue) = 228+13+141=382 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.69% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40D8D is #1BF272. Grayscale: #5B5B5B. Windows color (decimal): -1831539 or 9244132. OLE color: 9244132.
HSL color Cylindrical-coordinate representation of color #E40D8D: hue angle of 324.28º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40D8D is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 13 | 141 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.11 |
| HSL | 324.28º | 0.89% | 0.47% | - |
| HSV(B) | 324.28º | 0.94% | 0.89% | - |
| XYZ | 36.95 | 18.7 | 26.86 | - |
| YUV | 91.88 | 155.73 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 141 | 0 | 0.94 | 0.38 | 0.11 | 324.28 | 0.89 | 0.47 |
| Hex | E4 | D | 8D | 0 | 5E | 26 | B | 144 | 59 | 2F |
| Octal | 344 | 15 | 215 | 0 | 136 | 46 | 13 | 504 | 131 | 57 |
| Binary | 11100100 | 1101 | 10001101 | 0 | 1011110 | 100110 | 1011 | 101000100 | 1011001 | 101111 |
Color Harmonies of #E40D8D
Complementary color
Monochromatic Colors of #E40D8D
Black with #E40D8D
Text Example
Text Example
White with #E40D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40D8D; }
p { color: rgb(228,13,141); }
H1.HeaderClassName
{
color: #E40D8D;
}
.AnyTagClassName
{
color: #E40D8D;
}
</style>
background-color css
<style>
a { background-color: #E40D8D; }
a { background-color: rgb(228,13,141); }
div.DivClassName
{
background-color: #E40D8D;
}
.BgClassName
{
background-color: #E40D8D;
}
</style>
border-color css
<style>
span { border-color: #E40D8D; }
span { border-color: rgb(228,13,141); }
td.TdClassName
{
border-color: #E40D8D;
}
.TagClassName
{
border-color: #E40D8D;
}
</style>