Shades of Deep Cerise #EA1A7C
Tints of Deep Cerise #EA1A7C
RGB
CMYK
RGB Variations
Color information
#EA1A7C (or 0xEA1A7C) is known color: Deep Cerise. HEX triplet: EA, 1A and 7C. RGB value is (234,26,124). Sum of RGB (Red+Green+Blue) = 234+26+124=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1A7C is #15E583. Grayscale: #636363. Windows color (decimal): -1435012 or 8133354. OLE color: 8133354.
HSL color Cylindrical-coordinate representation of color #EA1A7C: hue angle of 331.73º 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 #EA1A7C is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 26 | 124 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.08 |
| HSL | 331.73º | 0.83% | 0.51% | - |
| HSV(B) | 331.73º | 0.89% | 0.92% | - |
| XYZ | 37.94 | 19.69 | 20.87 | - |
| YUV | 99.36 | 141.91 | 224.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 26 | 124 | 0 | 0.89 | 0.47 | 0.08 | 331.73 | 0.83 | 0.51 |
| Hex | EA | 1A | 7C | 0 | 59 | 2F | 8 | 14C | 53 | 33 |
| Octal | 352 | 32 | 174 | 0 | 131 | 57 | 10 | 514 | 123 | 63 |
| Binary | 11101010 | 11010 | 1111100 | 0 | 1011001 | 101111 | 1000 | 101001100 | 1010011 | 110011 |
Color Harmonies of #EA1A7C
Complementary color
Monochromatic Colors of #EA1A7C
Black with #EA1A7C
Text Example
Text Example
White with #EA1A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1A7C; }
p { color: rgb(234,26,124); }
H1.HeaderClassName
{
color: #EA1A7C;
}
.AnyTagClassName
{
color: #EA1A7C;
}
</style>
background-color css
<style>
a { background-color: #EA1A7C; }
a { background-color: rgb(234,26,124); }
div.DivClassName
{
background-color: #EA1A7C;
}
.BgClassName
{
background-color: #EA1A7C;
}
</style>
border-color css
<style>
span { border-color: #EA1A7C; }
span { border-color: rgb(234,26,124); }
td.TdClassName
{
border-color: #EA1A7C;
}
.TagClassName
{
border-color: #EA1A7C;
}
</style>