Shades of Deep Pink #EE117F
Tints of Deep Pink #EE117F
RGB
CMYK
RGB Variations
Color information
#EE117F (or 0xEE117F) is known color: Deep Pink. HEX triplet: EE, 11 and 7F. RGB value is (238,17,127). Sum of RGB (Red+Green+Blue) = 238+17+127=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE117F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE117F is #11EE80. Grayscale: #5F5F5F. Windows color (decimal): -1175169 or 8327662. OLE color: 8327662.
HSL color Cylindrical-coordinate representation of color #EE117F: hue angle of 330.14º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE117F is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 127 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.07 |
| HSL | 330.14º | 0.87% | 0.5% | - |
| HSV(B) | 330.14º | 0.93% | 0.93% | - |
| XYZ | 39.29 | 20.11 | 21.89 | - |
| YUV | 95.62 | 145.72 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 127 | 0 | 0.93 | 0.47 | 0.07 | 330.14 | 0.87 | 0.5 |
| Hex | EE | 11 | 7F | 0 | 5D | 2F | 7 | 14A | 57 | 32 |
| Octal | 356 | 21 | 177 | 0 | 135 | 57 | 7 | 512 | 127 | 62 |
| Binary | 11101110 | 10001 | 1111111 | 0 | 1011101 | 101111 | 111 | 101001010 | 1010111 | 110010 |
Color Harmonies of #EE117F
Complementary color
Monochromatic Colors of #EE117F
Black with #EE117F
Text Example
Text Example
White with #EE117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE117F; }
p { color: rgb(238,17,127); }
H1.HeaderClassName
{
color: #EE117F;
}
.AnyTagClassName
{
color: #EE117F;
}
</style>
background-color css
<style>
a { background-color: #EE117F; }
a { background-color: rgb(238,17,127); }
div.DivClassName
{
background-color: #EE117F;
}
.BgClassName
{
background-color: #EE117F;
}
</style>
border-color css
<style>
span { border-color: #EE117F; }
span { border-color: rgb(238,17,127); }
td.TdClassName
{
border-color: #EE117F;
}
.TagClassName
{
border-color: #EE117F;
}
</style>