Shades of Cranberry #E04073
Tints of Cranberry #E04073
RGB
CMYK
RGB Variations
Color information
#E04073 (or 0xE04073) is known color: Cranberry. HEX triplet: E0, 40 and 73. RGB value is (224,64,115). Sum of RGB (Red+Green+Blue) = 224+64+115=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E04073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04073 is #1FBF8C. Grayscale: #757575. Windows color (decimal): -2080653 or 7553248. OLE color: 7553248.
HSL color Cylindrical-coordinate representation of color #E04073: hue angle of 340.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04073 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 115 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.12 |
| HSL | 340.88º | 0.72% | 0.56% | - |
| HSV(B) | 340.88º | 0.71% | 0.88% | - |
| XYZ | 35.67 | 20.75 | 18.35 | - |
| YUV | 117.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 115 | 0 | 0.71 | 0.49 | 0.12 | 340.88 | 0.72 | 0.56 |
| Hex | E0 | 40 | 73 | 0 | 47 | 31 | C | 155 | 48 | 38 |
| Octal | 340 | 100 | 163 | 0 | 107 | 61 | 14 | 525 | 110 | 70 |
| Binary | 11100000 | 1000000 | 1110011 | 0 | 1000111 | 110001 | 1100 | 101010101 | 1001000 | 111000 |
Color Harmonies of #E04073
Complementary color
Monochromatic Colors of #E04073
Black with #E04073
Text Example
Text Example
White with #E04073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04073; }
p { color: rgb(224,64,115); }
H1.HeaderClassName
{
color: #E04073;
}
.AnyTagClassName
{
color: #E04073;
}
</style>
background-color css
<style>
a { background-color: #E04073; }
a { background-color: rgb(224,64,115); }
div.DivClassName
{
background-color: #E04073;
}
.BgClassName
{
background-color: #E04073;
}
</style>
border-color css
<style>
span { border-color: #E04073; }
span { border-color: rgb(224,64,115); }
td.TdClassName
{
border-color: #E04073;
}
.TagClassName
{
border-color: #E04073;
}
</style>