Shades of Deep Pink #EE197D
Tints of Deep Pink #EE197D
RGB
CMYK
RGB Variations
Color information
#EE197D (or 0xEE197D) is known color: Deep Pink. HEX triplet: EE, 19 and 7D. RGB value is (238,25,125). Sum of RGB (Red+Green+Blue) = 238+25+125=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE197D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE197D is #11E682. Grayscale: #636363. Windows color (decimal): -1173123 or 8198638. OLE color: 8198638.
HSL color Cylindrical-coordinate representation of color #EE197D: hue angle of 331.83º 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 #EE197D is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 125 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.07 |
| HSL | 331.83º | 0.86% | 0.52% | - |
| HSV(B) | 331.83º | 0.89% | 0.93% | - |
| XYZ | 39.31 | 20.35 | 21.26 | - |
| YUV | 100.09 | 142.07 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 125 | 0 | 0.89 | 0.47 | 0.07 | 331.83 | 0.86 | 0.52 |
| Hex | EE | 19 | 7D | 0 | 59 | 2F | 7 | 14C | 56 | 34 |
| Octal | 356 | 31 | 175 | 0 | 131 | 57 | 7 | 514 | 126 | 64 |
| Binary | 11101110 | 11001 | 1111101 | 0 | 1011001 | 101111 | 111 | 101001100 | 1010110 | 110100 |
Color Harmonies of #EE197D
Complementary color
Monochromatic Colors of #EE197D
Black with #EE197D
Text Example
Text Example
White with #EE197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE197D; }
p { color: rgb(238,25,125); }
H1.HeaderClassName
{
color: #EE197D;
}
.AnyTagClassName
{
color: #EE197D;
}
</style>
background-color css
<style>
a { background-color: #EE197D; }
a { background-color: rgb(238,25,125); }
div.DivClassName
{
background-color: #EE197D;
}
.BgClassName
{
background-color: #EE197D;
}
</style>
border-color css
<style>
span { border-color: #EE197D; }
span { border-color: rgb(238,25,125); }
td.TdClassName
{
border-color: #EE197D;
}
.TagClassName
{
border-color: #EE197D;
}
</style>