Shades of Cerise #EA2261
Tints of Cerise #EA2261
RGB
CMYK
RGB Variations
Color information
#EA2261 (or 0xEA2261) is known color: Cerise. HEX triplet: EA, 22 and 61. RGB value is (234,34,97). Sum of RGB (Red+Green+Blue) = 234+34+97=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2261 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2261 is #15DD9E. Grayscale: #646464. Windows color (decimal): -1432991 or 6365930. OLE color: 6365930.
HSL color Cylindrical-coordinate representation of color #EA2261: hue angle of 341.1º 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 #EA2261 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 97 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.08 |
| HSL | 341.1º | 0.83% | 0.53% | - |
| HSV(B) | 341.1º | 0.85% | 0.92% | - |
| XYZ | 36.66 | 19.5 | 13.14 | - |
| YUV | 100.98 | 125.76 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 97 | 0 | 0.85 | 0.59 | 0.08 | 341.1 | 0.83 | 0.53 |
| Hex | EA | 22 | 61 | 0 | 55 | 3B | 8 | 155 | 53 | 35 |
| Octal | 352 | 42 | 141 | 0 | 125 | 73 | 10 | 525 | 123 | 65 |
| Binary | 11101010 | 100010 | 1100001 | 0 | 1010101 | 111011 | 1000 | 101010101 | 1010011 | 110101 |
Color Harmonies of #EA2261
Complementary color
Monochromatic Colors of #EA2261
Black with #EA2261
Text Example
Text Example
White with #EA2261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2261; }
p { color: rgb(234,34,97); }
H1.HeaderClassName
{
color: #EA2261;
}
.AnyTagClassName
{
color: #EA2261;
}
</style>
background-color css
<style>
a { background-color: #EA2261; }
a { background-color: rgb(234,34,97); }
div.DivClassName
{
background-color: #EA2261;
}
.BgClassName
{
background-color: #EA2261;
}
</style>
border-color css
<style>
span { border-color: #EA2261; }
span { border-color: rgb(234,34,97); }
td.TdClassName
{
border-color: #EA2261;
}
.TagClassName
{
border-color: #EA2261;
}
</style>