Shades of Cerise #E5235D
Tints of Cerise #E5235D
RGB
CMYK
RGB Variations
Color information
#E5235D (or 0xE5235D) is known color: Cerise. HEX triplet: E5, 23 and 5D. RGB value is (229,35,93). Sum of RGB (Red+Green+Blue) = 229+35+93=357 (47% of max value = 765). Red value is 229 (89.84% from 255 or 64.15% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 229 - color contains mainly: red. Hex color #E5235D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5235D is #1ADCA2. Grayscale: #636363. Windows color (decimal): -1760419 or 6104037. OLE color: 6104037.
HSL color Cylindrical-coordinate representation of color #E5235D: hue angle of 342.06º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5235D is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 35 | 93 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.10 |
| HSL | 342.06º | 0.79% | 0.52% | - |
| HSV(B) | 342.06º | 0.85% | 0.9% | - |
| XYZ | 34.89 | 18.65 | 12.12 | - |
| YUV | 99.62 | 124.27 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 35 | 93 | 0 | 0.85 | 0.59 | 0.10 | 342.06 | 0.79 | 0.52 |
| Hex | E5 | 23 | 5D | 0 | 55 | 3B | A | 156 | 4F | 34 |
| Octal | 345 | 43 | 135 | 0 | 125 | 73 | 12 | 526 | 117 | 64 |
| Binary | 11100101 | 100011 | 1011101 | 0 | 1010101 | 111011 | 1010 | 101010110 | 1001111 | 110100 |
Color Harmonies of #E5235D
Complementary color
Monochromatic Colors of #E5235D
Black with #E5235D
Text Example
Text Example
White with #E5235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5235D; }
p { color: rgb(229,35,93); }
H1.HeaderClassName
{
color: #E5235D;
}
.AnyTagClassName
{
color: #E5235D;
}
</style>
background-color css
<style>
a { background-color: #E5235D; }
a { background-color: rgb(229,35,93); }
div.DivClassName
{
background-color: #E5235D;
}
.BgClassName
{
background-color: #E5235D;
}
</style>
border-color css
<style>
span { border-color: #E5235D; }
span { border-color: rgb(229,35,93); }
td.TdClassName
{
border-color: #E5235D;
}
.TagClassName
{
border-color: #E5235D;
}
</style>