Shades of Cerise #E2285F
Tints of Cerise #E2285F
RGB
CMYK
RGB Variations
Color information
#E2285F (or 0xE2285F) is known color: Cerise. HEX triplet: E2, 28 and 5F. RGB value is (226,40,95). Sum of RGB (Red+Green+Blue) = 226+40+95=361 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.60% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 226 - color contains mainly: red. Hex color #E2285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2285F is #1DD7A0. Grayscale: #656565. Windows color (decimal): -1955745 or 6236386. OLE color: 6236386.
HSL color Cylindrical-coordinate representation of color #E2285F: hue angle of 342.26º 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 #E2285F is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 95 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.11 |
| HSL | 342.26º | 0.76% | 0.52% | - |
| HSV(B) | 342.26º | 0.82% | 0.89% | - |
| XYZ | 34.19 | 18.51 | 12.6 | - |
| YUV | 101.88 | 124.12 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 95 | 0 | 0.82 | 0.58 | 0.11 | 342.26 | 0.76 | 0.52 |
| Hex | E2 | 28 | 5F | 0 | 52 | 3A | B | 156 | 4C | 34 |
| Octal | 342 | 50 | 137 | 0 | 122 | 72 | 13 | 526 | 114 | 64 |
| Binary | 11100010 | 101000 | 1011111 | 0 | 1010010 | 111010 | 1011 | 101010110 | 1001100 | 110100 |
Color Harmonies of #E2285F
Complementary color
Monochromatic Colors of #E2285F
Black with #E2285F
Text Example
Text Example
White with #E2285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2285F; }
p { color: rgb(226,40,95); }
H1.HeaderClassName
{
color: #E2285F;
}
.AnyTagClassName
{
color: #E2285F;
}
</style>
background-color css
<style>
a { background-color: #E2285F; }
a { background-color: rgb(226,40,95); }
div.DivClassName
{
background-color: #E2285F;
}
.BgClassName
{
background-color: #E2285F;
}
</style>
border-color css
<style>
span { border-color: #E2285F; }
span { border-color: rgb(226,40,95); }
td.TdClassName
{
border-color: #E2285F;
}
.TagClassName
{
border-color: #E2285F;
}
</style>