Shades of Deep Pink #E3199B
Tints of Deep Pink #E3199B
RGB
CMYK
RGB Variations
Color information
#E3199B (or 0xE3199B) is known color: Deep Pink. HEX triplet: E3, 19 and 9B. RGB value is (227,25,155). Sum of RGB (Red+Green+Blue) = 227+25+155=407 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.77% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 227 - color contains mainly: red. Hex color #E3199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E3199B is #1CE664. Grayscale: #636363. Windows color (decimal): -1893989 or 10164707. OLE color: 10164707.
HSL color Cylindrical-coordinate representation of color #E3199B: hue angle of 321.39º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3199B is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 25 | 155 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.11 |
| HSL | 321.39º | 0.8% | 0.49% | - |
| HSV(B) | 321.39º | 0.89% | 0.89% | - |
| XYZ | 37.94 | 19.39 | 32.75 | - |
| YUV | 100.22 | 158.92 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 155 | 0 | 0.89 | 0.32 | 0.11 | 321.39 | 0.8 | 0.49 |
| Hex | E3 | 19 | 9B | 0 | 59 | 20 | B | 141 | 50 | 31 |
| Octal | 343 | 31 | 233 | 0 | 131 | 40 | 13 | 501 | 120 | 61 |
| Binary | 11100011 | 11001 | 10011011 | 0 | 1011001 | 100000 | 1011 | 101000001 | 1010000 | 110001 |
Color Harmonies of #E3199B
Complementary color
Monochromatic Colors of #E3199B
Black with #E3199B
Text Example
Text Example
White with #E3199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3199B; }
p { color: rgb(227,25,155); }
H1.HeaderClassName
{
color: #E3199B;
}
.AnyTagClassName
{
color: #E3199B;
}
</style>
background-color css
<style>
a { background-color: #E3199B; }
a { background-color: rgb(227,25,155); }
div.DivClassName
{
background-color: #E3199B;
}
.BgClassName
{
background-color: #E3199B;
}
</style>
border-color css
<style>
span { border-color: #E3199B; }
span { border-color: rgb(227,25,155); }
td.TdClassName
{
border-color: #E3199B;
}
.TagClassName
{
border-color: #E3199B;
}
</style>