Shades of Cerise #E2365B
Tints of Cerise #E2365B
RGB
CMYK
RGB Variations
Color information
#E2365B (or 0xE2365B) is known color: Cerise. HEX triplet: E2, 36 and 5B. RGB value is (226,54,91). Sum of RGB (Red+Green+Blue) = 226+54+91=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E2365B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2365B is #1DC9A4. Grayscale: #6D6D6D. Windows color (decimal): -1952165 or 5977826. OLE color: 5977826.
HSL color Cylindrical-coordinate representation of color #E2365B: hue angle of 347.09º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2365B is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 54 | 91 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.11 |
| HSL | 347.09º | 0.75% | 0.55% | - |
| HSV(B) | 347.09º | 0.76% | 0.89% | - |
| XYZ | 34.57 | 19.56 | 11.85 | - |
| YUV | 109.65 | 117.48 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 54 | 91 | 0 | 0.76 | 0.60 | 0.11 | 347.09 | 0.75 | 0.55 |
| Hex | E2 | 36 | 5B | 0 | 4C | 3C | B | 15B | 4B | 37 |
| Octal | 342 | 66 | 133 | 0 | 114 | 74 | 13 | 533 | 113 | 67 |
| Binary | 11100010 | 110110 | 1011011 | 0 | 1001100 | 111100 | 1011 | 101011011 | 1001011 | 110111 |
Color Harmonies of #E2365B
Complementary color
Monochromatic Colors of #E2365B
Black with #E2365B
Text Example
Text Example
White with #E2365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2365B; }
p { color: rgb(226,54,91); }
H1.HeaderClassName
{
color: #E2365B;
}
.AnyTagClassName
{
color: #E2365B;
}
</style>
background-color css
<style>
a { background-color: #E2365B; }
a { background-color: rgb(226,54,91); }
div.DivClassName
{
background-color: #E2365B;
}
.BgClassName
{
background-color: #E2365B;
}
</style>
border-color css
<style>
span { border-color: #E2365B; }
span { border-color: rgb(226,54,91); }
td.TdClassName
{
border-color: #E2365B;
}
.TagClassName
{
border-color: #E2365B;
}
</style>