Shades of Cranberry #E04C7A
Tints of Cranberry #E04C7A
RGB
CMYK
RGB Variations
Color information
#E04C7A (or 0xE04C7A) is known color: Cranberry. HEX triplet: E0, 4C and 7A. RGB value is (224,76,122). Sum of RGB (Red+Green+Blue) = 224+76+122=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04C7A is #1FB385. Grayscale: #7D7D7D. Windows color (decimal): -2077574 or 8015072. OLE color: 8015072.
HSL color Cylindrical-coordinate representation of color #E04C7A: hue angle of 341.35º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04C7A is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 122 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.12 |
| HSL | 341.35º | 0.7% | 0.59% | - |
| HSV(B) | 341.35º | 0.66% | 0.88% | - |
| XYZ | 36.84 | 22.42 | 20.8 | - |
| YUV | 125.5 | 126.03 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 122 | 0 | 0.66 | 0.46 | 0.12 | 341.35 | 0.7 | 0.59 |
| Hex | E0 | 4C | 7A | 0 | 42 | 2E | C | 155 | 46 | 3B |
| Octal | 340 | 114 | 172 | 0 | 102 | 56 | 14 | 525 | 106 | 73 |
| Binary | 11100000 | 1001100 | 1111010 | 0 | 1000010 | 101110 | 1100 | 101010101 | 1000110 | 111011 |
Color Harmonies of #E04C7A
Complementary color
Monochromatic Colors of #E04C7A
Black with #E04C7A
Text Example
Text Example
White with #E04C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C7A; }
p { color: rgb(224,76,122); }
H1.HeaderClassName
{
color: #E04C7A;
}
.AnyTagClassName
{
color: #E04C7A;
}
</style>
background-color css
<style>
a { background-color: #E04C7A; }
a { background-color: rgb(224,76,122); }
div.DivClassName
{
background-color: #E04C7A;
}
.BgClassName
{
background-color: #E04C7A;
}
</style>
border-color css
<style>
span { border-color: #E04C7A; }
span { border-color: rgb(224,76,122); }
td.TdClassName
{
border-color: #E04C7A;
}
.TagClassName
{
border-color: #E04C7A;
}
</style>