Shades of Cerise #E04369
Tints of Cerise #E04369
RGB
CMYK
RGB Variations
Color information
#E04369 (or 0xE04369) is known color: Cerise. HEX triplet: E0, 43 and 69. RGB value is (224,67,105). Sum of RGB (Red+Green+Blue) = 224+67+105=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E04369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04369 is #1FBC96. Grayscale: #767676. Windows color (decimal): -2079895 or 6898656. OLE color: 6898656.
HSL color Cylindrical-coordinate representation of color #E04369: hue angle of 345.48º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04369 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 67 | 105 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.12 |
| HSL | 345.48º | 0.72% | 0.57% | - |
| HSV(B) | 345.48º | 0.7% | 0.88% | - |
| XYZ | 35.3 | 20.88 | 15.53 | - |
| YUV | 118.28 | 120.51 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 67 | 105 | 0 | 0.70 | 0.53 | 0.12 | 345.48 | 0.72 | 0.57 |
| Hex | E0 | 43 | 69 | 0 | 46 | 35 | C | 159 | 48 | 39 |
| Octal | 340 | 103 | 151 | 0 | 106 | 65 | 14 | 531 | 110 | 71 |
| Binary | 11100000 | 1000011 | 1101001 | 0 | 1000110 | 110101 | 1100 | 101011001 | 1001000 | 111001 |
Color Harmonies of #E04369
Complementary color
Monochromatic Colors of #E04369
Black with #E04369
Text Example
Text Example
White with #E04369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04369; }
p { color: rgb(224,67,105); }
H1.HeaderClassName
{
color: #E04369;
}
.AnyTagClassName
{
color: #E04369;
}
</style>
background-color css
<style>
a { background-color: #E04369; }
a { background-color: rgb(224,67,105); }
div.DivClassName
{
background-color: #E04369;
}
.BgClassName
{
background-color: #E04369;
}
</style>
border-color css
<style>
span { border-color: #E04369; }
span { border-color: rgb(224,67,105); }
td.TdClassName
{
border-color: #E04369;
}
.TagClassName
{
border-color: #E04369;
}
</style>