Shades of Cerise #E2355F
Tints of Cerise #E2355F
RGB
CMYK
RGB Variations
Color information
#E2355F (or 0xE2355F) is known color: Cerise. HEX triplet: E2, 35 and 5F. RGB value is (226,53,95). Sum of RGB (Red+Green+Blue) = 226+53+95=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E2355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2355F is #1DCAA0. Grayscale: #6D6D6D. Windows color (decimal): -1952417 or 6239714. OLE color: 6239714.
HSL color Cylindrical-coordinate representation of color #E2355F: hue angle of 345.43º 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 #E2355F is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 53 | 95 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.11 |
| HSL | 345.43º | 0.75% | 0.55% | - |
| HSV(B) | 345.43º | 0.77% | 0.89% | - |
| XYZ | 34.7 | 19.54 | 12.77 | - |
| YUV | 109.52 | 119.81 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 53 | 95 | 0 | 0.77 | 0.58 | 0.11 | 345.43 | 0.75 | 0.55 |
| Hex | E2 | 35 | 5F | 0 | 4D | 3A | B | 159 | 4B | 37 |
| Octal | 342 | 65 | 137 | 0 | 115 | 72 | 13 | 531 | 113 | 67 |
| Binary | 11100010 | 110101 | 1011111 | 0 | 1001101 | 111010 | 1011 | 101011001 | 1001011 | 110111 |
Color Harmonies of #E2355F
Complementary color
Monochromatic Colors of #E2355F
Black with #E2355F
Text Example
Text Example
White with #E2355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2355F; }
p { color: rgb(226,53,95); }
H1.HeaderClassName
{
color: #E2355F;
}
.AnyTagClassName
{
color: #E2355F;
}
</style>
background-color css
<style>
a { background-color: #E2355F; }
a { background-color: rgb(226,53,95); }
div.DivClassName
{
background-color: #E2355F;
}
.BgClassName
{
background-color: #E2355F;
}
</style>
border-color css
<style>
span { border-color: #E2355F; }
span { border-color: rgb(226,53,95); }
td.TdClassName
{
border-color: #E2355F;
}
.TagClassName
{
border-color: #E2355F;
}
</style>