Shades of Cerise #E3325D
Tints of Cerise #E3325D
RGB
CMYK
RGB Variations
Color information
#E3325D (or 0xE3325D) is known color: Cerise. HEX triplet: E3, 32 and 5D. RGB value is (227,50,93). Sum of RGB (Red+Green+Blue) = 227+50+93=370 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.35% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 227 - color contains mainly: red. Hex color #E3325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3325D is #1CCDA2. Grayscale: #6B6B6B. Windows color (decimal): -1887651 or 6107875. OLE color: 6107875.
HSL color Cylindrical-coordinate representation of color #E3325D: hue angle of 345.42º degrees, saturation: 0.76, 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 #E3325D is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 50 | 93 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.11 |
| HSL | 345.42º | 0.76% | 0.54% | - |
| HSV(B) | 345.42º | 0.78% | 0.89% | - |
| XYZ | 34.79 | 19.4 | 12.27 | - |
| YUV | 107.83 | 119.64 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 93 | 0 | 0.78 | 0.59 | 0.11 | 345.42 | 0.76 | 0.54 |
| Hex | E3 | 32 | 5D | 0 | 4E | 3B | B | 159 | 4C | 36 |
| Octal | 343 | 62 | 135 | 0 | 116 | 73 | 13 | 531 | 114 | 66 |
| Binary | 11100011 | 110010 | 1011101 | 0 | 1001110 | 111011 | 1011 | 101011001 | 1001100 | 110110 |
Color Harmonies of #E3325D
Complementary color
Monochromatic Colors of #E3325D
Black with #E3325D
Text Example
Text Example
White with #E3325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3325D; }
p { color: rgb(227,50,93); }
H1.HeaderClassName
{
color: #E3325D;
}
.AnyTagClassName
{
color: #E3325D;
}
</style>
background-color css
<style>
a { background-color: #E3325D; }
a { background-color: rgb(227,50,93); }
div.DivClassName
{
background-color: #E3325D;
}
.BgClassName
{
background-color: #E3325D;
}
</style>
border-color css
<style>
span { border-color: #E3325D; }
span { border-color: rgb(227,50,93); }
td.TdClassName
{
border-color: #E3325D;
}
.TagClassName
{
border-color: #E3325D;
}
</style>