Shades of Cerise #EA226C
Tints of Cerise #EA226C
RGB
CMYK
RGB Variations
Color information
#EA226C (or 0xEA226C) is known color: Cerise. HEX triplet: EA, 22 and 6C. RGB value is (234,34,108). Sum of RGB (Red+Green+Blue) = 234+34+108=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA226C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA226C is #15DD93. Grayscale: #666666. Windows color (decimal): -1432980 or 7086826. OLE color: 7086826.
HSL color Cylindrical-coordinate representation of color #EA226C: hue angle of 337.8º 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 #EA226C is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 108 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.08 |
| HSL | 337.8º | 0.83% | 0.53% | - |
| HSV(B) | 337.8º | 0.85% | 0.92% | - |
| XYZ | 37.21 | 19.72 | 16.03 | - |
| YUV | 102.24 | 131.26 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 108 | 0 | 0.85 | 0.54 | 0.08 | 337.8 | 0.83 | 0.53 |
| Hex | EA | 22 | 6C | 0 | 55 | 36 | 8 | 152 | 53 | 35 |
| Octal | 352 | 42 | 154 | 0 | 125 | 66 | 10 | 522 | 123 | 65 |
| Binary | 11101010 | 100010 | 1101100 | 0 | 1010101 | 110110 | 1000 | 101010010 | 1010011 | 110101 |
Color Harmonies of #EA226C
Complementary color
Monochromatic Colors of #EA226C
Black with #EA226C
Text Example
Text Example
White with #EA226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA226C; }
p { color: rgb(234,34,108); }
H1.HeaderClassName
{
color: #EA226C;
}
.AnyTagClassName
{
color: #EA226C;
}
</style>
background-color css
<style>
a { background-color: #EA226C; }
a { background-color: rgb(234,34,108); }
div.DivClassName
{
background-color: #EA226C;
}
.BgClassName
{
background-color: #EA226C;
}
</style>
border-color css
<style>
span { border-color: #EA226C; }
span { border-color: rgb(234,34,108); }
td.TdClassName
{
border-color: #EA226C;
}
.TagClassName
{
border-color: #EA226C;
}
</style>