Shades of Cerise #E0325B
Tints of Cerise #E0325B
RGB
CMYK
RGB Variations
Color information
#E0325B (or 0xE0325B) is known color: Cerise. HEX triplet: E0, 32 and 5B. RGB value is (224,50,91). Sum of RGB (Red+Green+Blue) = 224+50+91=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E0325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0325B is #1FCDA4. Grayscale: #6A6A6A. Windows color (decimal): -2084261 or 5976800. OLE color: 5976800.
HSL color Cylindrical-coordinate representation of color #E0325B: hue angle of 345.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0325B is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 91 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.12 |
| HSL | 345.86º | 0.74% | 0.54% | - |
| HSV(B) | 345.86º | 0.78% | 0.88% | - |
| XYZ | 33.77 | 18.88 | 11.76 | - |
| YUV | 106.7 | 119.15 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 91 | 0 | 0.78 | 0.59 | 0.12 | 345.86 | 0.74 | 0.54 |
| Hex | E0 | 32 | 5B | 0 | 4E | 3B | C | 15A | 4A | 36 |
| Octal | 340 | 62 | 133 | 0 | 116 | 73 | 14 | 532 | 112 | 66 |
| Binary | 11100000 | 110010 | 1011011 | 0 | 1001110 | 111011 | 1100 | 101011010 | 1001010 | 110110 |
Color Harmonies of #E0325B
Complementary color
Monochromatic Colors of #E0325B
Black with #E0325B
Text Example
Text Example
White with #E0325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0325B; }
p { color: rgb(224,50,91); }
H1.HeaderClassName
{
color: #E0325B;
}
.AnyTagClassName
{
color: #E0325B;
}
</style>
background-color css
<style>
a { background-color: #E0325B; }
a { background-color: rgb(224,50,91); }
div.DivClassName
{
background-color: #E0325B;
}
.BgClassName
{
background-color: #E0325B;
}
</style>
border-color css
<style>
span { border-color: #E0325B; }
span { border-color: rgb(224,50,91); }
td.TdClassName
{
border-color: #E0325B;
}
.TagClassName
{
border-color: #E0325B;
}
</style>