Shades of Deep Pink #EE057C
Tints of Deep Pink #EE057C
RGB
CMYK
RGB Variations
Color information
#EE057C (or 0xEE057C) is known color: Deep Pink. HEX triplet: EE, 05 and 7C. RGB value is (238,5,124). Sum of RGB (Red+Green+Blue) = 238+5+124=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE057C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE057C is #11FA83. Grayscale: #575757. Windows color (decimal): -1178244 or 8127982. OLE color: 8127982.
HSL color Cylindrical-coordinate representation of color #EE057C: hue angle of 329.36º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE057C is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 124 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.07 |
| HSL | 329.36º | 0.96% | 0.48% | - |
| HSV(B) | 329.36º | 0.98% | 0.93% | - |
| XYZ | 38.95 | 19.74 | 20.83 | - |
| YUV | 88.23 | 148.19 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 124 | 0 | 0.98 | 0.48 | 0.07 | 329.36 | 0.96 | 0.48 |
| Hex | EE | 5 | 7C | 0 | 62 | 30 | 7 | 149 | 60 | 30 |
| Octal | 356 | 5 | 174 | 0 | 142 | 60 | 7 | 511 | 140 | 60 |
| Binary | 11101110 | 101 | 1111100 | 0 | 1100010 | 110000 | 111 | 101001001 | 1100000 | 110000 |
Color Harmonies of #EE057C
Complementary color
Monochromatic Colors of #EE057C
Black with #EE057C
Text Example
Text Example
White with #EE057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE057C; }
p { color: rgb(238,5,124); }
H1.HeaderClassName
{
color: #EE057C;
}
.AnyTagClassName
{
color: #EE057C;
}
</style>
background-color css
<style>
a { background-color: #EE057C; }
a { background-color: rgb(238,5,124); }
div.DivClassName
{
background-color: #EE057C;
}
.BgClassName
{
background-color: #EE057C;
}
</style>
border-color css
<style>
span { border-color: #EE057C; }
span { border-color: rgb(238,5,124); }
td.TdClassName
{
border-color: #EE057C;
}
.TagClassName
{
border-color: #EE057C;
}
</style>