Shades of Cerise #EA2274
Tints of Cerise #EA2274
RGB
CMYK
RGB Variations
Color information
#EA2274 (or 0xEA2274) is known color: Cerise. HEX triplet: EA, 22 and 74. RGB value is (234,34,116). Sum of RGB (Red+Green+Blue) = 234+34+116=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2274 is #15DD8B. Grayscale: #676767. Windows color (decimal): -1432972 or 7611114. OLE color: 7611114.
HSL color Cylindrical-coordinate representation of color #EA2274: hue angle of 335.4º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA2274 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 116 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.08 |
| HSL | 335.4º | 0.83% | 0.53% | - |
| HSV(B) | 335.4º | 0.85% | 0.92% | - |
| XYZ | 37.66 | 19.9 | 18.38 | - |
| YUV | 103.15 | 135.26 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 116 | 0 | 0.85 | 0.50 | 0.08 | 335.4 | 0.83 | 0.53 |
| Hex | EA | 22 | 74 | 0 | 55 | 32 | 8 | 14F | 53 | 35 |
| Octal | 352 | 42 | 164 | 0 | 125 | 62 | 10 | 517 | 123 | 65 |
| Binary | 11101010 | 100010 | 1110100 | 0 | 1010101 | 110010 | 1000 | 101001111 | 1010011 | 110101 |
Color Harmonies of #EA2274
Complementary color
Monochromatic Colors of #EA2274
Black with #EA2274
Text Example
Text Example
White with #EA2274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2274; }
p { color: rgb(234,34,116); }
H1.HeaderClassName
{
color: #EA2274;
}
.AnyTagClassName
{
color: #EA2274;
}
</style>
background-color css
<style>
a { background-color: #EA2274; }
a { background-color: rgb(234,34,116); }
div.DivClassName
{
background-color: #EA2274;
}
.BgClassName
{
background-color: #EA2274;
}
</style>
border-color css
<style>
span { border-color: #EA2274; }
span { border-color: rgb(234,34,116); }
td.TdClassName
{
border-color: #EA2274;
}
.TagClassName
{
border-color: #EA2274;
}
</style>