Shades of Cranberry #E34A70
Tints of Cranberry #E34A70
RGB
CMYK
RGB Variations
Color information
#E34A70 (or 0xE34A70) is known color: Cranberry. HEX triplet: E3, 4A and 70. RGB value is (227,74,112). Sum of RGB (Red+Green+Blue) = 227+74+112=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34A70 is #1CB58F. Grayscale: #7C7C7C. Windows color (decimal): -1881488 or 7359203. OLE color: 7359203.
HSL color Cylindrical-coordinate representation of color #E34A70: hue angle of 345.1º 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 #E34A70 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 74 | 112 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.11 |
| HSL | 345.1º | 0.73% | 0.59% | - |
| HSV(B) | 345.1º | 0.67% | 0.89% | - |
| XYZ | 37.05 | 22.4 | 17.7 | - |
| YUV | 124.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 74 | 112 | 0 | 0.67 | 0.51 | 0.11 | 345.1 | 0.73 | 0.59 |
| Hex | E3 | 4A | 70 | 0 | 43 | 33 | B | 159 | 49 | 3B |
| Octal | 343 | 112 | 160 | 0 | 103 | 63 | 13 | 531 | 111 | 73 |
| Binary | 11100011 | 1001010 | 1110000 | 0 | 1000011 | 110011 | 1011 | 101011001 | 1001001 | 111011 |
Color Harmonies of #E34A70
Complementary color
Monochromatic Colors of #E34A70
Black with #E34A70
Text Example
Text Example
White with #E34A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34A70; }
p { color: rgb(227,74,112); }
H1.HeaderClassName
{
color: #E34A70;
}
.AnyTagClassName
{
color: #E34A70;
}
</style>
background-color css
<style>
a { background-color: #E34A70; }
a { background-color: rgb(227,74,112); }
div.DivClassName
{
background-color: #E34A70;
}
.BgClassName
{
background-color: #E34A70;
}
</style>
border-color css
<style>
span { border-color: #E34A70; }
span { border-color: rgb(227,74,112); }
td.TdClassName
{
border-color: #E34A70;
}
.TagClassName
{
border-color: #E34A70;
}
</style>