Shades of Cerise #E5325D
Tints of Cerise #E5325D
RGB
CMYK
RGB Variations
Color information
#E5325D (or 0xE5325D) is known color: Cerise. HEX triplet: E5, 32 and 5D. RGB value is (229,50,93). Sum of RGB (Red+Green+Blue) = 229+50+93=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E5325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5325D is #1ACDA2. Grayscale: #6C6C6C. Windows color (decimal): -1756579 or 6107877. OLE color: 6107877.
HSL color Cylindrical-coordinate representation of color #E5325D: hue angle of 345.59º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E5325D is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 93 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.10 |
| HSL | 345.59º | 0.77% | 0.55% | - |
| HSV(B) | 345.59º | 0.78% | 0.9% | - |
| XYZ | 35.43 | 19.73 | 12.3 | - |
| YUV | 108.42 | 119.3 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 93 | 0 | 0.78 | 0.59 | 0.10 | 345.59 | 0.77 | 0.55 |
| Hex | E5 | 32 | 5D | 0 | 4E | 3B | A | 15A | 4D | 37 |
| Octal | 345 | 62 | 135 | 0 | 116 | 73 | 12 | 532 | 115 | 67 |
| Binary | 11100101 | 110010 | 1011101 | 0 | 1001110 | 111011 | 1010 | 101011010 | 1001101 | 110111 |
Color Harmonies of #E5325D
Complementary color
Monochromatic Colors of #E5325D
Black with #E5325D
Text Example
Text Example
White with #E5325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5325D; }
p { color: rgb(229,50,93); }
H1.HeaderClassName
{
color: #E5325D;
}
.AnyTagClassName
{
color: #E5325D;
}
</style>
background-color css
<style>
a { background-color: #E5325D; }
a { background-color: rgb(229,50,93); }
div.DivClassName
{
background-color: #E5325D;
}
.BgClassName
{
background-color: #E5325D;
}
</style>
border-color css
<style>
span { border-color: #E5325D; }
span { border-color: rgb(229,50,93); }
td.TdClassName
{
border-color: #E5325D;
}
.TagClassName
{
border-color: #E5325D;
}
</style>