Shades of Deep Pink #EE088B
Tints of Deep Pink #EE088B
RGB
CMYK
RGB Variations
Color information
#EE088B (or 0xEE088B) is known color: Deep Pink. HEX triplet: EE, 08 and 8B. RGB value is (238,8,139). Sum of RGB (Red+Green+Blue) = 238+8+139=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE088B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE088B is #11F774. Grayscale: #5B5B5B. Windows color (decimal): -1177461 or 9111790. OLE color: 9111790.
HSL color Cylindrical-coordinate representation of color #EE088B: hue angle of 325.83º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE088B is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 8 | 139 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.07 |
| HSL | 325.83º | 0.93% | 0.48% | - |
| HSV(B) | 325.83º | 0.97% | 0.93% | - |
| XYZ | 40.01 | 20.21 | 26.22 | - |
| YUV | 91.7 | 154.7 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 8 | 139 | 0 | 0.97 | 0.42 | 0.07 | 325.83 | 0.93 | 0.48 |
| Hex | EE | 8 | 8B | 0 | 61 | 2A | 7 | 146 | 5D | 30 |
| Octal | 356 | 10 | 213 | 0 | 141 | 52 | 7 | 506 | 135 | 60 |
| Binary | 11101110 | 1000 | 10001011 | 0 | 1100001 | 101010 | 111 | 101000110 | 1011101 | 110000 |
Color Harmonies of #EE088B
Complementary color
Monochromatic Colors of #EE088B
Black with #EE088B
Text Example
Text Example
White with #EE088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE088B; }
p { color: rgb(238,8,139); }
H1.HeaderClassName
{
color: #EE088B;
}
.AnyTagClassName
{
color: #EE088B;
}
</style>
background-color css
<style>
a { background-color: #EE088B; }
a { background-color: rgb(238,8,139); }
div.DivClassName
{
background-color: #EE088B;
}
.BgClassName
{
background-color: #EE088B;
}
</style>
border-color css
<style>
span { border-color: #EE088B; }
span { border-color: rgb(238,8,139); }
td.TdClassName
{
border-color: #EE088B;
}
.TagClassName
{
border-color: #EE088B;
}
</style>