Shades of Cerise #E2325D
Tints of Cerise #E2325D
RGB
CMYK
RGB Variations
Color information
#E2325D (or 0xE2325D) is known color: Cerise. HEX triplet: E2, 32 and 5D. RGB value is (226,50,93). Sum of RGB (Red+Green+Blue) = 226+50+93=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E2325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2325D is #1DCDA2. Grayscale: #6B6B6B. Windows color (decimal): -1953187 or 6107874. OLE color: 6107874.
HSL color Cylindrical-coordinate representation of color #E2325D: hue angle of 345.34º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2325D is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 93 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.11 |
| HSL | 345.34º | 0.75% | 0.54% | - |
| HSV(B) | 345.34º | 0.78% | 0.89% | - |
| XYZ | 34.48 | 19.24 | 12.25 | - |
| YUV | 107.53 | 119.81 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 93 | 0 | 0.78 | 0.59 | 0.11 | 345.34 | 0.75 | 0.54 |
| Hex | E2 | 32 | 5D | 0 | 4E | 3B | B | 159 | 4B | 36 |
| Octal | 342 | 62 | 135 | 0 | 116 | 73 | 13 | 531 | 113 | 66 |
| Binary | 11100010 | 110010 | 1011101 | 0 | 1001110 | 111011 | 1011 | 101011001 | 1001011 | 110110 |
Color Harmonies of #E2325D
Complementary color
Monochromatic Colors of #E2325D
Black with #E2325D
Text Example
Text Example
White with #E2325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2325D; }
p { color: rgb(226,50,93); }
H1.HeaderClassName
{
color: #E2325D;
}
.AnyTagClassName
{
color: #E2325D;
}
</style>
background-color css
<style>
a { background-color: #E2325D; }
a { background-color: rgb(226,50,93); }
div.DivClassName
{
background-color: #E2325D;
}
.BgClassName
{
background-color: #E2325D;
}
</style>
border-color css
<style>
span { border-color: #E2325D; }
span { border-color: rgb(226,50,93); }
td.TdClassName
{
border-color: #E2325D;
}
.TagClassName
{
border-color: #E2325D;
}
</style>