Shades of Cerise #E2326D
Tints of Cerise #E2326D
RGB
CMYK
RGB Variations
Color information
#E2326D (or 0xE2326D) is known color: Cerise. HEX triplet: E2, 32 and 6D. RGB value is (226,50,109). Sum of RGB (Red+Green+Blue) = 226+50+109=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2326D is #1DCD92. Grayscale: #6D6D6D. Windows color (decimal): -1953171 or 7156450. OLE color: 7156450.
HSL color Cylindrical-coordinate representation of color #E2326D: hue angle of 339.89º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2326D is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 109 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.11 |
| HSL | 339.89º | 0.75% | 0.54% | - |
| HSV(B) | 339.89º | 0.78% | 0.89% | - |
| XYZ | 35.26 | 19.55 | 16.38 | - |
| YUV | 109.35 | 127.81 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 109 | 0 | 0.78 | 0.52 | 0.11 | 339.89 | 0.75 | 0.54 |
| Hex | E2 | 32 | 6D | 0 | 4E | 34 | B | 154 | 4B | 36 |
| Octal | 342 | 62 | 155 | 0 | 116 | 64 | 13 | 524 | 113 | 66 |
| Binary | 11100010 | 110010 | 1101101 | 0 | 1001110 | 110100 | 1011 | 101010100 | 1001011 | 110110 |
Color Harmonies of #E2326D
Complementary color
Monochromatic Colors of #E2326D
Black with #E2326D
Text Example
Text Example
White with #E2326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2326D; }
p { color: rgb(226,50,109); }
H1.HeaderClassName
{
color: #E2326D;
}
.AnyTagClassName
{
color: #E2326D;
}
</style>
background-color css
<style>
a { background-color: #E2326D; }
a { background-color: rgb(226,50,109); }
div.DivClassName
{
background-color: #E2326D;
}
.BgClassName
{
background-color: #E2326D;
}
</style>
border-color css
<style>
span { border-color: #E2326D; }
span { border-color: rgb(226,50,109); }
td.TdClassName
{
border-color: #E2326D;
}
.TagClassName
{
border-color: #E2326D;
}
</style>