Shades of Cerise #E2416A
Tints of Cerise #E2416A
RGB
CMYK
RGB Variations
Color information
#E2416A (or 0xE2416A) is known color: Cerise. HEX triplet: E2, 41 and 6A. RGB value is (226,65,106). Sum of RGB (Red+Green+Blue) = 226+65+106=397 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.93% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 226 - color contains mainly: red. Hex color #E2416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2416A is #1DBE95. Grayscale: #757575. Windows color (decimal): -1949334 or 6963682. OLE color: 6963682.
HSL color Cylindrical-coordinate representation of color #E2416A: hue angle of 344.72º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E2416A is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 106 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.11 |
| HSL | 344.72º | 0.74% | 0.57% | - |
| HSV(B) | 344.72º | 0.71% | 0.89% | - |
| XYZ | 35.86 | 20.99 | 15.8 | - |
| YUV | 117.81 | 121.34 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 106 | 0 | 0.71 | 0.53 | 0.11 | 344.72 | 0.74 | 0.57 |
| Hex | E2 | 41 | 6A | 0 | 47 | 35 | B | 159 | 4A | 39 |
| Octal | 342 | 101 | 152 | 0 | 107 | 65 | 13 | 531 | 112 | 71 |
| Binary | 11100010 | 1000001 | 1101010 | 0 | 1000111 | 110101 | 1011 | 101011001 | 1001010 | 111001 |
Color Harmonies of #E2416A
Complementary color
Monochromatic Colors of #E2416A
Black with #E2416A
Text Example
Text Example
White with #E2416A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2416A; }
p { color: rgb(226,65,106); }
H1.HeaderClassName
{
color: #E2416A;
}
.AnyTagClassName
{
color: #E2416A;
}
</style>
background-color css
<style>
a { background-color: #E2416A; }
a { background-color: rgb(226,65,106); }
div.DivClassName
{
background-color: #E2416A;
}
.BgClassName
{
background-color: #E2416A;
}
</style>
border-color css
<style>
span { border-color: #E2416A; }
span { border-color: rgb(226,65,106); }
td.TdClassName
{
border-color: #E2416A;
}
.TagClassName
{
border-color: #E2416A;
}
</style>