Shades of Deep Cerise #EA1C7A
Tints of Deep Cerise #EA1C7A
RGB
CMYK
RGB Variations
Color information
#EA1C7A (or 0xEA1C7A) is known color: Deep Cerise. HEX triplet: EA, 1C and 7A. RGB value is (234,28,122). Sum of RGB (Red+Green+Blue) = 234+28+122=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1C7A is #15E385. Grayscale: #646464. Windows color (decimal): -1434502 or 8002794. OLE color: 8002794.
HSL color Cylindrical-coordinate representation of color #EA1C7A: hue angle of 332.62º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1C7A is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 122 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.08 |
| HSL | 332.62º | 0.83% | 0.51% | - |
| HSV(B) | 332.62º | 0.88% | 0.92% | - |
| XYZ | 37.86 | 19.73 | 20.22 | - |
| YUV | 100.31 | 140.25 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 122 | 0 | 0.88 | 0.48 | 0.08 | 332.62 | 0.83 | 0.51 |
| Hex | EA | 1C | 7A | 0 | 58 | 30 | 8 | 14D | 53 | 33 |
| Octal | 352 | 34 | 172 | 0 | 130 | 60 | 10 | 515 | 123 | 63 |
| Binary | 11101010 | 11100 | 1111010 | 0 | 1011000 | 110000 | 1000 | 101001101 | 1010011 | 110011 |
Color Harmonies of #EA1C7A
Complementary color
Monochromatic Colors of #EA1C7A
Black with #EA1C7A
Text Example
Text Example
White with #EA1C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1C7A; }
p { color: rgb(234,28,122); }
H1.HeaderClassName
{
color: #EA1C7A;
}
.AnyTagClassName
{
color: #EA1C7A;
}
</style>
background-color css
<style>
a { background-color: #EA1C7A; }
a { background-color: rgb(234,28,122); }
div.DivClassName
{
background-color: #EA1C7A;
}
.BgClassName
{
background-color: #EA1C7A;
}
</style>
border-color css
<style>
span { border-color: #EA1C7A; }
span { border-color: rgb(234,28,122); }
td.TdClassName
{
border-color: #EA1C7A;
}
.TagClassName
{
border-color: #EA1C7A;
}
</style>