Shades of Cranberry #E04274
Tints of Cranberry #E04274
RGB
CMYK
RGB Variations
Color information
#E04274 (or 0xE04274) is known color: Cranberry. HEX triplet: E0, 42 and 74. RGB value is (224,66,116). Sum of RGB (Red+Green+Blue) = 224+66+116=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E04274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04274 is #1FBD8B. Grayscale: #767676. Windows color (decimal): -2080140 or 7619296. OLE color: 7619296.
HSL color Cylindrical-coordinate representation of color #E04274: hue angle of 341.01º 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 #E04274 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 66 | 116 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.12 |
| HSL | 341.01º | 0.72% | 0.57% | - |
| HSV(B) | 341.01º | 0.71% | 0.88% | - |
| XYZ | 35.84 | 21 | 18.69 | - |
| YUV | 118.94 | 126.35 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 66 | 116 | 0 | 0.71 | 0.48 | 0.12 | 341.01 | 0.72 | 0.57 |
| Hex | E0 | 42 | 74 | 0 | 47 | 30 | C | 155 | 48 | 39 |
| Octal | 340 | 102 | 164 | 0 | 107 | 60 | 14 | 525 | 110 | 71 |
| Binary | 11100000 | 1000010 | 1110100 | 0 | 1000111 | 110000 | 1100 | 101010101 | 1001000 | 111001 |
Color Harmonies of #E04274
Complementary color
Monochromatic Colors of #E04274
Black with #E04274
Text Example
Text Example
White with #E04274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04274; }
p { color: rgb(224,66,116); }
H1.HeaderClassName
{
color: #E04274;
}
.AnyTagClassName
{
color: #E04274;
}
</style>
background-color css
<style>
a { background-color: #E04274; }
a { background-color: rgb(224,66,116); }
div.DivClassName
{
background-color: #E04274;
}
.BgClassName
{
background-color: #E04274;
}
</style>
border-color css
<style>
span { border-color: #E04274; }
span { border-color: rgb(224,66,116); }
td.TdClassName
{
border-color: #E04274;
}
.TagClassName
{
border-color: #E04274;
}
</style>