Shades of Deep Pink #EE169D
Tints of Deep Pink #EE169D
RGB
CMYK
RGB Variations
Color information
#EE169D (or 0xEE169D) is known color: Deep Pink. HEX triplet: EE, 16 and 9D. RGB value is (238,22,157). Sum of RGB (Red+Green+Blue) = 238+22+157=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE169D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE169D is #11E962. Grayscale: #656565. Windows color (decimal): -1173859 or 10295022. OLE color: 10295022.
HSL color Cylindrical-coordinate representation of color #EE169D: hue angle of 322.5º 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 #EE169D is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 157 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.07 |
| HSL | 322.5º | 0.86% | 0.51% | - |
| HSV(B) | 322.5º | 0.91% | 0.93% | - |
| XYZ | 41.63 | 21.19 | 33.79 | - |
| YUV | 101.97 | 159.06 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 157 | 0 | 0.91 | 0.34 | 0.07 | 322.5 | 0.86 | 0.51 |
| Hex | EE | 16 | 9D | 0 | 5B | 22 | 7 | 142 | 56 | 33 |
| Octal | 356 | 26 | 235 | 0 | 133 | 42 | 7 | 502 | 126 | 63 |
| Binary | 11101110 | 10110 | 10011101 | 0 | 1011011 | 100010 | 111 | 101000010 | 1010110 | 110011 |
Color Harmonies of #EE169D
Complementary color
Monochromatic Colors of #EE169D
Black with #EE169D
Text Example
Text Example
White with #EE169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE169D; }
p { color: rgb(238,22,157); }
H1.HeaderClassName
{
color: #EE169D;
}
.AnyTagClassName
{
color: #EE169D;
}
</style>
background-color css
<style>
a { background-color: #EE169D; }
a { background-color: rgb(238,22,157); }
div.DivClassName
{
background-color: #EE169D;
}
.BgClassName
{
background-color: #EE169D;
}
</style>
border-color css
<style>
span { border-color: #EE169D; }
span { border-color: rgb(238,22,157); }
td.TdClassName
{
border-color: #EE169D;
}
.TagClassName
{
border-color: #EE169D;
}
</style>