Shades of Deep Pink #EE188B
Tints of Deep Pink #EE188B
RGB
CMYK
RGB Variations
Color information
#EE188B (or 0xEE188B) is known color: Deep Pink. HEX triplet: EE, 18 and 8B. RGB value is (238,24,139). Sum of RGB (Red+Green+Blue) = 238+24+139=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE188B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE188B is #11E774. Grayscale: #646464. Windows color (decimal): -1173365 or 9115886. OLE color: 9115886.
HSL color Cylindrical-coordinate representation of color #EE188B: hue angle of 327.76º 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 #EE188B is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 139 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.07 |
| HSL | 327.76º | 0.86% | 0.51% | - |
| HSV(B) | 327.76º | 0.9% | 0.93% | - |
| XYZ | 40.25 | 20.69 | 26.3 | - |
| YUV | 101.1 | 149.4 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 139 | 0 | 0.90 | 0.42 | 0.07 | 327.76 | 0.86 | 0.51 |
| Hex | EE | 18 | 8B | 0 | 5A | 2A | 7 | 148 | 56 | 33 |
| Octal | 356 | 30 | 213 | 0 | 132 | 52 | 7 | 510 | 126 | 63 |
| Binary | 11101110 | 11000 | 10001011 | 0 | 1011010 | 101010 | 111 | 101001000 | 1010110 | 110011 |
Color Harmonies of #EE188B
Complementary color
Monochromatic Colors of #EE188B
Black with #EE188B
Text Example
Text Example
White with #EE188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE188B; }
p { color: rgb(238,24,139); }
H1.HeaderClassName
{
color: #EE188B;
}
.AnyTagClassName
{
color: #EE188B;
}
</style>
background-color css
<style>
a { background-color: #EE188B; }
a { background-color: rgb(238,24,139); }
div.DivClassName
{
background-color: #EE188B;
}
.BgClassName
{
background-color: #EE188B;
}
</style>
border-color css
<style>
span { border-color: #EE188B; }
span { border-color: rgb(238,24,139); }
td.TdClassName
{
border-color: #EE188B;
}
.TagClassName
{
border-color: #EE188B;
}
</style>