Shades of Deep Pink #EA1395
Tints of Deep Pink #EA1395
RGB
CMYK
RGB Variations
Color information
#EA1395 (or 0xEA1395) is known color: Deep Pink. HEX triplet: EA, 13 and 95. RGB value is (234,19,149). Sum of RGB (Red+Green+Blue) = 234+19+149=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1395 is #15EC6A. Grayscale: #616161. Windows color (decimal): -1436779 or 9769962. OLE color: 9769962.
HSL color Cylindrical-coordinate representation of color #EA1395: hue angle of 323.72º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA1395 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 19 | 149 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.08 |
| HSL | 323.72º | 0.85% | 0.5% | - |
| HSV(B) | 323.72º | 0.92% | 0.92% | - |
| XYZ | 39.59 | 20.13 | 30.23 | - |
| YUV | 98.11 | 156.73 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 19 | 149 | 0 | 0.92 | 0.36 | 0.08 | 323.72 | 0.85 | 0.5 |
| Hex | EA | 13 | 95 | 0 | 5C | 24 | 8 | 144 | 55 | 32 |
| Octal | 352 | 23 | 225 | 0 | 134 | 44 | 10 | 504 | 125 | 62 |
| Binary | 11101010 | 10011 | 10010101 | 0 | 1011100 | 100100 | 1000 | 101000100 | 1010101 | 110010 |
Color Harmonies of #EA1395
Complementary color
Monochromatic Colors of #EA1395
Black with #EA1395
Text Example
Text Example
White with #EA1395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1395; }
p { color: rgb(234,19,149); }
H1.HeaderClassName
{
color: #EA1395;
}
.AnyTagClassName
{
color: #EA1395;
}
</style>
background-color css
<style>
a { background-color: #EA1395; }
a { background-color: rgb(234,19,149); }
div.DivClassName
{
background-color: #EA1395;
}
.BgClassName
{
background-color: #EA1395;
}
</style>
border-color css
<style>
span { border-color: #EA1395; }
span { border-color: rgb(234,19,149); }
td.TdClassName
{
border-color: #EA1395;
}
.TagClassName
{
border-color: #EA1395;
}
</style>