Shades of Cerise #E2355A
Tints of Cerise #E2355A
RGB
CMYK
RGB Variations
Color information
#E2355A (or 0xE2355A) is known color: Cerise. HEX triplet: E2, 35 and 5A. RGB value is (226,53,90). Sum of RGB (Red+Green+Blue) = 226+53+90=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E2355A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2355A is #1DCAA5. Grayscale: #6C6C6C. Windows color (decimal): -1952422 or 5912034. OLE color: 5912034.
HSL color Cylindrical-coordinate representation of color #E2355A: hue angle of 347.17º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2355A is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 90 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.11 |
| HSL | 347.17º | 0.75% | 0.55% | - |
| HSV(B) | 347.17º | 0.77% | 0.89% | - |
| XYZ | 34.48 | 19.45 | 11.61 | - |
| YUV | 108.95 | 117.31 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 90 | 0 | 0.77 | 0.60 | 0.11 | 347.17 | 0.75 | 0.55 |
| Hex | E2 | 35 | 5A | 0 | 4D | 3C | B | 15B | 4B | 37 |
| Octal | 342 | 65 | 132 | 0 | 115 | 74 | 13 | 533 | 113 | 67 |
| Binary | 11100010 | 110101 | 1011010 | 0 | 1001101 | 111100 | 1011 | 101011011 | 1001011 | 110111 |
Color Harmonies of #E2355A
Complementary color
Monochromatic Colors of #E2355A
Black with #E2355A
Text Example
Text Example
White with #E2355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2355A; }
p { color: rgb(226,53,90); }
H1.HeaderClassName
{
color: #E2355A;
}
.AnyTagClassName
{
color: #E2355A;
}
</style>
background-color css
<style>
a { background-color: #E2355A; }
a { background-color: rgb(226,53,90); }
div.DivClassName
{
background-color: #E2355A;
}
.BgClassName
{
background-color: #E2355A;
}
</style>
border-color css
<style>
span { border-color: #E2355A; }
span { border-color: rgb(226,53,90); }
td.TdClassName
{
border-color: #E2355A;
}
.TagClassName
{
border-color: #E2355A;
}
</style>