Shades of Cerise #E2395B
Tints of Cerise #E2395B
RGB
CMYK
RGB Variations
Color information
#E2395B (or 0xE2395B) is known color: Cerise. HEX triplet: E2, 39 and 5B. RGB value is (226,57,91). Sum of RGB (Red+Green+Blue) = 226+57+91=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E2395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2395B is #1DC6A4. Grayscale: #6F6F6F. Windows color (decimal): -1951397 or 5978594. OLE color: 5978594.
HSL color Cylindrical-coordinate representation of color #E2395B: hue angle of 347.93º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2395B is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 91 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.11 |
| HSL | 347.93º | 0.74% | 0.55% | - |
| HSV(B) | 347.93º | 0.75% | 0.89% | - |
| XYZ | 34.72 | 19.85 | 11.9 | - |
| YUV | 111.41 | 116.49 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 91 | 0 | 0.75 | 0.60 | 0.11 | 347.93 | 0.74 | 0.55 |
| Hex | E2 | 39 | 5B | 0 | 4B | 3C | B | 15C | 4A | 37 |
| Octal | 342 | 71 | 133 | 0 | 113 | 74 | 13 | 534 | 112 | 67 |
| Binary | 11100010 | 111001 | 1011011 | 0 | 1001011 | 111100 | 1011 | 101011100 | 1001010 | 110111 |
Color Harmonies of #E2395B
Complementary color
Monochromatic Colors of #E2395B
Black with #E2395B
Text Example
Text Example
White with #E2395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2395B; }
p { color: rgb(226,57,91); }
H1.HeaderClassName
{
color: #E2395B;
}
.AnyTagClassName
{
color: #E2395B;
}
</style>
background-color css
<style>
a { background-color: #E2395B; }
a { background-color: rgb(226,57,91); }
div.DivClassName
{
background-color: #E2395B;
}
.BgClassName
{
background-color: #E2395B;
}
</style>
border-color css
<style>
span { border-color: #E2395B; }
span { border-color: rgb(226,57,91); }
td.TdClassName
{
border-color: #E2395B;
}
.TagClassName
{
border-color: #E2395B;
}
</style>