Shades of Cerise #E2285C
Tints of Cerise #E2285C
RGB
CMYK
RGB Variations
Color information
#E2285C (or 0xE2285C) is known color: Cerise. HEX triplet: E2, 28 and 5C. RGB value is (226,40,92). Sum of RGB (Red+Green+Blue) = 226+40+92=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2285C is #1DD7A3. Grayscale: #656565. Windows color (decimal): -1955748 or 6039778. OLE color: 6039778.
HSL color Cylindrical-coordinate representation of color #E2285C: hue angle of 343.23º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2285C is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 92 | - |
| CMYK | 0 | 0.82 | 0.59 | 0.11 |
| HSL | 343.23º | 0.76% | 0.52% | - |
| HSV(B) | 343.23º | 0.82% | 0.89% | - |
| XYZ | 34.05 | 18.46 | 11.89 | - |
| YUV | 101.54 | 122.62 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 92 | 0 | 0.82 | 0.59 | 0.11 | 343.23 | 0.76 | 0.52 |
| Hex | E2 | 28 | 5C | 0 | 52 | 3B | B | 157 | 4C | 34 |
| Octal | 342 | 50 | 134 | 0 | 122 | 73 | 13 | 527 | 114 | 64 |
| Binary | 11100010 | 101000 | 1011100 | 0 | 1010010 | 111011 | 1011 | 101010111 | 1001100 | 110100 |
Color Harmonies of #E2285C
Complementary color
Monochromatic Colors of #E2285C
Black with #E2285C
Text Example
Text Example
White with #E2285C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2285C; }
p { color: rgb(226,40,92); }
H1.HeaderClassName
{
color: #E2285C;
}
.AnyTagClassName
{
color: #E2285C;
}
</style>
background-color css
<style>
a { background-color: #E2285C; }
a { background-color: rgb(226,40,92); }
div.DivClassName
{
background-color: #E2285C;
}
.BgClassName
{
background-color: #E2285C;
}
</style>
border-color css
<style>
span { border-color: #E2285C; }
span { border-color: rgb(226,40,92); }
td.TdClassName
{
border-color: #E2285C;
}
.TagClassName
{
border-color: #E2285C;
}
</style>