Shades of Cerise #E1235D
Tints of Cerise #E1235D
RGB
CMYK
RGB Variations
Color information
#E1235D (or 0xE1235D) is known color: Cerise. HEX triplet: E1, 23 and 5D. RGB value is (225,35,93). Sum of RGB (Red+Green+Blue) = 225+35+93=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E1235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1235D is #1EDCA2. Grayscale: #626262. Windows color (decimal): -2022563 or 6104033. OLE color: 6104033.
HSL color Cylindrical-coordinate representation of color #E1235D: hue angle of 341.68º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1235D is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 93 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.12 |
| HSL | 341.68º | 0.76% | 0.51% | - |
| HSV(B) | 341.68º | 0.84% | 0.88% | - |
| XYZ | 33.63 | 18 | 12.06 | - |
| YUV | 98.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 93 | 0 | 0.84 | 0.59 | 0.12 | 341.68 | 0.76 | 0.51 |
| Hex | E1 | 23 | 5D | 0 | 54 | 3B | C | 156 | 4C | 33 |
| Octal | 341 | 43 | 135 | 0 | 124 | 73 | 14 | 526 | 114 | 63 |
| Binary | 11100001 | 100011 | 1011101 | 0 | 1010100 | 111011 | 1100 | 101010110 | 1001100 | 110011 |
Color Harmonies of #E1235D
Complementary color
Monochromatic Colors of #E1235D
Black with #E1235D
Text Example
Text Example
White with #E1235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1235D; }
p { color: rgb(225,35,93); }
H1.HeaderClassName
{
color: #E1235D;
}
.AnyTagClassName
{
color: #E1235D;
}
</style>
background-color css
<style>
a { background-color: #E1235D; }
a { background-color: rgb(225,35,93); }
div.DivClassName
{
background-color: #E1235D;
}
.BgClassName
{
background-color: #E1235D;
}
</style>
border-color css
<style>
span { border-color: #E1235D; }
span { border-color: rgb(225,35,93); }
td.TdClassName
{
border-color: #E1235D;
}
.TagClassName
{
border-color: #E1235D;
}
</style>