Shades of Deep Pink #EE077F
Tints of Deep Pink #EE077F
RGB
CMYK
RGB Variations
Color information
#EE077F (or 0xEE077F) is known color: Deep Pink. HEX triplet: EE, 07 and 7F. RGB value is (238,7,127). Sum of RGB (Red+Green+Blue) = 238+7+127=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE077F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE077F is #11F880. Grayscale: #595959. Windows color (decimal): -1177729 or 8325102. OLE color: 8325102.
HSL color Cylindrical-coordinate representation of color #EE077F: hue angle of 328.83º 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 #EE077F is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 127 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.07 |
| HSL | 328.83º | 0.94% | 0.48% | - |
| HSV(B) | 328.83º | 0.97% | 0.93% | - |
| XYZ | 39.17 | 19.86 | 21.85 | - |
| YUV | 89.75 | 149.03 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 127 | 0 | 0.97 | 0.47 | 0.07 | 328.83 | 0.94 | 0.48 |
| Hex | EE | 7 | 7F | 0 | 61 | 2F | 7 | 149 | 5E | 30 |
| Octal | 356 | 7 | 177 | 0 | 141 | 57 | 7 | 511 | 136 | 60 |
| Binary | 11101110 | 111 | 1111111 | 0 | 1100001 | 101111 | 111 | 101001001 | 1011110 | 110000 |
Color Harmonies of #EE077F
Complementary color
Monochromatic Colors of #EE077F
Black with #EE077F
Text Example
Text Example
White with #EE077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE077F; }
p { color: rgb(238,7,127); }
H1.HeaderClassName
{
color: #EE077F;
}
.AnyTagClassName
{
color: #EE077F;
}
</style>
background-color css
<style>
a { background-color: #EE077F; }
a { background-color: rgb(238,7,127); }
div.DivClassName
{
background-color: #EE077F;
}
.BgClassName
{
background-color: #EE077F;
}
</style>
border-color css
<style>
span { border-color: #EE077F; }
span { border-color: rgb(238,7,127); }
td.TdClassName
{
border-color: #EE077F;
}
.TagClassName
{
border-color: #EE077F;
}
</style>