Shades of Cranberry #E04078
Tints of Cranberry #E04078
RGB
CMYK
RGB Variations
Color information
#E04078 (or 0xE04078) is known color: Cranberry. HEX triplet: E0, 40 and 78. RGB value is (224,64,120). Sum of RGB (Red+Green+Blue) = 224+64+120=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E04078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04078 is #1FBF87. Grayscale: #767676. Windows color (decimal): -2080648 or 7880928. OLE color: 7880928.
HSL color Cylindrical-coordinate representation of color #E04078: hue angle of 339º 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 #E04078 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 120 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.12 |
| HSL | 339º | 0.72% | 0.56% | - |
| HSV(B) | 339º | 0.71% | 0.88% | - |
| XYZ | 35.96 | 20.87 | 19.9 | - |
| YUV | 118.22 | 129.01 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 120 | 0 | 0.71 | 0.46 | 0.12 | 339 | 0.72 | 0.56 |
| Hex | E0 | 40 | 78 | 0 | 47 | 2E | C | 153 | 48 | 38 |
| Octal | 340 | 100 | 170 | 0 | 107 | 56 | 14 | 523 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1111000 | 0 | 1000111 | 101110 | 1100 | 101010011 | 1001000 | 111000 |
Color Harmonies of #E04078
Complementary color
Monochromatic Colors of #E04078
Black with #E04078
Text Example
Text Example
White with #E04078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04078; }
p { color: rgb(224,64,120); }
H1.HeaderClassName
{
color: #E04078;
}
.AnyTagClassName
{
color: #E04078;
}
</style>
background-color css
<style>
a { background-color: #E04078; }
a { background-color: rgb(224,64,120); }
div.DivClassName
{
background-color: #E04078;
}
.BgClassName
{
background-color: #E04078;
}
</style>
border-color css
<style>
span { border-color: #E04078; }
span { border-color: rgb(224,64,120); }
td.TdClassName
{
border-color: #E04078;
}
.TagClassName
{
border-color: #E04078;
}
</style>