Shades of Deep Cerise #EA2A94
Tints of Deep Cerise #EA2A94
RGB
CMYK
RGB Variations
Color information
#EA2A94 (or 0xEA2A94) is known color: Deep Cerise. HEX triplet: EA, 2A and 94. RGB value is (234,42,148). Sum of RGB (Red+Green+Blue) = 234+42+148=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2A94 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2A94 is #15D56B. Grayscale: #6F6F6F. Windows color (decimal): -1430892 or 9710314. OLE color: 9710314.
HSL color Cylindrical-coordinate representation of color #EA2A94: hue angle of 326.88º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA2A94 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 42 | 148 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.08 |
| HSL | 326.88º | 0.82% | 0.54% | - |
| HSV(B) | 326.88º | 0.82% | 0.92% | - |
| XYZ | 40.1 | 21.29 | 30.01 | - |
| YUV | 111.49 | 148.61 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 42 | 148 | 0 | 0.82 | 0.37 | 0.08 | 326.88 | 0.82 | 0.54 |
| Hex | EA | 2A | 94 | 0 | 52 | 25 | 8 | 147 | 52 | 36 |
| Octal | 352 | 52 | 224 | 0 | 122 | 45 | 10 | 507 | 122 | 66 |
| Binary | 11101010 | 101010 | 10010100 | 0 | 1010010 | 100101 | 1000 | 101000111 | 1010010 | 110110 |
Color Harmonies of #EA2A94
Complementary color
Monochromatic Colors of #EA2A94
Black with #EA2A94
Text Example
Text Example
White with #EA2A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2A94; }
p { color: rgb(234,42,148); }
H1.HeaderClassName
{
color: #EA2A94;
}
.AnyTagClassName
{
color: #EA2A94;
}
</style>
background-color css
<style>
a { background-color: #EA2A94; }
a { background-color: rgb(234,42,148); }
div.DivClassName
{
background-color: #EA2A94;
}
.BgClassName
{
background-color: #EA2A94;
}
</style>
border-color css
<style>
span { border-color: #EA2A94; }
span { border-color: rgb(234,42,148); }
td.TdClassName
{
border-color: #EA2A94;
}
.TagClassName
{
border-color: #EA2A94;
}
</style>