Shades of Cranberry #E04C7E
Tints of Cranberry #E04C7E
RGB
CMYK
RGB Variations
Color information
#E04C7E (or 0xE04C7E) is known color: Cranberry. HEX triplet: E0, 4C and 7E. RGB value is (224,76,126). Sum of RGB (Red+Green+Blue) = 224+76+126=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04C7E is #1FB381. Grayscale: #7D7D7D. Windows color (decimal): -2077570 or 8277216. OLE color: 8277216.
HSL color Cylindrical-coordinate representation of color #E04C7E: hue angle of 339.73º 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 #E04C7E is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 126 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.12 |
| HSL | 339.73º | 0.7% | 0.59% | - |
| HSV(B) | 339.73º | 0.66% | 0.88% | - |
| XYZ | 37.09 | 22.52 | 22.13 | - |
| YUV | 125.95 | 128.03 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 126 | 0 | 0.66 | 0.44 | 0.12 | 339.73 | 0.7 | 0.59 |
| Hex | E0 | 4C | 7E | 0 | 42 | 2C | C | 154 | 46 | 3B |
| Octal | 340 | 114 | 176 | 0 | 102 | 54 | 14 | 524 | 106 | 73 |
| Binary | 11100000 | 1001100 | 1111110 | 0 | 1000010 | 101100 | 1100 | 101010100 | 1000110 | 111011 |
Color Harmonies of #E04C7E
Complementary color
Monochromatic Colors of #E04C7E
Black with #E04C7E
Text Example
Text Example
White with #E04C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C7E; }
p { color: rgb(224,76,126); }
H1.HeaderClassName
{
color: #E04C7E;
}
.AnyTagClassName
{
color: #E04C7E;
}
</style>
background-color css
<style>
a { background-color: #E04C7E; }
a { background-color: rgb(224,76,126); }
div.DivClassName
{
background-color: #E04C7E;
}
.BgClassName
{
background-color: #E04C7E;
}
</style>
border-color css
<style>
span { border-color: #E04C7E; }
span { border-color: rgb(224,76,126); }
td.TdClassName
{
border-color: #E04C7E;
}
.TagClassName
{
border-color: #E04C7E;
}
</style>