Shades of Cerise #E0385E
Tints of Cerise #E0385E
RGB
CMYK
RGB Variations
Color information
#E0385E (or 0xE0385E) is known color: Cerise. HEX triplet: E0, 38 and 5E. RGB value is (224,56,94). Sum of RGB (Red+Green+Blue) = 224+56+94=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 94 (37.11% from 255 or 25.13% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E0385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0385E is #1FC7A1. Grayscale: #6E6E6E. Windows color (decimal): -2082722 or 6174944. OLE color: 6174944.
HSL color Cylindrical-coordinate representation of color #E0385E: hue angle of 346.43º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E0385E is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 56 | 94 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.12 |
| HSL | 346.43º | 0.73% | 0.55% | - |
| HSV(B) | 346.43º | 0.75% | 0.88% | - |
| XYZ | 34.18 | 19.48 | 12.55 | - |
| YUV | 110.56 | 118.66 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 56 | 94 | 0 | 0.75 | 0.58 | 0.12 | 346.43 | 0.73 | 0.55 |
| Hex | E0 | 38 | 5E | 0 | 4B | 3A | C | 15A | 49 | 37 |
| Octal | 340 | 70 | 136 | 0 | 113 | 72 | 14 | 532 | 111 | 67 |
| Binary | 11100000 | 111000 | 1011110 | 0 | 1001011 | 111010 | 1100 | 101011010 | 1001001 | 110111 |
Color Harmonies of #E0385E
Complementary color
Monochromatic Colors of #E0385E
Black with #E0385E
Text Example
Text Example
White with #E0385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0385E; }
p { color: rgb(224,56,94); }
H1.HeaderClassName
{
color: #E0385E;
}
.AnyTagClassName
{
color: #E0385E;
}
</style>
background-color css
<style>
a { background-color: #E0385E; }
a { background-color: rgb(224,56,94); }
div.DivClassName
{
background-color: #E0385E;
}
.BgClassName
{
background-color: #E0385E;
}
</style>
border-color css
<style>
span { border-color: #E0385E; }
span { border-color: rgb(224,56,94); }
td.TdClassName
{
border-color: #E0385E;
}
.TagClassName
{
border-color: #E0385E;
}
</style>