Shades of Cerise #E5475D
Tints of Cerise #E5475D
RGB
CMYK
RGB Variations
Color information
#E5475D (or 0xE5475D) is known color: Cerise. HEX triplet: E5, 47 and 5D. RGB value is (229,71,93). Sum of RGB (Red+Green+Blue) = 229+71+93=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E5475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5475D is #1AB8A2. Grayscale: #787878. Windows color (decimal): -1751203 or 6113253. OLE color: 6113253.
HSL color Cylindrical-coordinate representation of color #E5475D: hue angle of 351.65º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5475D is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 93 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.10 |
| HSL | 351.65º | 0.75% | 0.59% | - |
| HSV(B) | 351.65º | 0.69% | 0.9% | - |
| XYZ | 36.54 | 21.95 | 12.67 | - |
| YUV | 120.75 | 112.35 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 93 | 0 | 0.69 | 0.59 | 0.10 | 351.65 | 0.75 | 0.59 |
| Hex | E5 | 47 | 5D | 0 | 45 | 3B | A | 160 | 4B | 3B |
| Octal | 345 | 107 | 135 | 0 | 105 | 73 | 12 | 540 | 113 | 73 |
| Binary | 11100101 | 1000111 | 1011101 | 0 | 1000101 | 111011 | 1010 | 101100000 | 1001011 | 111011 |
Color Harmonies of #E5475D
Complementary color
Monochromatic Colors of #E5475D
Black with #E5475D
Text Example
Text Example
White with #E5475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5475D; }
p { color: rgb(229,71,93); }
H1.HeaderClassName
{
color: #E5475D;
}
.AnyTagClassName
{
color: #E5475D;
}
</style>
background-color css
<style>
a { background-color: #E5475D; }
a { background-color: rgb(229,71,93); }
div.DivClassName
{
background-color: #E5475D;
}
.BgClassName
{
background-color: #E5475D;
}
</style>
border-color css
<style>
span { border-color: #E5475D; }
span { border-color: rgb(229,71,93); }
td.TdClassName
{
border-color: #E5475D;
}
.TagClassName
{
border-color: #E5475D;
}
</style>