Shades of Cerise #E04068
Tints of Cerise #E04068
RGB
CMYK
RGB Variations
Color information
#E04068 (or 0xE04068) is known color: Cerise. HEX triplet: E0, 40 and 68. RGB value is (224,64,104). Sum of RGB (Red+Green+Blue) = 224+64+104=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E04068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04068 is #1FBF97. Grayscale: #747474. Windows color (decimal): -2080664 or 6832352. OLE color: 6832352.
HSL color Cylindrical-coordinate representation of color #E04068: hue angle of 345º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04068 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 104 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.12 |
| HSL | 345º | 0.72% | 0.56% | - |
| HSV(B) | 345º | 0.71% | 0.88% | - |
| XYZ | 35.07 | 20.51 | 15.21 | - |
| YUV | 116.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 104 | 0 | 0.71 | 0.54 | 0.12 | 345 | 0.72 | 0.56 |
| Hex | E0 | 40 | 68 | 0 | 47 | 36 | C | 159 | 48 | 38 |
| Octal | 340 | 100 | 150 | 0 | 107 | 66 | 14 | 531 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1101000 | 0 | 1000111 | 110110 | 1100 | 101011001 | 1001000 | 111000 |
Color Harmonies of #E04068
Complementary color
Monochromatic Colors of #E04068
Black with #E04068
Text Example
Text Example
White with #E04068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04068; }
p { color: rgb(224,64,104); }
H1.HeaderClassName
{
color: #E04068;
}
.AnyTagClassName
{
color: #E04068;
}
</style>
background-color css
<style>
a { background-color: #E04068; }
a { background-color: rgb(224,64,104); }
div.DivClassName
{
background-color: #E04068;
}
.BgClassName
{
background-color: #E04068;
}
</style>
border-color css
<style>
span { border-color: #E04068; }
span { border-color: rgb(224,64,104); }
td.TdClassName
{
border-color: #E04068;
}
.TagClassName
{
border-color: #E04068;
}
</style>