Shades of Cerise #E0355F
Tints of Cerise #E0355F
RGB
CMYK
RGB Variations
Color information
#E0355F (or 0xE0355F) is known color: Cerise. HEX triplet: E0, 35 and 5F. RGB value is (224,53,95). Sum of RGB (Red+Green+Blue) = 224+53+95=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E0355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0355F is #1FCAA0. Grayscale: #6C6C6C. Windows color (decimal): -2083489 or 6239712. OLE color: 6239712.
HSL color Cylindrical-coordinate representation of color #E0355F: hue angle of 345.26º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0355F is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 95 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.12 |
| HSL | 345.26º | 0.73% | 0.54% | - |
| HSV(B) | 345.26º | 0.76% | 0.88% | - |
| XYZ | 34.08 | 19.22 | 12.74 | - |
| YUV | 108.92 | 120.15 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 95 | 0 | 0.76 | 0.58 | 0.12 | 345.26 | 0.73 | 0.54 |
| Hex | E0 | 35 | 5F | 0 | 4C | 3A | C | 159 | 49 | 36 |
| Octal | 340 | 65 | 137 | 0 | 114 | 72 | 14 | 531 | 111 | 66 |
| Binary | 11100000 | 110101 | 1011111 | 0 | 1001100 | 111010 | 1100 | 101011001 | 1001001 | 110110 |
Color Harmonies of #E0355F
Complementary color
Monochromatic Colors of #E0355F
Black with #E0355F
Text Example
Text Example
White with #E0355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0355F; }
p { color: rgb(224,53,95); }
H1.HeaderClassName
{
color: #E0355F;
}
.AnyTagClassName
{
color: #E0355F;
}
</style>
background-color css
<style>
a { background-color: #E0355F; }
a { background-color: rgb(224,53,95); }
div.DivClassName
{
background-color: #E0355F;
}
.BgClassName
{
background-color: #E0355F;
}
</style>
border-color css
<style>
span { border-color: #E0355F; }
span { border-color: rgb(224,53,95); }
td.TdClassName
{
border-color: #E0355F;
}
.TagClassName
{
border-color: #E0355F;
}
</style>