Shades of Deep Pink #E3148C
Tints of Deep Pink #E3148C
RGB
CMYK
RGB Variations
Color information
#E3148C (or 0xE3148C) is known color: Deep Pink. HEX triplet: E3, 14 and 8C. RGB value is (227,20,140). Sum of RGB (Red+Green+Blue) = 227+20+140=387 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.66% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 227 - color contains mainly: red. Hex color #E3148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3148C is #1CEB73. Grayscale: #5F5F5F. Windows color (decimal): -1895284 or 9180387. OLE color: 9180387.
HSL color Cylindrical-coordinate representation of color #E3148C: hue angle of 325.22º 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 #E3148C is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 140 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.11 |
| HSL | 325.22º | 0.84% | 0.48% | - |
| HSV(B) | 325.22º | 0.91% | 0.89% | - |
| XYZ | 36.66 | 18.72 | 26.49 | - |
| YUV | 95.57 | 153.08 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 140 | 0 | 0.91 | 0.38 | 0.11 | 325.22 | 0.84 | 0.48 |
| Hex | E3 | 14 | 8C | 0 | 5B | 26 | B | 145 | 54 | 30 |
| Octal | 343 | 24 | 214 | 0 | 133 | 46 | 13 | 505 | 124 | 60 |
| Binary | 11100011 | 10100 | 10001100 | 0 | 1011011 | 100110 | 1011 | 101000101 | 1010100 | 110000 |
Color Harmonies of #E3148C
Complementary color
Monochromatic Colors of #E3148C
Black with #E3148C
Text Example
Text Example
White with #E3148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3148C; }
p { color: rgb(227,20,140); }
H1.HeaderClassName
{
color: #E3148C;
}
.AnyTagClassName
{
color: #E3148C;
}
</style>
background-color css
<style>
a { background-color: #E3148C; }
a { background-color: rgb(227,20,140); }
div.DivClassName
{
background-color: #E3148C;
}
.BgClassName
{
background-color: #E3148C;
}
</style>
border-color css
<style>
span { border-color: #E3148C; }
span { border-color: rgb(227,20,140); }
td.TdClassName
{
border-color: #E3148C;
}
.TagClassName
{
border-color: #E3148C;
}
</style>