Shades of Deep Pink #EA107C
Tints of Deep Pink #EA107C
RGB
CMYK
RGB Variations
Color information
#EA107C (or 0xEA107C) is known color: Deep Pink. HEX triplet: EA, 10 and 7C. RGB value is (234,16,124). Sum of RGB (Red+Green+Blue) = 234+16+124=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA107C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA107C is #15EF83. Grayscale: #5D5D5D. Windows color (decimal): -1437572 or 8130794. OLE color: 8130794.
HSL color Cylindrical-coordinate representation of color #EA107C: hue angle of 330.28º 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 #EA107C is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 124 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.08 |
| HSL | 330.28º | 0.87% | 0.49% | - |
| HSV(B) | 330.28º | 0.93% | 0.92% | - |
| XYZ | 37.76 | 19.32 | 20.81 | - |
| YUV | 93.49 | 145.22 | 228.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 124 | 0 | 0.93 | 0.47 | 0.08 | 330.28 | 0.87 | 0.49 |
| Hex | EA | 10 | 7C | 0 | 5D | 2F | 8 | 14A | 57 | 31 |
| Octal | 352 | 20 | 174 | 0 | 135 | 57 | 10 | 512 | 127 | 61 |
| Binary | 11101010 | 10000 | 1111100 | 0 | 1011101 | 101111 | 1000 | 101001010 | 1010111 | 110001 |
Color Harmonies of #EA107C
Complementary color
Monochromatic Colors of #EA107C
Black with #EA107C
Text Example
Text Example
White with #EA107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA107C; }
p { color: rgb(234,16,124); }
H1.HeaderClassName
{
color: #EA107C;
}
.AnyTagClassName
{
color: #EA107C;
}
</style>
background-color css
<style>
a { background-color: #EA107C; }
a { background-color: rgb(234,16,124); }
div.DivClassName
{
background-color: #EA107C;
}
.BgClassName
{
background-color: #EA107C;
}
</style>
border-color css
<style>
span { border-color: #EA107C; }
span { border-color: rgb(234,16,124); }
td.TdClassName
{
border-color: #EA107C;
}
.TagClassName
{
border-color: #EA107C;
}
</style>