Shades of Cerise #E0375D
Tints of Cerise #E0375D
RGB
CMYK
RGB Variations
Color information
#E0375D (or 0xE0375D) is known color: Cerise. HEX triplet: E0, 37 and 5D. RGB value is (224,55,93). Sum of RGB (Red+Green+Blue) = 224+55+93=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E0375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0375D is #1FC8A2. Grayscale: #6D6D6D. Windows color (decimal): -2082979 or 6109152. OLE color: 6109152.
HSL color Cylindrical-coordinate representation of color #E0375D: hue angle of 346.51º 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 #E0375D is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 55 | 93 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.12 |
| HSL | 346.51º | 0.73% | 0.55% | - |
| HSV(B) | 346.51º | 0.75% | 0.88% | - |
| XYZ | 34.08 | 19.37 | 12.3 | - |
| YUV | 109.86 | 118.49 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 55 | 93 | 0 | 0.75 | 0.58 | 0.12 | 346.51 | 0.73 | 0.55 |
| Hex | E0 | 37 | 5D | 0 | 4B | 3A | C | 15B | 49 | 37 |
| Octal | 340 | 67 | 135 | 0 | 113 | 72 | 14 | 533 | 111 | 67 |
| Binary | 11100000 | 110111 | 1011101 | 0 | 1001011 | 111010 | 1100 | 101011011 | 1001001 | 110111 |
Color Harmonies of #E0375D
Complementary color
Monochromatic Colors of #E0375D
Black with #E0375D
Text Example
Text Example
White with #E0375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0375D; }
p { color: rgb(224,55,93); }
H1.HeaderClassName
{
color: #E0375D;
}
.AnyTagClassName
{
color: #E0375D;
}
</style>
background-color css
<style>
a { background-color: #E0375D; }
a { background-color: rgb(224,55,93); }
div.DivClassName
{
background-color: #E0375D;
}
.BgClassName
{
background-color: #E0375D;
}
</style>
border-color css
<style>
span { border-color: #E0375D; }
span { border-color: rgb(224,55,93); }
td.TdClassName
{
border-color: #E0375D;
}
.TagClassName
{
border-color: #E0375D;
}
</style>