Shades of Deep Pink #EA108C
Tints of Deep Pink #EA108C
RGB
CMYK
RGB Variations
Color information
#EA108C (or 0xEA108C) is known color: Deep Pink. HEX triplet: EA, 10 and 8C. RGB value is (234,16,140). Sum of RGB (Red+Green+Blue) = 234+16+140=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA108C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA108C is #15EF73. Grayscale: #5F5F5F. Windows color (decimal): -1437556 or 9179370. OLE color: 9179370.
HSL color Cylindrical-coordinate representation of color #EA108C: hue angle of 325.87º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA108C is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 140 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.08 |
| HSL | 325.87º | 0.87% | 0.49% | - |
| HSV(B) | 325.87º | 0.93% | 0.92% | - |
| XYZ | 38.85 | 19.76 | 26.58 | - |
| YUV | 95.32 | 153.22 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 140 | 0 | 0.93 | 0.40 | 0.08 | 325.87 | 0.87 | 0.49 |
| Hex | EA | 10 | 8C | 0 | 5D | 28 | 8 | 146 | 57 | 31 |
| Octal | 352 | 20 | 214 | 0 | 135 | 50 | 10 | 506 | 127 | 61 |
| Binary | 11101010 | 10000 | 10001100 | 0 | 1011101 | 101000 | 1000 | 101000110 | 1010111 | 110001 |
Color Harmonies of #EA108C
Complementary color
Monochromatic Colors of #EA108C
Black with #EA108C
Text Example
Text Example
White with #EA108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA108C; }
p { color: rgb(234,16,140); }
H1.HeaderClassName
{
color: #EA108C;
}
.AnyTagClassName
{
color: #EA108C;
}
</style>
background-color css
<style>
a { background-color: #EA108C; }
a { background-color: rgb(234,16,140); }
div.DivClassName
{
background-color: #EA108C;
}
.BgClassName
{
background-color: #EA108C;
}
</style>
border-color css
<style>
span { border-color: #EA108C; }
span { border-color: rgb(234,16,140); }
td.TdClassName
{
border-color: #EA108C;
}
.TagClassName
{
border-color: #EA108C;
}
</style>