Shades of Deep Pink #EE167A
Tints of Deep Pink #EE167A
RGB
CMYK
RGB Variations
Color information
#EE167A (or 0xEE167A) is known color: Deep Pink. HEX triplet: EE, 16 and 7A. RGB value is (238,22,122). Sum of RGB (Red+Green+Blue) = 238+22+122=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE167A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE167A is #11E985. Grayscale: #616161. Windows color (decimal): -1173894 or 8001262. OLE color: 8001262.
HSL color Cylindrical-coordinate representation of color #EE167A: hue angle of 332.22º 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 #EE167A is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 122 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.07 |
| HSL | 332.22º | 0.86% | 0.51% | - |
| HSV(B) | 332.22º | 0.91% | 0.93% | - |
| XYZ | 39.06 | 20.16 | 20.24 | - |
| YUV | 97.98 | 141.56 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 122 | 0 | 0.91 | 0.49 | 0.07 | 332.22 | 0.86 | 0.51 |
| Hex | EE | 16 | 7A | 0 | 5B | 31 | 7 | 14C | 56 | 33 |
| Octal | 356 | 26 | 172 | 0 | 133 | 61 | 7 | 514 | 126 | 63 |
| Binary | 11101110 | 10110 | 1111010 | 0 | 1011011 | 110001 | 111 | 101001100 | 1010110 | 110011 |
Color Harmonies of #EE167A
Complementary color
Monochromatic Colors of #EE167A
Black with #EE167A
Text Example
Text Example
White with #EE167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE167A; }
p { color: rgb(238,22,122); }
H1.HeaderClassName
{
color: #EE167A;
}
.AnyTagClassName
{
color: #EE167A;
}
</style>
background-color css
<style>
a { background-color: #EE167A; }
a { background-color: rgb(238,22,122); }
div.DivClassName
{
background-color: #EE167A;
}
.BgClassName
{
background-color: #EE167A;
}
</style>
border-color css
<style>
span { border-color: #EE167A; }
span { border-color: rgb(238,22,122); }
td.TdClassName
{
border-color: #EE167A;
}
.TagClassName
{
border-color: #EE167A;
}
</style>