Shades of Deep Pink #EE107A
Tints of Deep Pink #EE107A
RGB
CMYK
RGB Variations
Color information
#EE107A (or 0xEE107A) is known color: Deep Pink. HEX triplet: EE, 10 and 7A. RGB value is (238,16,122). Sum of RGB (Red+Green+Blue) = 238+16+122=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE107A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE107A is #11EF85. Grayscale: #5E5E5E. Windows color (decimal): -1175430 or 7999726. OLE color: 7999726.
HSL color Cylindrical-coordinate representation of color #EE107A: hue angle of 331.35º 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 #EE107A is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 122 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.07 |
| HSL | 331.35º | 0.87% | 0.5% | - |
| HSV(B) | 331.35º | 0.93% | 0.93% | - |
| XYZ | 38.96 | 19.95 | 20.21 | - |
| YUV | 94.46 | 143.55 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 122 | 0 | 0.93 | 0.49 | 0.07 | 331.35 | 0.87 | 0.5 |
| Hex | EE | 10 | 7A | 0 | 5D | 31 | 7 | 14B | 57 | 32 |
| Octal | 356 | 20 | 172 | 0 | 135 | 61 | 7 | 513 | 127 | 62 |
| Binary | 11101110 | 10000 | 1111010 | 0 | 1011101 | 110001 | 111 | 101001011 | 1010111 | 110010 |
Color Harmonies of #EE107A
Complementary color
Monochromatic Colors of #EE107A
Black with #EE107A
Text Example
Text Example
White with #EE107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE107A; }
p { color: rgb(238,16,122); }
H1.HeaderClassName
{
color: #EE107A;
}
.AnyTagClassName
{
color: #EE107A;
}
</style>
background-color css
<style>
a { background-color: #EE107A; }
a { background-color: rgb(238,16,122); }
div.DivClassName
{
background-color: #EE107A;
}
.BgClassName
{
background-color: #EE107A;
}
</style>
border-color css
<style>
span { border-color: #EE107A; }
span { border-color: rgb(238,16,122); }
td.TdClassName
{
border-color: #EE107A;
}
.TagClassName
{
border-color: #EE107A;
}
</style>