Shades of Cranberry #E04484
Tints of Cranberry #E04484
RGB
CMYK
RGB Variations
Color information
#E04484 (or 0xE04484) is known color: Cranberry. HEX triplet: E0, 44 and 84. RGB value is (224,68,132). Sum of RGB (Red+Green+Blue) = 224+68+132=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E04484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04484 is #1FBB7B. Grayscale: #797979. Windows color (decimal): -2079612 or 8668384. OLE color: 8668384.
HSL color Cylindrical-coordinate representation of color #E04484: hue angle of 335.38º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04484 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 132 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.12 |
| HSL | 335.38º | 0.72% | 0.57% | - |
| HSV(B) | 335.38º | 0.7% | 0.88% | - |
| XYZ | 36.97 | 21.65 | 24.06 | - |
| YUV | 121.94 | 133.68 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 132 | 0 | 0.70 | 0.41 | 0.12 | 335.38 | 0.72 | 0.57 |
| Hex | E0 | 44 | 84 | 0 | 46 | 29 | C | 14F | 48 | 39 |
| Octal | 340 | 104 | 204 | 0 | 106 | 51 | 14 | 517 | 110 | 71 |
| Binary | 11100000 | 1000100 | 10000100 | 0 | 1000110 | 101001 | 1100 | 101001111 | 1001000 | 111001 |
Color Harmonies of #E04484
Complementary color
Monochromatic Colors of #E04484
Black with #E04484
Text Example
Text Example
White with #E04484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04484; }
p { color: rgb(224,68,132); }
H1.HeaderClassName
{
color: #E04484;
}
.AnyTagClassName
{
color: #E04484;
}
</style>
background-color css
<style>
a { background-color: #E04484; }
a { background-color: rgb(224,68,132); }
div.DivClassName
{
background-color: #E04484;
}
.BgClassName
{
background-color: #E04484;
}
</style>
border-color css
<style>
span { border-color: #E04484; }
span { border-color: rgb(224,68,132); }
td.TdClassName
{
border-color: #E04484;
}
.TagClassName
{
border-color: #E04484;
}
</style>