Shades of Deep Pink #EA1180
Tints of Deep Pink #EA1180
RGB
CMYK
RGB Variations
Color information
#EA1180 (or 0xEA1180) is known color: Deep Pink. HEX triplet: EA, 11 and 80. RGB value is (234,17,128). Sum of RGB (Red+Green+Blue) = 234+17+128=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1180 is #15EE7F. Grayscale: #5E5E5E. Windows color (decimal): -1437312 or 8393194. OLE color: 8393194.
HSL color Cylindrical-coordinate representation of color #EA1180: hue angle of 329.31º degrees, saturation: 0.86, 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 #EA1180 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 128 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.08 |
| HSL | 329.31º | 0.86% | 0.49% | - |
| HSV(B) | 329.31º | 0.93% | 0.92% | - |
| XYZ | 38.03 | 19.45 | 22.17 | - |
| YUV | 94.54 | 146.89 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 128 | 0 | 0.93 | 0.45 | 0.08 | 329.31 | 0.86 | 0.49 |
| Hex | EA | 11 | 80 | 0 | 5D | 2D | 8 | 149 | 56 | 31 |
| Octal | 352 | 21 | 200 | 0 | 135 | 55 | 10 | 511 | 126 | 61 |
| Binary | 11101010 | 10001 | 10000000 | 0 | 1011101 | 101101 | 1000 | 101001001 | 1010110 | 110001 |
Color Harmonies of #EA1180
Complementary color
Monochromatic Colors of #EA1180
Black with #EA1180
Text Example
Text Example
White with #EA1180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1180; }
p { color: rgb(234,17,128); }
H1.HeaderClassName
{
color: #EA1180;
}
.AnyTagClassName
{
color: #EA1180;
}
</style>
background-color css
<style>
a { background-color: #EA1180; }
a { background-color: rgb(234,17,128); }
div.DivClassName
{
background-color: #EA1180;
}
.BgClassName
{
background-color: #EA1180;
}
</style>
border-color css
<style>
span { border-color: #EA1180; }
span { border-color: rgb(234,17,128); }
td.TdClassName
{
border-color: #EA1180;
}
.TagClassName
{
border-color: #EA1180;
}
</style>