Shades of Deep Pink #E6199D
Tints of Deep Pink #E6199D
RGB
CMYK
RGB Variations
Color information
#E6199D (or 0xE6199D) is known color: Deep Pink. HEX triplet: E6, 19 and 9D. RGB value is (230,25,157). Sum of RGB (Red+Green+Blue) = 230+25+157=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E6199D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6199D is #19E662. Grayscale: #656565. Windows color (decimal): -1697379 or 10295782. OLE color: 10295782.
HSL color Cylindrical-coordinate representation of color #E6199D: hue angle of 321.37º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6199D is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 157 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.10 |
| HSL | 321.37º | 0.8% | 0.5% | - |
| HSV(B) | 321.37º | 0.89% | 0.9% | - |
| XYZ | 39.07 | 19.95 | 33.69 | - |
| YUV | 101.34 | 159.42 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 157 | 0 | 0.89 | 0.32 | 0.10 | 321.37 | 0.8 | 0.5 |
| Hex | E6 | 19 | 9D | 0 | 59 | 20 | A | 141 | 50 | 32 |
| Octal | 346 | 31 | 235 | 0 | 131 | 40 | 12 | 501 | 120 | 62 |
| Binary | 11100110 | 11001 | 10011101 | 0 | 1011001 | 100000 | 1010 | 101000001 | 1010000 | 110010 |
Color Harmonies of #E6199D
Complementary color
Monochromatic Colors of #E6199D
Black with #E6199D
Text Example
Text Example
White with #E6199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6199D; }
p { color: rgb(230,25,157); }
H1.HeaderClassName
{
color: #E6199D;
}
.AnyTagClassName
{
color: #E6199D;
}
</style>
background-color css
<style>
a { background-color: #E6199D; }
a { background-color: rgb(230,25,157); }
div.DivClassName
{
background-color: #E6199D;
}
.BgClassName
{
background-color: #E6199D;
}
</style>
border-color css
<style>
span { border-color: #E6199D; }
span { border-color: rgb(230,25,157); }
td.TdClassName
{
border-color: #E6199D;
}
.TagClassName
{
border-color: #E6199D;
}
</style>