Shades of Cerise #E2365C
Tints of Cerise #E2365C
RGB
CMYK
RGB Variations
Color information
#E2365C (or 0xE2365C) is known color: Cerise. HEX triplet: E2, 36 and 5C. RGB value is (226,54,92). Sum of RGB (Red+Green+Blue) = 226+54+92=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E2365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2365C is #1DC9A3. Grayscale: #6D6D6D. Windows color (decimal): -1952164 or 6043362. OLE color: 6043362.
HSL color Cylindrical-coordinate representation of color #E2365C: hue angle of 346.74º 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 #E2365C is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 54 | 92 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.11 |
| HSL | 346.74º | 0.75% | 0.55% | - |
| HSV(B) | 346.74º | 0.76% | 0.89% | - |
| XYZ | 34.61 | 19.58 | 12.08 | - |
| YUV | 109.76 | 117.98 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 54 | 92 | 0 | 0.76 | 0.59 | 0.11 | 346.74 | 0.75 | 0.55 |
| Hex | E2 | 36 | 5C | 0 | 4C | 3B | B | 15B | 4B | 37 |
| Octal | 342 | 66 | 134 | 0 | 114 | 73 | 13 | 533 | 113 | 67 |
| Binary | 11100010 | 110110 | 1011100 | 0 | 1001100 | 111011 | 1011 | 101011011 | 1001011 | 110111 |
Color Harmonies of #E2365C
Complementary color
Monochromatic Colors of #E2365C
Black with #E2365C
Text Example
Text Example
White with #E2365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2365C; }
p { color: rgb(226,54,92); }
H1.HeaderClassName
{
color: #E2365C;
}
.AnyTagClassName
{
color: #E2365C;
}
</style>
background-color css
<style>
a { background-color: #E2365C; }
a { background-color: rgb(226,54,92); }
div.DivClassName
{
background-color: #E2365C;
}
.BgClassName
{
background-color: #E2365C;
}
</style>
border-color css
<style>
span { border-color: #E2365C; }
span { border-color: rgb(226,54,92); }
td.TdClassName
{
border-color: #E2365C;
}
.TagClassName
{
border-color: #E2365C;
}
</style>