Shades of Deep Pink #EE057F
Tints of Deep Pink #EE057F
RGB
CMYK
RGB Variations
Color information
#EE057F (or 0xEE057F) is known color: Deep Pink. HEX triplet: EE, 05 and 7F. RGB value is (238,5,127). Sum of RGB (Red+Green+Blue) = 238+5+127=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE057F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE057F is #11FA80. Grayscale: #585858. Windows color (decimal): -1178241 or 8324590. OLE color: 8324590.
HSL color Cylindrical-coordinate representation of color #EE057F: hue angle of 328.58º 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 #EE057F is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 5 | 127 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.07 |
| HSL | 328.58º | 0.96% | 0.48% | - |
| HSV(B) | 328.58º | 0.98% | 0.93% | - |
| XYZ | 39.14 | 19.82 | 21.84 | - |
| YUV | 88.58 | 149.69 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 5 | 127 | 0 | 0.98 | 0.47 | 0.07 | 328.58 | 0.96 | 0.48 |
| Hex | EE | 5 | 7F | 0 | 62 | 2F | 7 | 149 | 60 | 30 |
| Octal | 356 | 5 | 177 | 0 | 142 | 57 | 7 | 511 | 140 | 60 |
| Binary | 11101110 | 101 | 1111111 | 0 | 1100010 | 101111 | 111 | 101001001 | 1100000 | 110000 |
Color Harmonies of #EE057F
Complementary color
Monochromatic Colors of #EE057F
Black with #EE057F
Text Example
Text Example
White with #EE057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE057F; }
p { color: rgb(238,5,127); }
H1.HeaderClassName
{
color: #EE057F;
}
.AnyTagClassName
{
color: #EE057F;
}
</style>
background-color css
<style>
a { background-color: #EE057F; }
a { background-color: rgb(238,5,127); }
div.DivClassName
{
background-color: #EE057F;
}
.BgClassName
{
background-color: #EE057F;
}
</style>
border-color css
<style>
span { border-color: #EE057F; }
span { border-color: rgb(238,5,127); }
td.TdClassName
{
border-color: #EE057F;
}
.TagClassName
{
border-color: #EE057F;
}
</style>