Shades of Deep Pink #E3148D
Tints of Deep Pink #E3148D
RGB
CMYK
RGB Variations
Color information
#E3148D (or 0xE3148D) is known color: Deep Pink. HEX triplet: E3, 14 and 8D. RGB value is (227,20,141). Sum of RGB (Red+Green+Blue) = 227+20+141=388 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.51% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 227 - color contains mainly: red. Hex color #E3148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3148D is #1CEB72. Grayscale: #5F5F5F. Windows color (decimal): -1895283 or 9245923. OLE color: 9245923.
HSL color Cylindrical-coordinate representation of color #E3148D: hue angle of 324.93º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3148D is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 141 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.11 |
| HSL | 324.93º | 0.84% | 0.48% | - |
| HSV(B) | 324.93º | 0.91% | 0.89% | - |
| XYZ | 36.74 | 18.75 | 26.88 | - |
| YUV | 95.69 | 153.58 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 141 | 0 | 0.91 | 0.38 | 0.11 | 324.93 | 0.84 | 0.48 |
| Hex | E3 | 14 | 8D | 0 | 5B | 26 | B | 145 | 54 | 30 |
| Octal | 343 | 24 | 215 | 0 | 133 | 46 | 13 | 505 | 124 | 60 |
| Binary | 11100011 | 10100 | 10001101 | 0 | 1011011 | 100110 | 1011 | 101000101 | 1010100 | 110000 |
Color Harmonies of #E3148D
Complementary color
Monochromatic Colors of #E3148D
Black with #E3148D
Text Example
Text Example
White with #E3148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3148D; }
p { color: rgb(227,20,141); }
H1.HeaderClassName
{
color: #E3148D;
}
.AnyTagClassName
{
color: #E3148D;
}
</style>
background-color css
<style>
a { background-color: #E3148D; }
a { background-color: rgb(227,20,141); }
div.DivClassName
{
background-color: #E3148D;
}
.BgClassName
{
background-color: #E3148D;
}
</style>
border-color css
<style>
span { border-color: #E3148D; }
span { border-color: rgb(227,20,141); }
td.TdClassName
{
border-color: #E3148D;
}
.TagClassName
{
border-color: #E3148D;
}
</style>