Shades of Cerise #E2296B
Tints of Cerise #E2296B
RGB
CMYK
RGB Variations
Color information
#E2296B (or 0xE2296B) is known color: Cerise. HEX triplet: E2, 29 and 6B. RGB value is (226,41,107). Sum of RGB (Red+Green+Blue) = 226+41+107=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E2296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2296B is #1DD694. Grayscale: #676767. Windows color (decimal): -1955477 or 7023074. OLE color: 7023074.
HSL color Cylindrical-coordinate representation of color #E2296B: hue angle of 338.59º 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 #E2296B is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 107 | - |
| CMYK | 0 | 0.82 | 0.53 | 0.11 |
| HSL | 338.59º | 0.76% | 0.52% | - |
| HSV(B) | 338.59º | 0.82% | 0.89% | - |
| XYZ | 34.81 | 18.82 | 15.71 | - |
| YUV | 103.84 | 129.79 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 107 | 0 | 0.82 | 0.53 | 0.11 | 338.59 | 0.76 | 0.52 |
| Hex | E2 | 29 | 6B | 0 | 52 | 35 | B | 153 | 4C | 34 |
| Octal | 342 | 51 | 153 | 0 | 122 | 65 | 13 | 523 | 114 | 64 |
| Binary | 11100010 | 101001 | 1101011 | 0 | 1010010 | 110101 | 1011 | 101010011 | 1001100 | 110100 |
Color Harmonies of #E2296B
Complementary color
Monochromatic Colors of #E2296B
Black with #E2296B
Text Example
Text Example
White with #E2296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2296B; }
p { color: rgb(226,41,107); }
H1.HeaderClassName
{
color: #E2296B;
}
.AnyTagClassName
{
color: #E2296B;
}
</style>
background-color css
<style>
a { background-color: #E2296B; }
a { background-color: rgb(226,41,107); }
div.DivClassName
{
background-color: #E2296B;
}
.BgClassName
{
background-color: #E2296B;
}
</style>
border-color css
<style>
span { border-color: #E2296B; }
span { border-color: rgb(226,41,107); }
td.TdClassName
{
border-color: #E2296B;
}
.TagClassName
{
border-color: #E2296B;
}
</style>