Shades of Deep Pink #EE168D
Tints of Deep Pink #EE168D
RGB
CMYK
RGB Variations
Color information
#EE168D (or 0xEE168D) is known color: Deep Pink. HEX triplet: EE, 16 and 8D. RGB value is (238,22,141). Sum of RGB (Red+Green+Blue) = 238+22+141=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE168D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE168D is #11E972. Grayscale: #636363. Windows color (decimal): -1173875 or 9246446. OLE color: 9246446.
HSL color Cylindrical-coordinate representation of color #EE168D: hue angle of 326.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE168D is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 141 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.07 |
| HSL | 326.94º | 0.86% | 0.51% | - |
| HSV(B) | 326.94º | 0.91% | 0.93% | - |
| XYZ | 40.35 | 20.67 | 27.06 | - |
| YUV | 100.15 | 151.06 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 141 | 0 | 0.91 | 0.41 | 0.07 | 326.94 | 0.86 | 0.51 |
| Hex | EE | 16 | 8D | 0 | 5B | 29 | 7 | 147 | 56 | 33 |
| Octal | 356 | 26 | 215 | 0 | 133 | 51 | 7 | 507 | 126 | 63 |
| Binary | 11101110 | 10110 | 10001101 | 0 | 1011011 | 101001 | 111 | 101000111 | 1010110 | 110011 |
Color Harmonies of #EE168D
Complementary color
Monochromatic Colors of #EE168D
Black with #EE168D
Text Example
Text Example
White with #EE168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE168D; }
p { color: rgb(238,22,141); }
H1.HeaderClassName
{
color: #EE168D;
}
.AnyTagClassName
{
color: #EE168D;
}
</style>
background-color css
<style>
a { background-color: #EE168D; }
a { background-color: rgb(238,22,141); }
div.DivClassName
{
background-color: #EE168D;
}
.BgClassName
{
background-color: #EE168D;
}
</style>
border-color css
<style>
span { border-color: #EE168D; }
span { border-color: rgb(238,22,141); }
td.TdClassName
{
border-color: #EE168D;
}
.TagClassName
{
border-color: #EE168D;
}
</style>