Shades of Cranberry #E04C78
Tints of Cranberry #E04C78
RGB
CMYK
RGB Variations
Color information
#E04C78 (or 0xE04C78) is known color: Cranberry. HEX triplet: E0, 4C and 78. RGB value is (224,76,120). Sum of RGB (Red+Green+Blue) = 224+76+120=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04C78 is #1FB387. Grayscale: #7D7D7D. Windows color (decimal): -2077576 or 7884000. OLE color: 7884000.
HSL color Cylindrical-coordinate representation of color #E04C78: hue angle of 342.16º 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 #E04C78 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 120 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.12 |
| HSL | 342.16º | 0.7% | 0.59% | - |
| HSV(B) | 342.16º | 0.66% | 0.88% | - |
| XYZ | 36.72 | 22.37 | 20.15 | - |
| YUV | 125.27 | 125.03 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 120 | 0 | 0.66 | 0.46 | 0.12 | 342.16 | 0.7 | 0.59 |
| Hex | E0 | 4C | 78 | 0 | 42 | 2E | C | 156 | 46 | 3B |
| Octal | 340 | 114 | 170 | 0 | 102 | 56 | 14 | 526 | 106 | 73 |
| Binary | 11100000 | 1001100 | 1111000 | 0 | 1000010 | 101110 | 1100 | 101010110 | 1000110 | 111011 |
Color Harmonies of #E04C78
Complementary color
Monochromatic Colors of #E04C78
Black with #E04C78
Text Example
Text Example
White with #E04C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C78; }
p { color: rgb(224,76,120); }
H1.HeaderClassName
{
color: #E04C78;
}
.AnyTagClassName
{
color: #E04C78;
}
</style>
background-color css
<style>
a { background-color: #E04C78; }
a { background-color: rgb(224,76,120); }
div.DivClassName
{
background-color: #E04C78;
}
.BgClassName
{
background-color: #E04C78;
}
</style>
border-color css
<style>
span { border-color: #E04C78; }
span { border-color: rgb(224,76,120); }
td.TdClassName
{
border-color: #E04C78;
}
.TagClassName
{
border-color: #E04C78;
}
</style>