Shades of Cranberry #E04072
Tints of Cranberry #E04072
RGB
CMYK
RGB Variations
Color information
#E04072 (or 0xE04072) is known color: Cranberry. HEX triplet: E0, 40 and 72. RGB value is (224,64,114). Sum of RGB (Red+Green+Blue) = 224+64+114=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E04072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04072 is #1FBF8D. Grayscale: #757575. Windows color (decimal): -2080654 or 7487712. OLE color: 7487712.
HSL color Cylindrical-coordinate representation of color #E04072: hue angle of 341.25º 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 #E04072 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 114 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.12 |
| HSL | 341.25º | 0.72% | 0.56% | - |
| HSV(B) | 341.25º | 0.71% | 0.88% | - |
| XYZ | 35.61 | 20.73 | 18.04 | - |
| YUV | 117.54 | 126.01 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 114 | 0 | 0.71 | 0.49 | 0.12 | 341.25 | 0.72 | 0.56 |
| Hex | E0 | 40 | 72 | 0 | 47 | 31 | C | 155 | 48 | 38 |
| Octal | 340 | 100 | 162 | 0 | 107 | 61 | 14 | 525 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1110010 | 0 | 1000111 | 110001 | 1100 | 101010101 | 1001000 | 111000 |
Color Harmonies of #E04072
Complementary color
Monochromatic Colors of #E04072
Black with #E04072
Text Example
Text Example
White with #E04072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04072; }
p { color: rgb(224,64,114); }
H1.HeaderClassName
{
color: #E04072;
}
.AnyTagClassName
{
color: #E04072;
}
</style>
background-color css
<style>
a { background-color: #E04072; }
a { background-color: rgb(224,64,114); }
div.DivClassName
{
background-color: #E04072;
}
.BgClassName
{
background-color: #E04072;
}
</style>
border-color css
<style>
span { border-color: #E04072; }
span { border-color: rgb(224,64,114); }
td.TdClassName
{
border-color: #E04072;
}
.TagClassName
{
border-color: #E04072;
}
</style>