Shades of Cranberry #E04076
Tints of Cranberry #E04076
RGB
CMYK
RGB Variations
Color information
#E04076 (or 0xE04076) is known color: Cranberry. HEX triplet: E0, 40 and 76. RGB value is (224,64,118). Sum of RGB (Red+Green+Blue) = 224+64+118=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E04076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04076 is #1FBF89. Grayscale: #757575. Windows color (decimal): -2080650 or 7749856. OLE color: 7749856.
HSL color Cylindrical-coordinate representation of color #E04076: hue angle of 339.75º 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 #E04076 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 118 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.12 |
| HSL | 339.75º | 0.72% | 0.56% | - |
| HSV(B) | 339.75º | 0.71% | 0.88% | - |
| XYZ | 35.84 | 20.82 | 19.27 | - |
| YUV | 118 | 128.01 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 118 | 0 | 0.71 | 0.47 | 0.12 | 339.75 | 0.72 | 0.56 |
| Hex | E0 | 40 | 76 | 0 | 47 | 2F | C | 154 | 48 | 38 |
| Octal | 340 | 100 | 166 | 0 | 107 | 57 | 14 | 524 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1110110 | 0 | 1000111 | 101111 | 1100 | 101010100 | 1001000 | 111000 |
Color Harmonies of #E04076
Complementary color
Monochromatic Colors of #E04076
Black with #E04076
Text Example
Text Example
White with #E04076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04076; }
p { color: rgb(224,64,118); }
H1.HeaderClassName
{
color: #E04076;
}
.AnyTagClassName
{
color: #E04076;
}
</style>
background-color css
<style>
a { background-color: #E04076; }
a { background-color: rgb(224,64,118); }
div.DivClassName
{
background-color: #E04076;
}
.BgClassName
{
background-color: #E04076;
}
</style>
border-color css
<style>
span { border-color: #E04076; }
span { border-color: rgb(224,64,118); }
td.TdClassName
{
border-color: #E04076;
}
.TagClassName
{
border-color: #E04076;
}
</style>