Shades of Cranberry #E34471
Tints of Cranberry #E34471
RGB
CMYK
RGB Variations
Color information
#E34471 (or 0xE34471) is known color: Cranberry. HEX triplet: E3, 44 and 71. RGB value is (227,68,113). Sum of RGB (Red+Green+Blue) = 227+68+113=408 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.64% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 227 - color contains mainly: red. Hex color #E34471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34471 is #1CBB8E. Grayscale: #787878. Windows color (decimal): -1883023 or 7423203. OLE color: 7423203.
HSL color Cylindrical-coordinate representation of color #E34471: hue angle of 343.02º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E34471 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 113 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.11 |
| HSL | 343.02º | 0.74% | 0.58% | - |
| HSV(B) | 343.02º | 0.7% | 0.89% | - |
| XYZ | 36.73 | 21.66 | 17.87 | - |
| YUV | 120.67 | 123.68 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 113 | 0 | 0.70 | 0.50 | 0.11 | 343.02 | 0.74 | 0.58 |
| Hex | E3 | 44 | 71 | 0 | 46 | 32 | B | 157 | 4A | 3A |
| Octal | 343 | 104 | 161 | 0 | 106 | 62 | 13 | 527 | 112 | 72 |
| Binary | 11100011 | 1000100 | 1110001 | 0 | 1000110 | 110010 | 1011 | 101010111 | 1001010 | 111010 |
Color Harmonies of #E34471
Complementary color
Monochromatic Colors of #E34471
Black with #E34471
Text Example
Text Example
White with #E34471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34471; }
p { color: rgb(227,68,113); }
H1.HeaderClassName
{
color: #E34471;
}
.AnyTagClassName
{
color: #E34471;
}
</style>
background-color css
<style>
a { background-color: #E34471; }
a { background-color: rgb(227,68,113); }
div.DivClassName
{
background-color: #E34471;
}
.BgClassName
{
background-color: #E34471;
}
</style>
border-color css
<style>
span { border-color: #E34471; }
span { border-color: rgb(227,68,113); }
td.TdClassName
{
border-color: #E34471;
}
.TagClassName
{
border-color: #E34471;
}
</style>