Shades of Cerise #EA2262
Tints of Cerise #EA2262
RGB
CMYK
RGB Variations
Color information
#EA2262 (or 0xEA2262) is known color: Cerise. HEX triplet: EA, 22 and 62. RGB value is (234,34,98). Sum of RGB (Red+Green+Blue) = 234+34+98=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2262 is #15DD9D. Grayscale: #656565. Windows color (decimal): -1432990 or 6431466. OLE color: 6431466.
HSL color Cylindrical-coordinate representation of color #EA2262: hue angle of 340.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 #EA2262 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 34 | 98 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.08 |
| HSL | 340.8º | 0.83% | 0.53% | - |
| HSV(B) | 340.8º | 0.85% | 0.92% | - |
| XYZ | 36.71 | 19.52 | 13.39 | - |
| YUV | 101.1 | 126.26 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 34 | 98 | 0 | 0.85 | 0.58 | 0.08 | 340.8 | 0.83 | 0.53 |
| Hex | EA | 22 | 62 | 0 | 55 | 3A | 8 | 155 | 53 | 35 |
| Octal | 352 | 42 | 142 | 0 | 125 | 72 | 10 | 525 | 123 | 65 |
| Binary | 11101010 | 100010 | 1100010 | 0 | 1010101 | 111010 | 1000 | 101010101 | 1010011 | 110101 |
Color Harmonies of #EA2262
Complementary color
Monochromatic Colors of #EA2262
Black with #EA2262
Text Example
Text Example
White with #EA2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2262; }
p { color: rgb(234,34,98); }
H1.HeaderClassName
{
color: #EA2262;
}
.AnyTagClassName
{
color: #EA2262;
}
</style>
background-color css
<style>
a { background-color: #EA2262; }
a { background-color: rgb(234,34,98); }
div.DivClassName
{
background-color: #EA2262;
}
.BgClassName
{
background-color: #EA2262;
}
</style>
border-color css
<style>
span { border-color: #EA2262; }
span { border-color: rgb(234,34,98); }
td.TdClassName
{
border-color: #EA2262;
}
.TagClassName
{
border-color: #EA2262;
}
</style>