Shades of Deep Pink #EA157C
Tints of Deep Pink #EA157C
RGB
CMYK
RGB Variations
Color information
#EA157C (or 0xEA157C) is known color: Deep Pink. HEX triplet: EA, 15 and 7C. RGB value is (234,21,124). Sum of RGB (Red+Green+Blue) = 234+21+124=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA157C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA157C is #15EA83. Grayscale: #606060. Windows color (decimal): -1436292 or 8132074. OLE color: 8132074.
HSL color Cylindrical-coordinate representation of color #EA157C: hue angle of 330.99º 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 #EA157C is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 21 | 124 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.08 |
| HSL | 330.99º | 0.84% | 0.5% | - |
| HSV(B) | 330.99º | 0.91% | 0.92% | - |
| XYZ | 37.84 | 19.48 | 20.84 | - |
| YUV | 96.43 | 143.57 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 21 | 124 | 0 | 0.91 | 0.47 | 0.08 | 330.99 | 0.84 | 0.5 |
| Hex | EA | 15 | 7C | 0 | 5B | 2F | 8 | 14B | 54 | 32 |
| Octal | 352 | 25 | 174 | 0 | 133 | 57 | 10 | 513 | 124 | 62 |
| Binary | 11101010 | 10101 | 1111100 | 0 | 1011011 | 101111 | 1000 | 101001011 | 1010100 | 110010 |
Color Harmonies of #EA157C
Complementary color
Monochromatic Colors of #EA157C
Black with #EA157C
Text Example
Text Example
White with #EA157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA157C; }
p { color: rgb(234,21,124); }
H1.HeaderClassName
{
color: #EA157C;
}
.AnyTagClassName
{
color: #EA157C;
}
</style>
background-color css
<style>
a { background-color: #EA157C; }
a { background-color: rgb(234,21,124); }
div.DivClassName
{
background-color: #EA157C;
}
.BgClassName
{
background-color: #EA157C;
}
</style>
border-color css
<style>
span { border-color: #EA157C; }
span { border-color: rgb(234,21,124); }
td.TdClassName
{
border-color: #EA157C;
}
.TagClassName
{
border-color: #EA157C;
}
</style>