Shades of Cerise #E2385D
Tints of Cerise #E2385D
RGB
CMYK
RGB Variations
Color information
#E2385D (or 0xE2385D) is known color: Cerise. HEX triplet: E2, 38 and 5D. RGB value is (226,56,93). Sum of RGB (Red+Green+Blue) = 226+56+93=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E2385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2385D is #1DC7A2. Grayscale: #6F6F6F. Windows color (decimal): -1951651 or 6109410. OLE color: 6109410.
HSL color Cylindrical-coordinate representation of color #E2385D: hue angle of 346.94º degrees, saturation: 0.75, 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 #E2385D is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 93 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.11 |
| HSL | 346.94º | 0.75% | 0.55% | - |
| HSV(B) | 346.94º | 0.75% | 0.89% | - |
| XYZ | 34.75 | 19.79 | 12.34 | - |
| YUV | 111.05 | 117.82 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 93 | 0 | 0.75 | 0.59 | 0.11 | 346.94 | 0.75 | 0.55 |
| Hex | E2 | 38 | 5D | 0 | 4B | 3B | B | 15B | 4B | 37 |
| Octal | 342 | 70 | 135 | 0 | 113 | 73 | 13 | 533 | 113 | 67 |
| Binary | 11100010 | 111000 | 1011101 | 0 | 1001011 | 111011 | 1011 | 101011011 | 1001011 | 110111 |
Color Harmonies of #E2385D
Complementary color
Monochromatic Colors of #E2385D
Black with #E2385D
Text Example
Text Example
White with #E2385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2385D; }
p { color: rgb(226,56,93); }
H1.HeaderClassName
{
color: #E2385D;
}
.AnyTagClassName
{
color: #E2385D;
}
</style>
background-color css
<style>
a { background-color: #E2385D; }
a { background-color: rgb(226,56,93); }
div.DivClassName
{
background-color: #E2385D;
}
.BgClassName
{
background-color: #E2385D;
}
</style>
border-color css
<style>
span { border-color: #E2385D; }
span { border-color: rgb(226,56,93); }
td.TdClassName
{
border-color: #E2385D;
}
.TagClassName
{
border-color: #E2385D;
}
</style>