Shades of Deep Pink #EE047D
Tints of Deep Pink #EE047D
RGB
CMYK
RGB Variations
Color information
#EE047D (or 0xEE047D) is known color: Deep Pink. HEX triplet: EE, 04 and 7D. RGB value is (238,4,125). Sum of RGB (Red+Green+Blue) = 238+4+125=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 4 (1.95% from 255 or 1.09% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE047D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE047D is #11FB82. Grayscale: #575757. Windows color (decimal): -1178499 or 8193262. OLE color: 8193262.
HSL color Cylindrical-coordinate representation of color #EE047D: hue angle of 328.97º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE047D is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.07 |
| HSL | 328.97º | 0.97% | 0.47% | - |
| HSV(B) | 328.97º | 0.98% | 0.93% | - |
| XYZ | 39 | 19.74 | 21.16 | - |
| YUV | 87.76 | 149.02 | 235.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 4 | 125 | 0 | 0.98 | 0.47 | 0.07 | 328.97 | 0.97 | 0.47 |
| Hex | EE | 4 | 7D | 0 | 62 | 2F | 7 | 149 | 61 | 2F |
| Octal | 356 | 4 | 175 | 0 | 142 | 57 | 7 | 511 | 141 | 57 |
| Binary | 11101110 | 100 | 1111101 | 0 | 1100010 | 101111 | 111 | 101001001 | 1100001 | 101111 |
Color Harmonies of #EE047D
Complementary color
Monochromatic Colors of #EE047D
Black with #EE047D
Text Example
Text Example
White with #EE047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE047D; }
p { color: rgb(238,4,125); }
H1.HeaderClassName
{
color: #EE047D;
}
.AnyTagClassName
{
color: #EE047D;
}
</style>
background-color css
<style>
a { background-color: #EE047D; }
a { background-color: rgb(238,4,125); }
div.DivClassName
{
background-color: #EE047D;
}
.BgClassName
{
background-color: #EE047D;
}
</style>
border-color css
<style>
span { border-color: #EE047D; }
span { border-color: rgb(238,4,125); }
td.TdClassName
{
border-color: #EE047D;
}
.TagClassName
{
border-color: #EE047D;
}
</style>