Shades of Deep Pink #EA137D
Tints of Deep Pink #EA137D
RGB
CMYK
RGB Variations
Color information
#EA137D (or 0xEA137D) is known color: Deep Pink. HEX triplet: EA, 13 and 7D. RGB value is (234,19,125). Sum of RGB (Red+Green+Blue) = 234+19+125=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA137D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA137D is #15EC82. Grayscale: #5F5F5F. Windows color (decimal): -1436803 or 8197098. OLE color: 8197098.
HSL color Cylindrical-coordinate representation of color #EA137D: hue angle of 330.42º 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 #EA137D is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 19 | 125 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.08 |
| HSL | 330.42º | 0.85% | 0.5% | - |
| HSV(B) | 330.42º | 0.92% | 0.92% | - |
| XYZ | 37.87 | 19.44 | 21.16 | - |
| YUV | 95.37 | 144.73 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 19 | 125 | 0 | 0.92 | 0.47 | 0.08 | 330.42 | 0.85 | 0.5 |
| Hex | EA | 13 | 7D | 0 | 5C | 2F | 8 | 14A | 55 | 32 |
| Octal | 352 | 23 | 175 | 0 | 134 | 57 | 10 | 512 | 125 | 62 |
| Binary | 11101010 | 10011 | 1111101 | 0 | 1011100 | 101111 | 1000 | 101001010 | 1010101 | 110010 |
Color Harmonies of #EA137D
Complementary color
Monochromatic Colors of #EA137D
Black with #EA137D
Text Example
Text Example
White with #EA137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA137D; }
p { color: rgb(234,19,125); }
H1.HeaderClassName
{
color: #EA137D;
}
.AnyTagClassName
{
color: #EA137D;
}
</style>
background-color css
<style>
a { background-color: #EA137D; }
a { background-color: rgb(234,19,125); }
div.DivClassName
{
background-color: #EA137D;
}
.BgClassName
{
background-color: #EA137D;
}
</style>
border-color css
<style>
span { border-color: #EA137D; }
span { border-color: rgb(234,19,125); }
td.TdClassName
{
border-color: #EA137D;
}
.TagClassName
{
border-color: #EA137D;
}
</style>