Shades of Deep Pink #EE108C
Tints of Deep Pink #EE108C
RGB
CMYK
RGB Variations
Color information
#EE108C (or 0xEE108C) is known color: Deep Pink. HEX triplet: EE, 10 and 8C. RGB value is (238,16,140). Sum of RGB (Red+Green+Blue) = 238+16+140=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE108C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE108C is #11EF73. Grayscale: #606060. Windows color (decimal): -1175412 or 9179374. OLE color: 9179374.
HSL color Cylindrical-coordinate representation of color #EE108C: hue angle of 326.49º 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 #EE108C is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 140 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.07 |
| HSL | 326.49º | 0.87% | 0.5% | - |
| HSV(B) | 326.49º | 0.93% | 0.93% | - |
| XYZ | 40.18 | 20.44 | 26.64 | - |
| YUV | 96.51 | 152.55 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 140 | 0 | 0.93 | 0.41 | 0.07 | 326.49 | 0.87 | 0.5 |
| Hex | EE | 10 | 8C | 0 | 5D | 29 | 7 | 146 | 57 | 32 |
| Octal | 356 | 20 | 214 | 0 | 135 | 51 | 7 | 506 | 127 | 62 |
| Binary | 11101110 | 10000 | 10001100 | 0 | 1011101 | 101001 | 111 | 101000110 | 1010111 | 110010 |
Color Harmonies of #EE108C
Complementary color
Monochromatic Colors of #EE108C
Black with #EE108C
Text Example
Text Example
White with #EE108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE108C; }
p { color: rgb(238,16,140); }
H1.HeaderClassName
{
color: #EE108C;
}
.AnyTagClassName
{
color: #EE108C;
}
</style>
background-color css
<style>
a { background-color: #EE108C; }
a { background-color: rgb(238,16,140); }
div.DivClassName
{
background-color: #EE108C;
}
.BgClassName
{
background-color: #EE108C;
}
</style>
border-color css
<style>
span { border-color: #EE108C; }
span { border-color: rgb(238,16,140); }
td.TdClassName
{
border-color: #EE108C;
}
.TagClassName
{
border-color: #EE108C;
}
</style>