Shades of Cerise #E03465
Tints of Cerise #E03465
RGB
CMYK
RGB Variations
Color information
#E03465 (or 0xE03465) is known color: Cerise. HEX triplet: E0, 34 and 65. RGB value is (224,52,101). Sum of RGB (Red+Green+Blue) = 224+52+101=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E03465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03465 is #1FCB9A. Grayscale: #6C6C6C. Windows color (decimal): -2083739 or 6632672. OLE color: 6632672.
HSL color Cylindrical-coordinate representation of color #E03465: hue angle of 342.91º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E03465 is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 101 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.12 |
| HSL | 342.91º | 0.74% | 0.54% | - |
| HSV(B) | 342.91º | 0.77% | 0.88% | - |
| XYZ | 34.32 | 19.24 | 14.22 | - |
| YUV | 109.01 | 123.48 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 101 | 0 | 0.77 | 0.55 | 0.12 | 342.91 | 0.74 | 0.54 |
| Hex | E0 | 34 | 65 | 0 | 4D | 37 | C | 157 | 4A | 36 |
| Octal | 340 | 64 | 145 | 0 | 115 | 67 | 14 | 527 | 112 | 66 |
| Binary | 11100000 | 110100 | 1100101 | 0 | 1001101 | 110111 | 1100 | 101010111 | 1001010 | 110110 |
Color Harmonies of #E03465
Complementary color
Monochromatic Colors of #E03465
Black with #E03465
Text Example
Text Example
White with #E03465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03465; }
p { color: rgb(224,52,101); }
H1.HeaderClassName
{
color: #E03465;
}
.AnyTagClassName
{
color: #E03465;
}
</style>
background-color css
<style>
a { background-color: #E03465; }
a { background-color: rgb(224,52,101); }
div.DivClassName
{
background-color: #E03465;
}
.BgClassName
{
background-color: #E03465;
}
</style>
border-color css
<style>
span { border-color: #E03465; }
span { border-color: rgb(224,52,101); }
td.TdClassName
{
border-color: #E03465;
}
.TagClassName
{
border-color: #E03465;
}
</style>