Shades of Cerise #E2355D
Tints of Cerise #E2355D
RGB
CMYK
RGB Variations
Color information
#E2355D (or 0xE2355D) is known color: Cerise. HEX triplet: E2, 35 and 5D. RGB value is (226,53,93). Sum of RGB (Red+Green+Blue) = 226+53+93=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E2355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2355D is #1DCAA2. Grayscale: #6D6D6D. Windows color (decimal): -1952419 or 6108642. OLE color: 6108642.
HSL color Cylindrical-coordinate representation of color #E2355D: hue angle of 346.13º 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 #E2355D is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 93 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.11 |
| HSL | 346.13º | 0.75% | 0.55% | - |
| HSV(B) | 346.13º | 0.77% | 0.89% | - |
| XYZ | 34.61 | 19.51 | 12.3 | - |
| YUV | 109.29 | 118.81 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 93 | 0 | 0.77 | 0.59 | 0.11 | 346.13 | 0.75 | 0.55 |
| Hex | E2 | 35 | 5D | 0 | 4D | 3B | B | 15A | 4B | 37 |
| Octal | 342 | 65 | 135 | 0 | 115 | 73 | 13 | 532 | 113 | 67 |
| Binary | 11100010 | 110101 | 1011101 | 0 | 1001101 | 111011 | 1011 | 101011010 | 1001011 | 110111 |
Color Harmonies of #E2355D
Complementary color
Monochromatic Colors of #E2355D
Black with #E2355D
Text Example
Text Example
White with #E2355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2355D; }
p { color: rgb(226,53,93); }
H1.HeaderClassName
{
color: #E2355D;
}
.AnyTagClassName
{
color: #E2355D;
}
</style>
background-color css
<style>
a { background-color: #E2355D; }
a { background-color: rgb(226,53,93); }
div.DivClassName
{
background-color: #E2355D;
}
.BgClassName
{
background-color: #E2355D;
}
</style>
border-color css
<style>
span { border-color: #E2355D; }
span { border-color: rgb(226,53,93); }
td.TdClassName
{
border-color: #E2355D;
}
.TagClassName
{
border-color: #E2355D;
}
</style>