Shades of Cerise #EA226A
Tints of Cerise #EA226A
RGB
CMYK
RGB Variations
Color information
#EA226A (or 0xEA226A) is known color: Cerise. HEX triplet: EA, 22 and 6A. RGB value is (234,34,106). Sum of RGB (Red+Green+Blue) = 234+34+106=374 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.57% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 234 - color contains mainly: red. Hex color #EA226A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA226A is #15DD95. Grayscale: #656565. Windows color (decimal): -1432982 or 6955754. OLE color: 6955754.
HSL color Cylindrical-coordinate representation of color #EA226A: hue angle of 338.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 #EA226A is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 106 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.08 |
| HSL | 338.4º | 0.83% | 0.53% | - |
| HSV(B) | 338.4º | 0.85% | 0.92% | - |
| XYZ | 37.11 | 19.68 | 15.48 | - |
| YUV | 102.01 | 130.26 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 106 | 0 | 0.85 | 0.55 | 0.08 | 338.4 | 0.83 | 0.53 |
| Hex | EA | 22 | 6A | 0 | 55 | 37 | 8 | 152 | 53 | 35 |
| Octal | 352 | 42 | 152 | 0 | 125 | 67 | 10 | 522 | 123 | 65 |
| Binary | 11101010 | 100010 | 1101010 | 0 | 1010101 | 110111 | 1000 | 101010010 | 1010011 | 110101 |
Color Harmonies of #EA226A
Complementary color
Monochromatic Colors of #EA226A
Black with #EA226A
Text Example
Text Example
White with #EA226A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA226A; }
p { color: rgb(234,34,106); }
H1.HeaderClassName
{
color: #EA226A;
}
.AnyTagClassName
{
color: #EA226A;
}
</style>
background-color css
<style>
a { background-color: #EA226A; }
a { background-color: rgb(234,34,106); }
div.DivClassName
{
background-color: #EA226A;
}
.BgClassName
{
background-color: #EA226A;
}
</style>
border-color css
<style>
span { border-color: #EA226A; }
span { border-color: rgb(234,34,106); }
td.TdClassName
{
border-color: #EA226A;
}
.TagClassName
{
border-color: #EA226A;
}
</style>