Shades of Cerise #E0325D
Tints of Cerise #E0325D
RGB
CMYK
RGB Variations
Color information
#E0325D (or 0xE0325D) is known color: Cerise. HEX triplet: E0, 32 and 5D. RGB value is (224,50,93). Sum of RGB (Red+Green+Blue) = 224+50+93=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E0325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0325D is #1FCDA2. Grayscale: #6A6A6A. Windows color (decimal): -2084259 or 6107872. OLE color: 6107872.
HSL color Cylindrical-coordinate representation of color #E0325D: hue angle of 345.17º 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 #E0325D is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 93 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.12 |
| HSL | 345.17º | 0.74% | 0.54% | - |
| HSV(B) | 345.17º | 0.78% | 0.88% | - |
| XYZ | 33.86 | 18.92 | 12.22 | - |
| YUV | 106.93 | 120.15 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 93 | 0 | 0.78 | 0.58 | 0.12 | 345.17 | 0.74 | 0.54 |
| Hex | E0 | 32 | 5D | 0 | 4E | 3A | C | 159 | 4A | 36 |
| Octal | 340 | 62 | 135 | 0 | 116 | 72 | 14 | 531 | 112 | 66 |
| Binary | 11100000 | 110010 | 1011101 | 0 | 1001110 | 111010 | 1100 | 101011001 | 1001010 | 110110 |
Color Harmonies of #E0325D
Complementary color
Monochromatic Colors of #E0325D
Black with #E0325D
Text Example
Text Example
White with #E0325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0325D; }
p { color: rgb(224,50,93); }
H1.HeaderClassName
{
color: #E0325D;
}
.AnyTagClassName
{
color: #E0325D;
}
</style>
background-color css
<style>
a { background-color: #E0325D; }
a { background-color: rgb(224,50,93); }
div.DivClassName
{
background-color: #E0325D;
}
.BgClassName
{
background-color: #E0325D;
}
</style>
border-color css
<style>
span { border-color: #E0325D; }
span { border-color: rgb(224,50,93); }
td.TdClassName
{
border-color: #E0325D;
}
.TagClassName
{
border-color: #E0325D;
}
</style>