Shades of Cranberry #E04B73
Tints of Cranberry #E04B73
RGB
CMYK
RGB Variations
Color information
#E04B73 (or 0xE04B73) is known color: Cranberry. HEX triplet: E0, 4B and 73. RGB value is (224,75,115). Sum of RGB (Red+Green+Blue) = 224+75+115=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04B73 is #1FB48C. Grayscale: #7C7C7C. Windows color (decimal): -2077837 or 7556064. OLE color: 7556064.
HSL color Cylindrical-coordinate representation of color #E04B73: hue angle of 343.89º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04B73 is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 115 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.12 |
| HSL | 343.89º | 0.71% | 0.59% | - |
| HSV(B) | 343.89º | 0.67% | 0.88% | - |
| XYZ | 36.35 | 22.12 | 18.57 | - |
| YUV | 124.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 115 | 0 | 0.67 | 0.49 | 0.12 | 343.89 | 0.71 | 0.59 |
| Hex | E0 | 4B | 73 | 0 | 43 | 31 | C | 158 | 47 | 3B |
| Octal | 340 | 113 | 163 | 0 | 103 | 61 | 14 | 530 | 107 | 73 |
| Binary | 11100000 | 1001011 | 1110011 | 0 | 1000011 | 110001 | 1100 | 101011000 | 1000111 | 111011 |
Color Harmonies of #E04B73
Complementary color
Monochromatic Colors of #E04B73
Black with #E04B73
Text Example
Text Example
White with #E04B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04B73; }
p { color: rgb(224,75,115); }
H1.HeaderClassName
{
color: #E04B73;
}
.AnyTagClassName
{
color: #E04B73;
}
</style>
background-color css
<style>
a { background-color: #E04B73; }
a { background-color: rgb(224,75,115); }
div.DivClassName
{
background-color: #E04B73;
}
.BgClassName
{
background-color: #E04B73;
}
</style>
border-color css
<style>
span { border-color: #E04B73; }
span { border-color: rgb(224,75,115); }
td.TdClassName
{
border-color: #E04B73;
}
.TagClassName
{
border-color: #E04B73;
}
</style>