Shades of Deep Pink #EE1182
Tints of Deep Pink #EE1182
RGB
CMYK
RGB Variations
Color information
#EE1182 (or 0xEE1182) is known color: Deep Pink. HEX triplet: EE, 11 and 82. RGB value is (238,17,130). Sum of RGB (Red+Green+Blue) = 238+17+130=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1182 is #11EE7D. Grayscale: #5F5F5F. Windows color (decimal): -1175166 or 8524270. OLE color: 8524270.
HSL color Cylindrical-coordinate representation of color #EE1182: hue angle of 329.32º 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 #EE1182 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 130 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.07 |
| HSL | 329.32º | 0.87% | 0.5% | - |
| HSV(B) | 329.32º | 0.93% | 0.93% | - |
| XYZ | 39.49 | 20.19 | 22.93 | - |
| YUV | 95.96 | 147.22 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 130 | 0 | 0.93 | 0.45 | 0.07 | 329.32 | 0.87 | 0.5 |
| Hex | EE | 11 | 82 | 0 | 5D | 2D | 7 | 149 | 57 | 32 |
| Octal | 356 | 21 | 202 | 0 | 135 | 55 | 7 | 511 | 127 | 62 |
| Binary | 11101110 | 10001 | 10000010 | 0 | 1011101 | 101101 | 111 | 101001001 | 1010111 | 110010 |
Color Harmonies of #EE1182
Complementary color
Monochromatic Colors of #EE1182
Black with #EE1182
Text Example
Text Example
White with #EE1182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1182; }
p { color: rgb(238,17,130); }
H1.HeaderClassName
{
color: #EE1182;
}
.AnyTagClassName
{
color: #EE1182;
}
</style>
background-color css
<style>
a { background-color: #EE1182; }
a { background-color: rgb(238,17,130); }
div.DivClassName
{
background-color: #EE1182;
}
.BgClassName
{
background-color: #EE1182;
}
</style>
border-color css
<style>
span { border-color: #EE1182; }
span { border-color: rgb(238,17,130); }
td.TdClassName
{
border-color: #EE1182;
}
.TagClassName
{
border-color: #EE1182;
}
</style>