Shades of Deep Pink #EE107D
Tints of Deep Pink #EE107D
RGB
CMYK
RGB Variations
Color information
#EE107D (or 0xEE107D) is known color: Deep Pink. HEX triplet: EE, 10 and 7D. RGB value is (238,16,125). Sum of RGB (Red+Green+Blue) = 238+16+125=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE107D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE107D is #11EF82. Grayscale: #5E5E5E. Windows color (decimal): -1175427 or 8196334. OLE color: 8196334.
HSL color Cylindrical-coordinate representation of color #EE107D: hue angle of 330.54º 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 #EE107D is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 125 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.07 |
| HSL | 330.54º | 0.87% | 0.5% | - |
| HSV(B) | 330.54º | 0.93% | 0.93% | - |
| XYZ | 39.15 | 20.03 | 21.2 | - |
| YUV | 94.8 | 145.05 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 125 | 0 | 0.93 | 0.47 | 0.07 | 330.54 | 0.87 | 0.5 |
| Hex | EE | 10 | 7D | 0 | 5D | 2F | 7 | 14B | 57 | 32 |
| Octal | 356 | 20 | 175 | 0 | 135 | 57 | 7 | 513 | 127 | 62 |
| Binary | 11101110 | 10000 | 1111101 | 0 | 1011101 | 101111 | 111 | 101001011 | 1010111 | 110010 |
Color Harmonies of #EE107D
Complementary color
Monochromatic Colors of #EE107D
Black with #EE107D
Text Example
Text Example
White with #EE107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE107D; }
p { color: rgb(238,16,125); }
H1.HeaderClassName
{
color: #EE107D;
}
.AnyTagClassName
{
color: #EE107D;
}
</style>
background-color css
<style>
a { background-color: #EE107D; }
a { background-color: rgb(238,16,125); }
div.DivClassName
{
background-color: #EE107D;
}
.BgClassName
{
background-color: #EE107D;
}
</style>
border-color css
<style>
span { border-color: #EE107D; }
span { border-color: rgb(238,16,125); }
td.TdClassName
{
border-color: #EE107D;
}
.TagClassName
{
border-color: #EE107D;
}
</style>