Shades of Deep Pink #EE0E8B
Tints of Deep Pink #EE0E8B
RGB
CMYK
RGB Variations
Color information
#EE0E8B (or 0xEE0E8B) is known color: Deep Pink. HEX triplet: EE, 0E and 8B. RGB value is (238,14,139). Sum of RGB (Red+Green+Blue) = 238+14+139=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 14 (5.86% from 255 or 3.58% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0E8B is #11F174. Grayscale: #5E5E5E. Windows color (decimal): -1175925 or 9113326. OLE color: 9113326.
HSL color Cylindrical-coordinate representation of color #EE0E8B: hue angle of 326.52º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0E8B is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 14 | 139 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.07 |
| HSL | 326.52º | 0.89% | 0.49% | - |
| HSV(B) | 326.52º | 0.94% | 0.93% | - |
| XYZ | 40.08 | 20.36 | 26.24 | - |
| YUV | 95.23 | 152.71 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 14 | 139 | 0 | 0.94 | 0.42 | 0.07 | 326.52 | 0.89 | 0.49 |
| Hex | EE | E | 8B | 0 | 5E | 2A | 7 | 147 | 59 | 31 |
| Octal | 356 | 16 | 213 | 0 | 136 | 52 | 7 | 507 | 131 | 61 |
| Binary | 11101110 | 1110 | 10001011 | 0 | 1011110 | 101010 | 111 | 101000111 | 1011001 | 110001 |
Color Harmonies of #EE0E8B
Complementary color
Monochromatic Colors of #EE0E8B
Black with #EE0E8B
Text Example
Text Example
White with #EE0E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0E8B; }
p { color: rgb(238,14,139); }
H1.HeaderClassName
{
color: #EE0E8B;
}
.AnyTagClassName
{
color: #EE0E8B;
}
</style>
background-color css
<style>
a { background-color: #EE0E8B; }
a { background-color: rgb(238,14,139); }
div.DivClassName
{
background-color: #EE0E8B;
}
.BgClassName
{
background-color: #EE0E8B;
}
</style>
border-color css
<style>
span { border-color: #EE0E8B; }
span { border-color: rgb(238,14,139); }
td.TdClassName
{
border-color: #EE0E8B;
}
.TagClassName
{
border-color: #EE0E8B;
}
</style>