Shades of Cerise #E2286B
Tints of Cerise #E2286B
RGB
CMYK
RGB Variations
Color information
#E2286B (or 0xE2286B) is known color: Cerise. HEX triplet: E2, 28 and 6B. RGB value is (226,40,107). Sum of RGB (Red+Green+Blue) = 226+40+107=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E2286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2286B is #1DD794. Grayscale: #676767. Windows color (decimal): -1955733 or 7022818. OLE color: 7022818.
HSL color Cylindrical-coordinate representation of color #E2286B: hue angle of 338.39º 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 #E2286B is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 107 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.11 |
| HSL | 338.39º | 0.76% | 0.52% | - |
| HSV(B) | 338.39º | 0.82% | 0.89% | - |
| XYZ | 34.78 | 18.75 | 15.7 | - |
| YUV | 103.25 | 130.12 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 107 | 0 | 0.82 | 0.53 | 0.11 | 338.39 | 0.76 | 0.52 |
| Hex | E2 | 28 | 6B | 0 | 52 | 35 | B | 152 | 4C | 34 |
| Octal | 342 | 50 | 153 | 0 | 122 | 65 | 13 | 522 | 114 | 64 |
| Binary | 11100010 | 101000 | 1101011 | 0 | 1010010 | 110101 | 1011 | 101010010 | 1001100 | 110100 |
Color Harmonies of #E2286B
Complementary color
Monochromatic Colors of #E2286B
Black with #E2286B
Text Example
Text Example
White with #E2286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2286B; }
p { color: rgb(226,40,107); }
H1.HeaderClassName
{
color: #E2286B;
}
.AnyTagClassName
{
color: #E2286B;
}
</style>
background-color css
<style>
a { background-color: #E2286B; }
a { background-color: rgb(226,40,107); }
div.DivClassName
{
background-color: #E2286B;
}
.BgClassName
{
background-color: #E2286B;
}
</style>
border-color css
<style>
span { border-color: #E2286B; }
span { border-color: rgb(226,40,107); }
td.TdClassName
{
border-color: #E2286B;
}
.TagClassName
{
border-color: #E2286B;
}
</style>