Shades of Cranberry #E04C7C
Tints of Cranberry #E04C7C
RGB
CMYK
RGB Variations
Color information
#E04C7C (or 0xE04C7C) is known color: Cranberry. HEX triplet: E0, 4C and 7C. RGB value is (224,76,124). Sum of RGB (Red+Green+Blue) = 224+76+124=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04C7C is #1FB383. Grayscale: #7D7D7D. Windows color (decimal): -2077572 or 8146144. OLE color: 8146144.
HSL color Cylindrical-coordinate representation of color #E04C7C: hue angle of 340.54º 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 #E04C7C is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 124 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.12 |
| HSL | 340.54º | 0.7% | 0.59% | - |
| HSV(B) | 340.54º | 0.66% | 0.88% | - |
| XYZ | 36.96 | 22.47 | 21.46 | - |
| YUV | 125.72 | 127.03 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 124 | 0 | 0.66 | 0.45 | 0.12 | 340.54 | 0.7 | 0.59 |
| Hex | E0 | 4C | 7C | 0 | 42 | 2D | C | 155 | 46 | 3B |
| Octal | 340 | 114 | 174 | 0 | 102 | 55 | 14 | 525 | 106 | 73 |
| Binary | 11100000 | 1001100 | 1111100 | 0 | 1000010 | 101101 | 1100 | 101010101 | 1000110 | 111011 |
Color Harmonies of #E04C7C
Complementary color
Monochromatic Colors of #E04C7C
Black with #E04C7C
Text Example
Text Example
White with #E04C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C7C; }
p { color: rgb(224,76,124); }
H1.HeaderClassName
{
color: #E04C7C;
}
.AnyTagClassName
{
color: #E04C7C;
}
</style>
background-color css
<style>
a { background-color: #E04C7C; }
a { background-color: rgb(224,76,124); }
div.DivClassName
{
background-color: #E04C7C;
}
.BgClassName
{
background-color: #E04C7C;
}
</style>
border-color css
<style>
span { border-color: #E04C7C; }
span { border-color: rgb(224,76,124); }
td.TdClassName
{
border-color: #E04C7C;
}
.TagClassName
{
border-color: #E04C7C;
}
</style>