Shades of Cerise #E2275D
Tints of Cerise #E2275D
RGB
CMYK
RGB Variations
Color information
#E2275D (or 0xE2275D) is known color: Cerise. HEX triplet: E2, 27 and 5D. RGB value is (226,39,93). Sum of RGB (Red+Green+Blue) = 226+39+93=358 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.13% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 226 - color contains mainly: red. Hex color #E2275D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2275D is #1DD8A2. Grayscale: #656565. Windows color (decimal): -1956003 or 6105058. OLE color: 6105058.
HSL color Cylindrical-coordinate representation of color #E2275D: hue angle of 342.67º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2275D is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 93 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.11 |
| HSL | 342.67º | 0.76% | 0.52% | - |
| HSV(B) | 342.67º | 0.83% | 0.89% | - |
| XYZ | 34.07 | 18.41 | 12.11 | - |
| YUV | 101.07 | 123.45 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 93 | 0 | 0.83 | 0.59 | 0.11 | 342.67 | 0.76 | 0.52 |
| Hex | E2 | 27 | 5D | 0 | 53 | 3B | B | 157 | 4C | 34 |
| Octal | 342 | 47 | 135 | 0 | 123 | 73 | 13 | 527 | 114 | 64 |
| Binary | 11100010 | 100111 | 1011101 | 0 | 1010011 | 111011 | 1011 | 101010111 | 1001100 | 110100 |
Color Harmonies of #E2275D
Complementary color
Monochromatic Colors of #E2275D
Black with #E2275D
Text Example
Text Example
White with #E2275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2275D; }
p { color: rgb(226,39,93); }
H1.HeaderClassName
{
color: #E2275D;
}
.AnyTagClassName
{
color: #E2275D;
}
</style>
background-color css
<style>
a { background-color: #E2275D; }
a { background-color: rgb(226,39,93); }
div.DivClassName
{
background-color: #E2275D;
}
.BgClassName
{
background-color: #E2275D;
}
</style>
border-color css
<style>
span { border-color: #E2275D; }
span { border-color: rgb(226,39,93); }
td.TdClassName
{
border-color: #E2275D;
}
.TagClassName
{
border-color: #E2275D;
}
</style>