Shades of Cranberry #E04474
Tints of Cranberry #E04474
RGB
CMYK
RGB Variations
Color information
#E04474 (or 0xE04474) is known color: Cranberry. HEX triplet: E0, 44 and 74. RGB value is (224,68,116). Sum of RGB (Red+Green+Blue) = 224+68+116=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E04474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04474 is #1FBB8B. Grayscale: #787878. Windows color (decimal): -2079628 or 7619808. OLE color: 7619808.
HSL color Cylindrical-coordinate representation of color #E04474: hue angle of 341.54º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04474 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 116 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.12 |
| HSL | 341.54º | 0.72% | 0.57% | - |
| HSV(B) | 341.54º | 0.7% | 0.88% | - |
| XYZ | 35.96 | 21.24 | 18.73 | - |
| YUV | 120.12 | 125.68 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 116 | 0 | 0.70 | 0.48 | 0.12 | 341.54 | 0.72 | 0.57 |
| Hex | E0 | 44 | 74 | 0 | 46 | 30 | C | 156 | 48 | 39 |
| Octal | 340 | 104 | 164 | 0 | 106 | 60 | 14 | 526 | 110 | 71 |
| Binary | 11100000 | 1000100 | 1110100 | 0 | 1000110 | 110000 | 1100 | 101010110 | 1001000 | 111001 |
Color Harmonies of #E04474
Complementary color
Monochromatic Colors of #E04474
Black with #E04474
Text Example
Text Example
White with #E04474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04474; }
p { color: rgb(224,68,116); }
H1.HeaderClassName
{
color: #E04474;
}
.AnyTagClassName
{
color: #E04474;
}
</style>
background-color css
<style>
a { background-color: #E04474; }
a { background-color: rgb(224,68,116); }
div.DivClassName
{
background-color: #E04474;
}
.BgClassName
{
background-color: #E04474;
}
</style>
border-color css
<style>
span { border-color: #E04474; }
span { border-color: rgb(224,68,116); }
td.TdClassName
{
border-color: #E04474;
}
.TagClassName
{
border-color: #E04474;
}
</style>