Shades of Deep Pink #EA147C
Tints of Deep Pink #EA147C
RGB
CMYK
RGB Variations
Color information
#EA147C (or 0xEA147C) is known color: Deep Pink. HEX triplet: EA, 14 and 7C. RGB value is (234,20,124). Sum of RGB (Red+Green+Blue) = 234+20+124=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA147C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA147C is #15EB83. Grayscale: #5F5F5F. Windows color (decimal): -1436548 or 8131818. OLE color: 8131818.
HSL color Cylindrical-coordinate representation of color #EA147C: hue angle of 330.84º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA147C is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 20 | 124 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.08 |
| HSL | 330.84º | 0.84% | 0.5% | - |
| HSV(B) | 330.84º | 0.91% | 0.92% | - |
| XYZ | 37.82 | 19.45 | 20.83 | - |
| YUV | 95.84 | 143.9 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 124 | 0 | 0.91 | 0.47 | 0.08 | 330.84 | 0.84 | 0.5 |
| Hex | EA | 14 | 7C | 0 | 5B | 2F | 8 | 14B | 54 | 32 |
| Octal | 352 | 24 | 174 | 0 | 133 | 57 | 10 | 513 | 124 | 62 |
| Binary | 11101010 | 10100 | 1111100 | 0 | 1011011 | 101111 | 1000 | 101001011 | 1010100 | 110010 |
Color Harmonies of #EA147C
Complementary color
Monochromatic Colors of #EA147C
Black with #EA147C
Text Example
Text Example
White with #EA147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA147C; }
p { color: rgb(234,20,124); }
H1.HeaderClassName
{
color: #EA147C;
}
.AnyTagClassName
{
color: #EA147C;
}
</style>
background-color css
<style>
a { background-color: #EA147C; }
a { background-color: rgb(234,20,124); }
div.DivClassName
{
background-color: #EA147C;
}
.BgClassName
{
background-color: #EA147C;
}
</style>
border-color css
<style>
span { border-color: #EA147C; }
span { border-color: rgb(234,20,124); }
td.TdClassName
{
border-color: #EA147C;
}
.TagClassName
{
border-color: #EA147C;
}
</style>