Shades of Deep Pink #EE107C
Tints of Deep Pink #EE107C
RGB
CMYK
RGB Variations
Color information
#EE107C (or 0xEE107C) is known color: Deep Pink. HEX triplet: EE, 10 and 7C. RGB value is (238,16,124). Sum of RGB (Red+Green+Blue) = 238+16+124=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE107C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE107C is #11EF83. Grayscale: #5E5E5E. Windows color (decimal): -1175428 or 8130798. OLE color: 8130798.
HSL color Cylindrical-coordinate representation of color #EE107C: hue angle of 330.81º 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 #EE107C is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 124 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.07 |
| HSL | 330.81º | 0.87% | 0.5% | - |
| HSV(B) | 330.81º | 0.93% | 0.93% | - |
| XYZ | 39.08 | 20 | 20.87 | - |
| YUV | 94.69 | 144.55 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 124 | 0 | 0.93 | 0.48 | 0.07 | 330.81 | 0.87 | 0.5 |
| Hex | EE | 10 | 7C | 0 | 5D | 30 | 7 | 14B | 57 | 32 |
| Octal | 356 | 20 | 174 | 0 | 135 | 60 | 7 | 513 | 127 | 62 |
| Binary | 11101110 | 10000 | 1111100 | 0 | 1011101 | 110000 | 111 | 101001011 | 1010111 | 110010 |
Color Harmonies of #EE107C
Complementary color
Monochromatic Colors of #EE107C
Black with #EE107C
Text Example
Text Example
White with #EE107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE107C; }
p { color: rgb(238,16,124); }
H1.HeaderClassName
{
color: #EE107C;
}
.AnyTagClassName
{
color: #EE107C;
}
</style>
background-color css
<style>
a { background-color: #EE107C; }
a { background-color: rgb(238,16,124); }
div.DivClassName
{
background-color: #EE107C;
}
.BgClassName
{
background-color: #EE107C;
}
</style>
border-color css
<style>
span { border-color: #EE107C; }
span { border-color: rgb(238,16,124); }
td.TdClassName
{
border-color: #EE107C;
}
.TagClassName
{
border-color: #EE107C;
}
</style>