Shades of Deep Cerise #EA197C
Tints of Deep Cerise #EA197C
RGB
CMYK
RGB Variations
Color information
#EA197C (or 0xEA197C) is known color: Deep Cerise. HEX triplet: EA, 19 and 7C. RGB value is (234,25,124). Sum of RGB (Red+Green+Blue) = 234+25+124=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA197C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA197C is #15E683. Grayscale: #626262. Windows color (decimal): -1435268 or 8133098. OLE color: 8133098.
HSL color Cylindrical-coordinate representation of color #EA197C: hue angle of 331.58º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA197C is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 124 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.08 |
| HSL | 331.58º | 0.83% | 0.51% | - |
| HSV(B) | 331.58º | 0.89% | 0.92% | - |
| XYZ | 37.92 | 19.64 | 20.86 | - |
| YUV | 98.78 | 142.24 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 124 | 0 | 0.89 | 0.47 | 0.08 | 331.58 | 0.83 | 0.51 |
| Hex | EA | 19 | 7C | 0 | 59 | 2F | 8 | 14C | 53 | 33 |
| Octal | 352 | 31 | 174 | 0 | 131 | 57 | 10 | 514 | 123 | 63 |
| Binary | 11101010 | 11001 | 1111100 | 0 | 1011001 | 101111 | 1000 | 101001100 | 1010011 | 110011 |
Color Harmonies of #EA197C
Complementary color
Monochromatic Colors of #EA197C
Black with #EA197C
Text Example
Text Example
White with #EA197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA197C; }
p { color: rgb(234,25,124); }
H1.HeaderClassName
{
color: #EA197C;
}
.AnyTagClassName
{
color: #EA197C;
}
</style>
background-color css
<style>
a { background-color: #EA197C; }
a { background-color: rgb(234,25,124); }
div.DivClassName
{
background-color: #EA197C;
}
.BgClassName
{
background-color: #EA197C;
}
</style>
border-color css
<style>
span { border-color: #EA197C; }
span { border-color: rgb(234,25,124); }
td.TdClassName
{
border-color: #EA197C;
}
.TagClassName
{
border-color: #EA197C;
}
</style>