Shades of Cerise #E03A5C
Tints of Cerise #E03A5C
RGB
CMYK
RGB Variations
Color information
#E03A5C (or 0xE03A5C) is known color: Cerise. HEX triplet: E0, 3A and 5C. RGB value is (224,58,92). Sum of RGB (Red+Green+Blue) = 224+58+92=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E03A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03A5C is #1FC5A3. Grayscale: #6F6F6F. Windows color (decimal): -2082212 or 6044384. OLE color: 6044384.
HSL color Cylindrical-coordinate representation of color #E03A5C: hue angle of 347.71º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03A5C is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 92 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.12 |
| HSL | 347.71º | 0.73% | 0.55% | - |
| HSV(B) | 347.71º | 0.74% | 0.88% | - |
| XYZ | 34.19 | 19.65 | 12.12 | - |
| YUV | 111.51 | 117 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 92 | 0 | 0.74 | 0.59 | 0.12 | 347.71 | 0.73 | 0.55 |
| Hex | E0 | 3A | 5C | 0 | 4A | 3B | C | 15C | 49 | 37 |
| Octal | 340 | 72 | 134 | 0 | 112 | 73 | 14 | 534 | 111 | 67 |
| Binary | 11100000 | 111010 | 1011100 | 0 | 1001010 | 111011 | 1100 | 101011100 | 1001001 | 110111 |
Color Harmonies of #E03A5C
Complementary color
Monochromatic Colors of #E03A5C
Black with #E03A5C
Text Example
Text Example
White with #E03A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03A5C; }
p { color: rgb(224,58,92); }
H1.HeaderClassName
{
color: #E03A5C;
}
.AnyTagClassName
{
color: #E03A5C;
}
</style>
background-color css
<style>
a { background-color: #E03A5C; }
a { background-color: rgb(224,58,92); }
div.DivClassName
{
background-color: #E03A5C;
}
.BgClassName
{
background-color: #E03A5C;
}
</style>
border-color css
<style>
span { border-color: #E03A5C; }
span { border-color: rgb(224,58,92); }
td.TdClassName
{
border-color: #E03A5C;
}
.TagClassName
{
border-color: #E03A5C;
}
</style>