Shades of Deep Pink #EA1183
Tints of Deep Pink #EA1183
RGB
CMYK
RGB Variations
Color information
#EA1183 (or 0xEA1183) is known color: Deep Pink. HEX triplet: EA, 11 and 83. RGB value is (234,17,131). Sum of RGB (Red+Green+Blue) = 234+17+131=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1183 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1183 is #15EE7C. Grayscale: #5E5E5E. Windows color (decimal): -1437309 or 8589802. OLE color: 8589802.
HSL color Cylindrical-coordinate representation of color #EA1183: hue angle of 328.48º 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 #EA1183 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 131 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.08 |
| HSL | 328.48º | 0.86% | 0.49% | - |
| HSV(B) | 328.48º | 0.93% | 0.92% | - |
| XYZ | 38.23 | 19.53 | 23.23 | - |
| YUV | 94.88 | 148.39 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 131 | 0 | 0.93 | 0.44 | 0.08 | 328.48 | 0.86 | 0.49 |
| Hex | EA | 11 | 83 | 0 | 5D | 2C | 8 | 148 | 56 | 31 |
| Octal | 352 | 21 | 203 | 0 | 135 | 54 | 10 | 510 | 126 | 61 |
| Binary | 11101010 | 10001 | 10000011 | 0 | 1011101 | 101100 | 1000 | 101001000 | 1010110 | 110001 |
Color Harmonies of #EA1183
Complementary color
Monochromatic Colors of #EA1183
Black with #EA1183
Text Example
Text Example
White with #EA1183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1183; }
p { color: rgb(234,17,131); }
H1.HeaderClassName
{
color: #EA1183;
}
.AnyTagClassName
{
color: #EA1183;
}
</style>
background-color css
<style>
a { background-color: #EA1183; }
a { background-color: rgb(234,17,131); }
div.DivClassName
{
background-color: #EA1183;
}
.BgClassName
{
background-color: #EA1183;
}
</style>
border-color css
<style>
span { border-color: #EA1183; }
span { border-color: rgb(234,17,131); }
td.TdClassName
{
border-color: #EA1183;
}
.TagClassName
{
border-color: #EA1183;
}
</style>