Shades of Cerise #E03469
Tints of Cerise #E03469
RGB
CMYK
RGB Variations
Color information
#E03469 (or 0xE03469) is known color: Cerise. HEX triplet: E0, 34 and 69. RGB value is (224,52,105). Sum of RGB (Red+Green+Blue) = 224+52+105=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 52 (20.70% from 255 or 13.65% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E03469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03469 is #1FCB96. Grayscale: #6D6D6D. Windows color (decimal): -2083735 or 6894816. OLE color: 6894816.
HSL color Cylindrical-coordinate representation of color #E03469: hue angle of 341.51º 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 #E03469 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 105 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.12 |
| HSL | 341.51º | 0.74% | 0.54% | - |
| HSV(B) | 341.51º | 0.77% | 0.88% | - |
| XYZ | 34.52 | 19.32 | 15.28 | - |
| YUV | 109.47 | 125.48 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 105 | 0 | 0.77 | 0.53 | 0.12 | 341.51 | 0.74 | 0.54 |
| Hex | E0 | 34 | 69 | 0 | 4D | 35 | C | 156 | 4A | 36 |
| Octal | 340 | 64 | 151 | 0 | 115 | 65 | 14 | 526 | 112 | 66 |
| Binary | 11100000 | 110100 | 1101001 | 0 | 1001101 | 110101 | 1100 | 101010110 | 1001010 | 110110 |
Color Harmonies of #E03469
Complementary color
Monochromatic Colors of #E03469
Black with #E03469
Text Example
Text Example
White with #E03469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03469; }
p { color: rgb(224,52,105); }
H1.HeaderClassName
{
color: #E03469;
}
.AnyTagClassName
{
color: #E03469;
}
</style>
background-color css
<style>
a { background-color: #E03469; }
a { background-color: rgb(224,52,105); }
div.DivClassName
{
background-color: #E03469;
}
.BgClassName
{
background-color: #E03469;
}
</style>
border-color css
<style>
span { border-color: #E03469; }
span { border-color: rgb(224,52,105); }
td.TdClassName
{
border-color: #E03469;
}
.TagClassName
{
border-color: #E03469;
}
</style>