Shades of Deep Pink #EE199B
Tints of Deep Pink #EE199B
RGB
CMYK
RGB Variations
Color information
#EE199B (or 0xEE199B) is known color: Deep Pink. HEX triplet: EE, 19 and 9B. RGB value is (238,25,155). Sum of RGB (Red+Green+Blue) = 238+25+155=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE199B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE199B is #11E664. Grayscale: #676767. Windows color (decimal): -1173093 or 10164718. OLE color: 10164718.
HSL color Cylindrical-coordinate representation of color #EE199B: hue angle of 323.38º 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 #EE199B is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 155 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.07 |
| HSL | 323.38º | 0.86% | 0.52% | - |
| HSV(B) | 323.38º | 0.89% | 0.93% | - |
| XYZ | 41.52 | 21.24 | 32.92 | - |
| YUV | 103.51 | 157.07 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 155 | 0 | 0.89 | 0.35 | 0.07 | 323.38 | 0.86 | 0.52 |
| Hex | EE | 19 | 9B | 0 | 59 | 23 | 7 | 143 | 56 | 34 |
| Octal | 356 | 31 | 233 | 0 | 131 | 43 | 7 | 503 | 126 | 64 |
| Binary | 11101110 | 11001 | 10011011 | 0 | 1011001 | 100011 | 111 | 101000011 | 1010110 | 110100 |
Color Harmonies of #EE199B
Complementary color
Monochromatic Colors of #EE199B
Black with #EE199B
Text Example
Text Example
White with #EE199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE199B; }
p { color: rgb(238,25,155); }
H1.HeaderClassName
{
color: #EE199B;
}
.AnyTagClassName
{
color: #EE199B;
}
</style>
background-color css
<style>
a { background-color: #EE199B; }
a { background-color: rgb(238,25,155); }
div.DivClassName
{
background-color: #EE199B;
}
.BgClassName
{
background-color: #EE199B;
}
</style>
border-color css
<style>
span { border-color: #EE199B; }
span { border-color: rgb(238,25,155); }
td.TdClassName
{
border-color: #EE199B;
}
.TagClassName
{
border-color: #EE199B;
}
</style>