Shades of Cranberry #E04584
Tints of Cranberry #E04584
RGB
CMYK
RGB Variations
Color information
#E04584 (or 0xE04584) is known color: Cranberry. HEX triplet: E0, 45 and 84. RGB value is (224,69,132). Sum of RGB (Red+Green+Blue) = 224+69+132=425 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.71% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 224 - color contains mainly: red. Hex color #E04584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04584 is #1FBA7B. Grayscale: #7A7A7A. Windows color (decimal): -2079356 or 8668640. OLE color: 8668640.
HSL color Cylindrical-coordinate representation of color #E04584: hue angle of 335.61º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04584 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 132 | - |
| CMYK | 0 | 0.69 | 0.41 | 0.12 |
| HSL | 335.61º | 0.71% | 0.57% | - |
| HSV(B) | 335.61º | 0.69% | 0.88% | - |
| XYZ | 37.03 | 21.77 | 24.08 | - |
| YUV | 122.53 | 133.35 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 132 | 0 | 0.69 | 0.41 | 0.12 | 335.61 | 0.71 | 0.57 |
| Hex | E0 | 45 | 84 | 0 | 45 | 29 | C | 150 | 47 | 39 |
| Octal | 340 | 105 | 204 | 0 | 105 | 51 | 14 | 520 | 107 | 71 |
| Binary | 11100000 | 1000101 | 10000100 | 0 | 1000101 | 101001 | 1100 | 101010000 | 1000111 | 111001 |
Color Harmonies of #E04584
Complementary color
Monochromatic Colors of #E04584
Black with #E04584
Text Example
Text Example
White with #E04584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04584; }
p { color: rgb(224,69,132); }
H1.HeaderClassName
{
color: #E04584;
}
.AnyTagClassName
{
color: #E04584;
}
</style>
background-color css
<style>
a { background-color: #E04584; }
a { background-color: rgb(224,69,132); }
div.DivClassName
{
background-color: #E04584;
}
.BgClassName
{
background-color: #E04584;
}
</style>
border-color css
<style>
span { border-color: #E04584; }
span { border-color: rgb(224,69,132); }
td.TdClassName
{
border-color: #E04584;
}
.TagClassName
{
border-color: #E04584;
}
</style>