Shades of Cranberry #E04481
Tints of Cranberry #E04481
RGB
CMYK
RGB Variations
Color information
#E04481 (or 0xE04481) is known color: Cranberry. HEX triplet: E0, 44 and 81. RGB value is (224,68,129). Sum of RGB (Red+Green+Blue) = 224+68+129=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E04481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04481 is #1FBB7E. Grayscale: #797979. Windows color (decimal): -2079615 or 8471776. OLE color: 8471776.
HSL color Cylindrical-coordinate representation of color #E04481: hue angle of 336.54º 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 #E04481 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 129 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.12 |
| HSL | 336.54º | 0.72% | 0.57% | - |
| HSV(B) | 336.54º | 0.7% | 0.88% | - |
| XYZ | 36.77 | 21.57 | 22.99 | - |
| YUV | 121.6 | 132.18 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 129 | 0 | 0.70 | 0.42 | 0.12 | 336.54 | 0.72 | 0.57 |
| Hex | E0 | 44 | 81 | 0 | 46 | 2A | C | 151 | 48 | 39 |
| Octal | 340 | 104 | 201 | 0 | 106 | 52 | 14 | 521 | 110 | 71 |
| Binary | 11100000 | 1000100 | 10000001 | 0 | 1000110 | 101010 | 1100 | 101010001 | 1001000 | 111001 |
Color Harmonies of #E04481
Complementary color
Monochromatic Colors of #E04481
Black with #E04481
Text Example
Text Example
White with #E04481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04481; }
p { color: rgb(224,68,129); }
H1.HeaderClassName
{
color: #E04481;
}
.AnyTagClassName
{
color: #E04481;
}
</style>
background-color css
<style>
a { background-color: #E04481; }
a { background-color: rgb(224,68,129); }
div.DivClassName
{
background-color: #E04481;
}
.BgClassName
{
background-color: #E04481;
}
</style>
border-color css
<style>
span { border-color: #E04481; }
span { border-color: rgb(224,68,129); }
td.TdClassName
{
border-color: #E04481;
}
.TagClassName
{
border-color: #E04481;
}
</style>