Shades of Cerise #EA2362
Tints of Cerise #EA2362
RGB
CMYK
RGB Variations
Color information
#EA2362 (or 0xEA2362) is known color: Cerise. HEX triplet: EA, 23 and 62. RGB value is (234,35,98). Sum of RGB (Red+Green+Blue) = 234+35+98=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2362 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2362 is #15DC9D. Grayscale: #656565. Windows color (decimal): -1432734 or 6431722. OLE color: 6431722.
HSL color Cylindrical-coordinate representation of color #EA2362: hue angle of 341.01º 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 #EA2362 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 35 | 98 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.08 |
| HSL | 341.01º | 0.83% | 0.53% | - |
| HSV(B) | 341.01º | 0.85% | 0.92% | - |
| XYZ | 36.74 | 19.58 | 13.4 | - |
| YUV | 101.68 | 125.93 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 35 | 98 | 0 | 0.85 | 0.58 | 0.08 | 341.01 | 0.83 | 0.53 |
| Hex | EA | 23 | 62 | 0 | 55 | 3A | 8 | 155 | 53 | 35 |
| Octal | 352 | 43 | 142 | 0 | 125 | 72 | 10 | 525 | 123 | 65 |
| Binary | 11101010 | 100011 | 1100010 | 0 | 1010101 | 111010 | 1000 | 101010101 | 1010011 | 110101 |
Color Harmonies of #EA2362
Complementary color
Monochromatic Colors of #EA2362
Black with #EA2362
Text Example
Text Example
White with #EA2362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2362; }
p { color: rgb(234,35,98); }
H1.HeaderClassName
{
color: #EA2362;
}
.AnyTagClassName
{
color: #EA2362;
}
</style>
background-color css
<style>
a { background-color: #EA2362; }
a { background-color: rgb(234,35,98); }
div.DivClassName
{
background-color: #EA2362;
}
.BgClassName
{
background-color: #EA2362;
}
</style>
border-color css
<style>
span { border-color: #EA2362; }
span { border-color: rgb(234,35,98); }
td.TdClassName
{
border-color: #EA2362;
}
.TagClassName
{
border-color: #EA2362;
}
</style>