Shades of Cerise #E2326B
Tints of Cerise #E2326B
RGB
CMYK
RGB Variations
Color information
#E2326B (or 0xE2326B) is known color: Cerise. HEX triplet: E2, 32 and 6B. RGB value is (226,50,107). Sum of RGB (Red+Green+Blue) = 226+50+107=383 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.01% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 226 - color contains mainly: red. Hex color #E2326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2326B is #1DCD94. Grayscale: #6D6D6D. Windows color (decimal): -1953173 or 7025378. OLE color: 7025378.
HSL color Cylindrical-coordinate representation of color #E2326B: hue angle of 340.57º 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 #E2326B is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 107 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.11 |
| HSL | 340.57º | 0.75% | 0.54% | - |
| HSV(B) | 340.57º | 0.78% | 0.89% | - |
| XYZ | 35.16 | 19.51 | 15.82 | - |
| YUV | 109.12 | 126.81 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 107 | 0 | 0.78 | 0.53 | 0.11 | 340.57 | 0.75 | 0.54 |
| Hex | E2 | 32 | 6B | 0 | 4E | 35 | B | 155 | 4B | 36 |
| Octal | 342 | 62 | 153 | 0 | 116 | 65 | 13 | 525 | 113 | 66 |
| Binary | 11100010 | 110010 | 1101011 | 0 | 1001110 | 110101 | 1011 | 101010101 | 1001011 | 110110 |
Color Harmonies of #E2326B
Complementary color
Monochromatic Colors of #E2326B
Black with #E2326B
Text Example
Text Example
White with #E2326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2326B; }
p { color: rgb(226,50,107); }
H1.HeaderClassName
{
color: #E2326B;
}
.AnyTagClassName
{
color: #E2326B;
}
</style>
background-color css
<style>
a { background-color: #E2326B; }
a { background-color: rgb(226,50,107); }
div.DivClassName
{
background-color: #E2326B;
}
.BgClassName
{
background-color: #E2326B;
}
</style>
border-color css
<style>
span { border-color: #E2326B; }
span { border-color: rgb(226,50,107); }
td.TdClassName
{
border-color: #E2326B;
}
.TagClassName
{
border-color: #E2326B;
}
</style>