Shades of Deep Pink #EE199E
Tints of Deep Pink #EE199E
RGB
CMYK
RGB Variations
Color information
#EE199E (or 0xEE199E) is known color: Deep Pink. HEX triplet: EE, 19 and 9E. RGB value is (238,25,158). Sum of RGB (Red+Green+Blue) = 238+25+158=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE199E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE199E is #11E661. Grayscale: #676767. Windows color (decimal): -1173090 or 10361326. OLE color: 10361326.
HSL color Cylindrical-coordinate representation of color #EE199E: hue angle of 322.54º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE199E is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 158 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.07 |
| HSL | 322.54º | 0.86% | 0.52% | - |
| HSV(B) | 322.54º | 0.89% | 0.93% | - |
| XYZ | 41.78 | 21.34 | 34.26 | - |
| YUV | 103.85 | 158.57 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 158 | 0 | 0.89 | 0.34 | 0.07 | 322.54 | 0.86 | 0.52 |
| Hex | EE | 19 | 9E | 0 | 59 | 22 | 7 | 143 | 56 | 34 |
| Octal | 356 | 31 | 236 | 0 | 131 | 42 | 7 | 503 | 126 | 64 |
| Binary | 11101110 | 11001 | 10011110 | 0 | 1011001 | 100010 | 111 | 101000011 | 1010110 | 110100 |
Color Harmonies of #EE199E
Complementary color
Monochromatic Colors of #EE199E
Black with #EE199E
Text Example
Text Example
White with #EE199E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE199E; }
p { color: rgb(238,25,158); }
H1.HeaderClassName
{
color: #EE199E;
}
.AnyTagClassName
{
color: #EE199E;
}
</style>
background-color css
<style>
a { background-color: #EE199E; }
a { background-color: rgb(238,25,158); }
div.DivClassName
{
background-color: #EE199E;
}
.BgClassName
{
background-color: #EE199E;
}
</style>
border-color css
<style>
span { border-color: #EE199E; }
span { border-color: rgb(238,25,158); }
td.TdClassName
{
border-color: #EE199E;
}
.TagClassName
{
border-color: #EE199E;
}
</style>