Shades of Deep Pink #EA107E
Tints of Deep Pink #EA107E
RGB
CMYK
RGB Variations
Color information
#EA107E (or 0xEA107E) is known color: Deep Pink. HEX triplet: EA, 10 and 7E. RGB value is (234,16,126). Sum of RGB (Red+Green+Blue) = 234+16+126=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA107E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA107E is #15EF81. Grayscale: #5D5D5D. Windows color (decimal): -1437570 or 8261866. OLE color: 8261866.
HSL color Cylindrical-coordinate representation of color #EA107E: hue angle of 329.72º 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 #EA107E is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 16 | 126 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.08 |
| HSL | 329.72º | 0.87% | 0.49% | - |
| HSV(B) | 329.72º | 0.93% | 0.92% | - |
| XYZ | 37.88 | 19.37 | 21.48 | - |
| YUV | 93.72 | 146.22 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 126 | 0 | 0.93 | 0.46 | 0.08 | 329.72 | 0.87 | 0.49 |
| Hex | EA | 10 | 7E | 0 | 5D | 2E | 8 | 14A | 57 | 31 |
| Octal | 352 | 20 | 176 | 0 | 135 | 56 | 10 | 512 | 127 | 61 |
| Binary | 11101010 | 10000 | 1111110 | 0 | 1011101 | 101110 | 1000 | 101001010 | 1010111 | 110001 |
Color Harmonies of #EA107E
Complementary color
Monochromatic Colors of #EA107E
Black with #EA107E
Text Example
Text Example
White with #EA107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA107E; }
p { color: rgb(234,16,126); }
H1.HeaderClassName
{
color: #EA107E;
}
.AnyTagClassName
{
color: #EA107E;
}
</style>
background-color css
<style>
a { background-color: #EA107E; }
a { background-color: rgb(234,16,126); }
div.DivClassName
{
background-color: #EA107E;
}
.BgClassName
{
background-color: #EA107E;
}
</style>
border-color css
<style>
span { border-color: #EA107E; }
span { border-color: rgb(234,16,126); }
td.TdClassName
{
border-color: #EA107E;
}
.TagClassName
{
border-color: #EA107E;
}
</style>