Shades of Deep Pink #EE149D
Tints of Deep Pink #EE149D
RGB
CMYK
RGB Variations
Color information
#EE149D (or 0xEE149D) is known color: Deep Pink. HEX triplet: EE, 14 and 9D. RGB value is (238,20,157). Sum of RGB (Red+Green+Blue) = 238+20+157=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE149D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE149D is #11EB62. Grayscale: #646464. Windows color (decimal): -1174371 or 10294510. OLE color: 10294510.
HSL color Cylindrical-coordinate representation of color #EE149D: hue angle of 322.29º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE149D is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 157 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.07 |
| HSL | 322.29º | 0.87% | 0.51% | - |
| HSV(B) | 322.29º | 0.92% | 0.93% | - |
| XYZ | 41.6 | 21.11 | 33.78 | - |
| YUV | 100.8 | 159.72 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 157 | 0 | 0.92 | 0.34 | 0.07 | 322.29 | 0.87 | 0.51 |
| Hex | EE | 14 | 9D | 0 | 5C | 22 | 7 | 142 | 57 | 33 |
| Octal | 356 | 24 | 235 | 0 | 134 | 42 | 7 | 502 | 127 | 63 |
| Binary | 11101110 | 10100 | 10011101 | 0 | 1011100 | 100010 | 111 | 101000010 | 1010111 | 110011 |
Color Harmonies of #EE149D
Complementary color
Monochromatic Colors of #EE149D
Black with #EE149D
Text Example
Text Example
White with #EE149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE149D; }
p { color: rgb(238,20,157); }
H1.HeaderClassName
{
color: #EE149D;
}
.AnyTagClassName
{
color: #EE149D;
}
</style>
background-color css
<style>
a { background-color: #EE149D; }
a { background-color: rgb(238,20,157); }
div.DivClassName
{
background-color: #EE149D;
}
.BgClassName
{
background-color: #EE149D;
}
</style>
border-color css
<style>
span { border-color: #EE149D; }
span { border-color: rgb(238,20,157); }
td.TdClassName
{
border-color: #EE149D;
}
.TagClassName
{
border-color: #EE149D;
}
</style>