Shades of Cerise #E0425A
Tints of Cerise #E0425A
RGB
CMYK
RGB Variations
Color information
#E0425A (or 0xE0425A) is known color: Cerise. HEX triplet: E0, 42 and 5A. RGB value is (224,66,90). Sum of RGB (Red+Green+Blue) = 224+66+90=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E0425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0425A is #1FBDA5. Grayscale: #747474. Windows color (decimal): -2080166 or 5915360. OLE color: 5915360.
HSL color Cylindrical-coordinate representation of color #E0425A: hue angle of 350.89º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E0425A is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 90 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.12 |
| HSL | 350.89º | 0.72% | 0.57% | - |
| HSV(B) | 350.89º | 0.71% | 0.88% | - |
| XYZ | 34.53 | 20.48 | 11.81 | - |
| YUV | 115.98 | 113.35 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 90 | 0 | 0.71 | 0.60 | 0.12 | 350.89 | 0.72 | 0.57 |
| Hex | E0 | 42 | 5A | 0 | 47 | 3C | C | 15F | 48 | 39 |
| Octal | 340 | 102 | 132 | 0 | 107 | 74 | 14 | 537 | 110 | 71 |
| Binary | 11100000 | 1000010 | 1011010 | 0 | 1000111 | 111100 | 1100 | 101011111 | 1001000 | 111001 |
Color Harmonies of #E0425A
Complementary color
Monochromatic Colors of #E0425A
Black with #E0425A
Text Example
Text Example
White with #E0425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0425A; }
p { color: rgb(224,66,90); }
H1.HeaderClassName
{
color: #E0425A;
}
.AnyTagClassName
{
color: #E0425A;
}
</style>
background-color css
<style>
a { background-color: #E0425A; }
a { background-color: rgb(224,66,90); }
div.DivClassName
{
background-color: #E0425A;
}
.BgClassName
{
background-color: #E0425A;
}
</style>
border-color css
<style>
span { border-color: #E0425A; }
span { border-color: rgb(224,66,90); }
td.TdClassName
{
border-color: #E0425A;
}
.TagClassName
{
border-color: #E0425A;
}
</style>