Shades of Deep Pink #E8199B
Tints of Deep Pink #E8199B
RGB
CMYK
RGB Variations
Color information
#E8199B (or 0xE8199B) is known color: Deep Pink. HEX triplet: E8, 19 and 9B. RGB value is (232,25,155). Sum of RGB (Red+Green+Blue) = 232+25+155=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E8199B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8199B is #17E664. Grayscale: #656565. Windows color (decimal): -1566309 or 10164712. OLE color: 10164712.
HSL color Cylindrical-coordinate representation of color #E8199B: hue angle of 322.32º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8199B is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 155 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.09 |
| HSL | 322.32º | 0.82% | 0.5% | - |
| HSV(B) | 322.32º | 0.89% | 0.91% | - |
| XYZ | 39.54 | 20.22 | 32.83 | - |
| YUV | 101.71 | 158.08 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 155 | 0 | 0.89 | 0.33 | 0.09 | 322.32 | 0.82 | 0.5 |
| Hex | E8 | 19 | 9B | 0 | 59 | 21 | 9 | 142 | 52 | 32 |
| Octal | 350 | 31 | 233 | 0 | 131 | 41 | 11 | 502 | 122 | 62 |
| Binary | 11101000 | 11001 | 10011011 | 0 | 1011001 | 100001 | 1001 | 101000010 | 1010010 | 110010 |
Color Harmonies of #E8199B
Complementary color
Monochromatic Colors of #E8199B
Black with #E8199B
Text Example
Text Example
White with #E8199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8199B; }
p { color: rgb(232,25,155); }
H1.HeaderClassName
{
color: #E8199B;
}
.AnyTagClassName
{
color: #E8199B;
}
</style>
background-color css
<style>
a { background-color: #E8199B; }
a { background-color: rgb(232,25,155); }
div.DivClassName
{
background-color: #E8199B;
}
.BgClassName
{
background-color: #E8199B;
}
</style>
border-color css
<style>
span { border-color: #E8199B; }
span { border-color: rgb(232,25,155); }
td.TdClassName
{
border-color: #E8199B;
}
.TagClassName
{
border-color: #E8199B;
}
</style>