Shades of Deep Pink #EE188E
Tints of Deep Pink #EE188E
RGB
CMYK
RGB Variations
Color information
#EE188E (or 0xEE188E) is known color: Deep Pink. HEX triplet: EE, 18 and 8E. RGB value is (238,24,142). Sum of RGB (Red+Green+Blue) = 238+24+142=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE188E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE188E is #11E771. Grayscale: #656565. Windows color (decimal): -1173362 or 9312494. OLE color: 9312494.
HSL color Cylindrical-coordinate representation of color #EE188E: hue angle of 326.92º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE188E is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 142 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.07 |
| HSL | 326.92º | 0.86% | 0.51% | - |
| HSV(B) | 326.92º | 0.9% | 0.93% | - |
| XYZ | 40.47 | 20.78 | 27.47 | - |
| YUV | 101.44 | 150.9 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 142 | 0 | 0.90 | 0.40 | 0.07 | 326.92 | 0.86 | 0.51 |
| Hex | EE | 18 | 8E | 0 | 5A | 28 | 7 | 147 | 56 | 33 |
| Octal | 356 | 30 | 216 | 0 | 132 | 50 | 7 | 507 | 126 | 63 |
| Binary | 11101110 | 11000 | 10001110 | 0 | 1011010 | 101000 | 111 | 101000111 | 1010110 | 110011 |
Color Harmonies of #EE188E
Complementary color
Monochromatic Colors of #EE188E
Black with #EE188E
Text Example
Text Example
White with #EE188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE188E; }
p { color: rgb(238,24,142); }
H1.HeaderClassName
{
color: #EE188E;
}
.AnyTagClassName
{
color: #EE188E;
}
</style>
background-color css
<style>
a { background-color: #EE188E; }
a { background-color: rgb(238,24,142); }
div.DivClassName
{
background-color: #EE188E;
}
.BgClassName
{
background-color: #EE188E;
}
</style>
border-color css
<style>
span { border-color: #EE188E; }
span { border-color: rgb(238,24,142); }
td.TdClassName
{
border-color: #EE188E;
}
.TagClassName
{
border-color: #EE188E;
}
</style>