Shades of Deep Pink #EE1185
Tints of Deep Pink #EE1185
RGB
CMYK
RGB Variations
Color information
#EE1185 (or 0xEE1185) is known color: Deep Pink. HEX triplet: EE, 11 and 85. RGB value is (238,17,133). Sum of RGB (Red+Green+Blue) = 238+17+133=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1185 is #11EE7A. Grayscale: #606060. Windows color (decimal): -1175163 or 8720878. OLE color: 8720878.
HSL color Cylindrical-coordinate representation of color #EE1185: hue angle of 328.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1185 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 133 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.07 |
| HSL | 328.51º | 0.87% | 0.5% | - |
| HSV(B) | 328.51º | 0.93% | 0.93% | - |
| XYZ | 39.69 | 20.27 | 24.01 | - |
| YUV | 96.3 | 148.72 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 133 | 0 | 0.93 | 0.44 | 0.07 | 328.51 | 0.87 | 0.5 |
| Hex | EE | 11 | 85 | 0 | 5D | 2C | 7 | 149 | 57 | 32 |
| Octal | 356 | 21 | 205 | 0 | 135 | 54 | 7 | 511 | 127 | 62 |
| Binary | 11101110 | 10001 | 10000101 | 0 | 1011101 | 101100 | 111 | 101001001 | 1010111 | 110010 |
Color Harmonies of #EE1185
Complementary color
Monochromatic Colors of #EE1185
Black with #EE1185
Text Example
Text Example
White with #EE1185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1185; }
p { color: rgb(238,17,133); }
H1.HeaderClassName
{
color: #EE1185;
}
.AnyTagClassName
{
color: #EE1185;
}
</style>
background-color css
<style>
a { background-color: #EE1185; }
a { background-color: rgb(238,17,133); }
div.DivClassName
{
background-color: #EE1185;
}
.BgClassName
{
background-color: #EE1185;
}
</style>
border-color css
<style>
span { border-color: #EE1185; }
span { border-color: rgb(238,17,133); }
td.TdClassName
{
border-color: #EE1185;
}
.TagClassName
{
border-color: #EE1185;
}
</style>