Shades of Deep Pink #EE077B
Tints of Deep Pink #EE077B
RGB
CMYK
RGB Variations
Color information
#EE077B (or 0xEE077B) is known color: Deep Pink. HEX triplet: EE, 07 and 7B. RGB value is (238,7,123). Sum of RGB (Red+Green+Blue) = 238+7+123=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 7 (3.12% from 255 or 1.90% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE077B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE077B is #11F884. Grayscale: #595959. Windows color (decimal): -1177733 or 8062958. OLE color: 8062958.
HSL color Cylindrical-coordinate representation of color #EE077B: hue angle of 329.87º degrees, saturation: 0.94, 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 #EE077B is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 123 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.07 |
| HSL | 329.87º | 0.94% | 0.48% | - |
| HSV(B) | 329.87º | 0.97% | 0.93% | - |
| XYZ | 38.91 | 19.76 | 20.5 | - |
| YUV | 89.29 | 147.03 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 123 | 0 | 0.97 | 0.48 | 0.07 | 329.87 | 0.94 | 0.48 |
| Hex | EE | 7 | 7B | 0 | 61 | 30 | 7 | 14A | 5E | 30 |
| Octal | 356 | 7 | 173 | 0 | 141 | 60 | 7 | 512 | 136 | 60 |
| Binary | 11101110 | 111 | 1111011 | 0 | 1100001 | 110000 | 111 | 101001010 | 1011110 | 110000 |
Color Harmonies of #EE077B
Complementary color
Monochromatic Colors of #EE077B
Black with #EE077B
Text Example
Text Example
White with #EE077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE077B; }
p { color: rgb(238,7,123); }
H1.HeaderClassName
{
color: #EE077B;
}
.AnyTagClassName
{
color: #EE077B;
}
</style>
background-color css
<style>
a { background-color: #EE077B; }
a { background-color: rgb(238,7,123); }
div.DivClassName
{
background-color: #EE077B;
}
.BgClassName
{
background-color: #EE077B;
}
</style>
border-color css
<style>
span { border-color: #EE077B; }
span { border-color: rgb(238,7,123); }
td.TdClassName
{
border-color: #EE077B;
}
.TagClassName
{
border-color: #EE077B;
}
</style>