Shades of Deep Pink #EA1195
Tints of Deep Pink #EA1195
RGB
CMYK
RGB Variations
Color information
#EA1195 (or 0xEA1195) is known color: Deep Pink. HEX triplet: EA, 11 and 95. RGB value is (234,17,149). Sum of RGB (Red+Green+Blue) = 234+17+149=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1195 is #15EE6A. Grayscale: #606060. Windows color (decimal): -1437291 or 9769450. OLE color: 9769450.
HSL color Cylindrical-coordinate representation of color #EA1195: hue angle of 323.5º 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 #EA1195 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 17 | 149 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.08 |
| HSL | 323.5º | 0.86% | 0.49% | - |
| HSV(B) | 323.5º | 0.93% | 0.92% | - |
| XYZ | 39.56 | 20.06 | 30.22 | - |
| YUV | 96.93 | 157.39 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 17 | 149 | 0 | 0.93 | 0.36 | 0.08 | 323.5 | 0.86 | 0.49 |
| Hex | EA | 11 | 95 | 0 | 5D | 24 | 8 | 144 | 56 | 31 |
| Octal | 352 | 21 | 225 | 0 | 135 | 44 | 10 | 504 | 126 | 61 |
| Binary | 11101010 | 10001 | 10010101 | 0 | 1011101 | 100100 | 1000 | 101000100 | 1010110 | 110001 |
Color Harmonies of #EA1195
Complementary color
Monochromatic Colors of #EA1195
Black with #EA1195
Text Example
Text Example
White with #EA1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1195; }
p { color: rgb(234,17,149); }
H1.HeaderClassName
{
color: #EA1195;
}
.AnyTagClassName
{
color: #EA1195;
}
</style>
background-color css
<style>
a { background-color: #EA1195; }
a { background-color: rgb(234,17,149); }
div.DivClassName
{
background-color: #EA1195;
}
.BgClassName
{
background-color: #EA1195;
}
</style>
border-color css
<style>
span { border-color: #EA1195; }
span { border-color: rgb(234,17,149); }
td.TdClassName
{
border-color: #EA1195;
}
.TagClassName
{
border-color: #EA1195;
}
</style>