Shades of Deep Pink #EA1193
Tints of Deep Pink #EA1193
RGB
CMYK
RGB Variations
Color information
#EA1193 (or 0xEA1193) is known color: Deep Pink. HEX triplet: EA, 11 and 93. RGB value is (234,17,147). Sum of RGB (Red+Green+Blue) = 234+17+147=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1193 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1193 is #15EE6C. Grayscale: #606060. Windows color (decimal): -1437293 or 9638378. OLE color: 9638378.
HSL color Cylindrical-coordinate representation of color #EA1193: hue angle of 324.06º 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 #EA1193 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 147 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.08 |
| HSL | 324.06º | 0.86% | 0.49% | - |
| HSV(B) | 324.06º | 0.93% | 0.92% | - |
| XYZ | 39.4 | 20 | 29.39 | - |
| YUV | 96.7 | 156.39 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 147 | 0 | 0.93 | 0.37 | 0.08 | 324.06 | 0.86 | 0.49 |
| Hex | EA | 11 | 93 | 0 | 5D | 25 | 8 | 144 | 56 | 31 |
| Octal | 352 | 21 | 223 | 0 | 135 | 45 | 10 | 504 | 126 | 61 |
| Binary | 11101010 | 10001 | 10010011 | 0 | 1011101 | 100101 | 1000 | 101000100 | 1010110 | 110001 |
Color Harmonies of #EA1193
Complementary color
Monochromatic Colors of #EA1193
Black with #EA1193
Text Example
Text Example
White with #EA1193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1193; }
p { color: rgb(234,17,147); }
H1.HeaderClassName
{
color: #EA1193;
}
.AnyTagClassName
{
color: #EA1193;
}
</style>
background-color css
<style>
a { background-color: #EA1193; }
a { background-color: rgb(234,17,147); }
div.DivClassName
{
background-color: #EA1193;
}
.BgClassName
{
background-color: #EA1193;
}
</style>
border-color css
<style>
span { border-color: #EA1193; }
span { border-color: rgb(234,17,147); }
td.TdClassName
{
border-color: #EA1193;
}
.TagClassName
{
border-color: #EA1193;
}
</style>