Shades of Cerise #E2375D
Tints of Cerise #E2375D
RGB
CMYK
RGB Variations
Color information
#E2375D (or 0xE2375D) is known color: Cerise. HEX triplet: E2, 37 and 5D. RGB value is (226,55,93). Sum of RGB (Red+Green+Blue) = 226+55+93=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E2375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2375D is #1DC8A2. Grayscale: #6E6E6E. Windows color (decimal): -1951907 or 6109154. OLE color: 6109154.
HSL color Cylindrical-coordinate representation of color #E2375D: hue angle of 346.67º 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 #E2375D is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 55 | 93 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.11 |
| HSL | 346.67º | 0.75% | 0.55% | - |
| HSV(B) | 346.67º | 0.76% | 0.89% | - |
| XYZ | 34.71 | 19.69 | 12.33 | - |
| YUV | 110.46 | 118.15 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 55 | 93 | 0 | 0.76 | 0.59 | 0.11 | 346.67 | 0.75 | 0.55 |
| Hex | E2 | 37 | 5D | 0 | 4C | 3B | B | 15B | 4B | 37 |
| Octal | 342 | 67 | 135 | 0 | 114 | 73 | 13 | 533 | 113 | 67 |
| Binary | 11100010 | 110111 | 1011101 | 0 | 1001100 | 111011 | 1011 | 101011011 | 1001011 | 110111 |
Color Harmonies of #E2375D
Complementary color
Monochromatic Colors of #E2375D
Black with #E2375D
Text Example
Text Example
White with #E2375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2375D; }
p { color: rgb(226,55,93); }
H1.HeaderClassName
{
color: #E2375D;
}
.AnyTagClassName
{
color: #E2375D;
}
</style>
background-color css
<style>
a { background-color: #E2375D; }
a { background-color: rgb(226,55,93); }
div.DivClassName
{
background-color: #E2375D;
}
.BgClassName
{
background-color: #E2375D;
}
</style>
border-color css
<style>
span { border-color: #E2375D; }
span { border-color: rgb(226,55,93); }
td.TdClassName
{
border-color: #E2375D;
}
.TagClassName
{
border-color: #E2375D;
}
</style>