Shades of Cranberry #E34A71
Tints of Cranberry #E34A71
RGB
CMYK
RGB Variations
Color information
#E34A71 (or 0xE34A71) is known color: Cranberry. HEX triplet: E3, 4A and 71. RGB value is (227,74,113). Sum of RGB (Red+Green+Blue) = 227+74+113=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34A71 is #1CB58E. Grayscale: #7C7C7C. Windows color (decimal): -1881487 or 7424739. OLE color: 7424739.
HSL color Cylindrical-coordinate representation of color #E34A71: hue angle of 344.71º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E34A71 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 113 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.11 |
| HSL | 344.71º | 0.73% | 0.59% | - |
| HSV(B) | 344.71º | 0.67% | 0.89% | - |
| XYZ | 37.11 | 22.42 | 17.99 | - |
| YUV | 124.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 113 | 0 | 0.67 | 0.50 | 0.11 | 344.71 | 0.73 | 0.59 |
| Hex | E3 | 4A | 71 | 0 | 43 | 32 | B | 159 | 49 | 3B |
| Octal | 343 | 112 | 161 | 0 | 103 | 62 | 13 | 531 | 111 | 73 |
| Binary | 11100011 | 1001010 | 1110001 | 0 | 1000011 | 110010 | 1011 | 101011001 | 1001001 | 111011 |
Color Harmonies of #E34A71
Complementary color
Monochromatic Colors of #E34A71
Black with #E34A71
Text Example
Text Example
White with #E34A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34A71; }
p { color: rgb(227,74,113); }
H1.HeaderClassName
{
color: #E34A71;
}
.AnyTagClassName
{
color: #E34A71;
}
</style>
background-color css
<style>
a { background-color: #E34A71; }
a { background-color: rgb(227,74,113); }
div.DivClassName
{
background-color: #E34A71;
}
.BgClassName
{
background-color: #E34A71;
}
</style>
border-color css
<style>
span { border-color: #E34A71; }
span { border-color: rgb(227,74,113); }
td.TdClassName
{
border-color: #E34A71;
}
.TagClassName
{
border-color: #E34A71;
}
</style>