Shades of Cerise #E04264
Tints of Cerise #E04264
RGB
CMYK
RGB Variations
Color information
#E04264 (or 0xE04264) is known color: Cerise. HEX triplet: E0, 42 and 64. RGB value is (224,66,100). Sum of RGB (Red+Green+Blue) = 224+66+100=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E04264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04264 is #1FBD9B. Grayscale: #757575. Windows color (decimal): -2080156 or 6570720. OLE color: 6570720.
HSL color Cylindrical-coordinate representation of color #E04264: hue angle of 347.09º 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 #E04264 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 100 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.12 |
| HSL | 347.09º | 0.72% | 0.57% | - |
| HSV(B) | 347.09º | 0.71% | 0.88% | - |
| XYZ | 34.99 | 20.66 | 14.2 | - |
| YUV | 117.12 | 118.35 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 100 | 0 | 0.71 | 0.55 | 0.12 | 347.09 | 0.72 | 0.57 |
| Hex | E0 | 42 | 64 | 0 | 47 | 37 | C | 15B | 48 | 39 |
| Octal | 340 | 102 | 144 | 0 | 107 | 67 | 14 | 533 | 110 | 71 |
| Binary | 11100000 | 1000010 | 1100100 | 0 | 1000111 | 110111 | 1100 | 101011011 | 1001000 | 111001 |
Color Harmonies of #E04264
Complementary color
Monochromatic Colors of #E04264
Black with #E04264
Text Example
Text Example
White with #E04264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04264; }
p { color: rgb(224,66,100); }
H1.HeaderClassName
{
color: #E04264;
}
.AnyTagClassName
{
color: #E04264;
}
</style>
background-color css
<style>
a { background-color: #E04264; }
a { background-color: rgb(224,66,100); }
div.DivClassName
{
background-color: #E04264;
}
.BgClassName
{
background-color: #E04264;
}
</style>
border-color css
<style>
span { border-color: #E04264; }
span { border-color: rgb(224,66,100); }
td.TdClassName
{
border-color: #E04264;
}
.TagClassName
{
border-color: #E04264;
}
</style>