Shades of Cerise #E0285A
Tints of Cerise #E0285A
RGB
CMYK
RGB Variations
Color information
#E0285A (or 0xE0285A) is known color: Cerise. HEX triplet: E0, 28 and 5A. RGB value is (224,40,90). Sum of RGB (Red+Green+Blue) = 224+40+90=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0285A is #1FD7A5. Grayscale: #646464. Windows color (decimal): -2086822 or 5908704. OLE color: 5908704.
HSL color Cylindrical-coordinate representation of color #E0285A: hue angle of 343.7º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0285A is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 90 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.12 |
| HSL | 343.7º | 0.75% | 0.52% | - |
| HSV(B) | 343.7º | 0.82% | 0.88% | - |
| XYZ | 33.34 | 18.1 | 11.41 | - |
| YUV | 100.72 | 121.96 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 90 | 0 | 0.82 | 0.60 | 0.12 | 343.7 | 0.75 | 0.52 |
| Hex | E0 | 28 | 5A | 0 | 52 | 3C | C | 158 | 4B | 34 |
| Octal | 340 | 50 | 132 | 0 | 122 | 74 | 14 | 530 | 113 | 64 |
| Binary | 11100000 | 101000 | 1011010 | 0 | 1010010 | 111100 | 1100 | 101011000 | 1001011 | 110100 |
Color Harmonies of #E0285A
Complementary color
Monochromatic Colors of #E0285A
Black with #E0285A
Text Example
Text Example
White with #E0285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0285A; }
p { color: rgb(224,40,90); }
H1.HeaderClassName
{
color: #E0285A;
}
.AnyTagClassName
{
color: #E0285A;
}
</style>
background-color css
<style>
a { background-color: #E0285A; }
a { background-color: rgb(224,40,90); }
div.DivClassName
{
background-color: #E0285A;
}
.BgClassName
{
background-color: #E0285A;
}
</style>
border-color css
<style>
span { border-color: #E0285A; }
span { border-color: rgb(224,40,90); }
td.TdClassName
{
border-color: #E0285A;
}
.TagClassName
{
border-color: #E0285A;
}
</style>