Shades of Deep Cerise #E04195
Tints of Deep Cerise #E04195
RGB
CMYK
RGB Variations
Color information
#E04195 (or 0xE04195) is known color: Deep Cerise. HEX triplet: E0, 41 and 95. RGB value is (224,65,149). Sum of RGB (Red+Green+Blue) = 224+65+149=438 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.14% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 149 (58.59% from 255 or 34.02% from 438); Max value from RGB is 224 - color contains mainly: red. Hex color #E04195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04195 is #1FBE6A. Grayscale: #797979. Windows color (decimal): -2080363 or 9781728. OLE color: 9781728.
HSL color Cylindrical-coordinate representation of color #E04195: hue angle of 328.3º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04195 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 149 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.12 |
| HSL | 328.3º | 0.72% | 0.57% | - |
| HSV(B) | 328.3º | 0.71% | 0.88% | - |
| XYZ | 38.06 | 21.8 | 30.64 | - |
| YUV | 122.12 | 143.18 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 149 | 0 | 0.71 | 0.33 | 0.12 | 328.3 | 0.72 | 0.57 |
| Hex | E0 | 41 | 95 | 0 | 47 | 21 | C | 148 | 48 | 39 |
| Octal | 340 | 101 | 225 | 0 | 107 | 41 | 14 | 510 | 110 | 71 |
| Binary | 11100000 | 1000001 | 10010101 | 0 | 1000111 | 100001 | 1100 | 101001000 | 1001000 | 111001 |
Color Harmonies of #E04195
Complementary color
Monochromatic Colors of #E04195
Black with #E04195
Text Example
Text Example
White with #E04195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04195; }
p { color: rgb(224,65,149); }
H1.HeaderClassName
{
color: #E04195;
}
.AnyTagClassName
{
color: #E04195;
}
</style>
background-color css
<style>
a { background-color: #E04195; }
a { background-color: rgb(224,65,149); }
div.DivClassName
{
background-color: #E04195;
}
.BgClassName
{
background-color: #E04195;
}
</style>
border-color css
<style>
span { border-color: #E04195; }
span { border-color: rgb(224,65,149); }
td.TdClassName
{
border-color: #E04195;
}
.TagClassName
{
border-color: #E04195;
}
</style>