Shades of Cranberry #E34072
Tints of Cranberry #E34072
RGB
CMYK
RGB Variations
Color information
#E34072 (or 0xE34072) is known color: Cranberry. HEX triplet: E3, 40 and 72. RGB value is (227,64,114). Sum of RGB (Red+Green+Blue) = 227+64+114=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E34072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34072 is #1CBF8D. Grayscale: #767676. Windows color (decimal): -1884046 or 7487715. OLE color: 7487715.
HSL color Cylindrical-coordinate representation of color #E34072: hue angle of 341.6º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E34072 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 114 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.11 |
| HSL | 341.6º | 0.74% | 0.57% | - |
| HSV(B) | 341.6º | 0.72% | 0.89% | - |
| XYZ | 36.55 | 21.21 | 18.09 | - |
| YUV | 118.44 | 125.5 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 114 | 0 | 0.72 | 0.50 | 0.11 | 341.6 | 0.74 | 0.57 |
| Hex | E3 | 40 | 72 | 0 | 48 | 32 | B | 156 | 4A | 39 |
| Octal | 343 | 100 | 162 | 0 | 110 | 62 | 13 | 526 | 112 | 71 |
| Binary | 11100011 | 1000000 | 1110010 | 0 | 1001000 | 110010 | 1011 | 101010110 | 1001010 | 111001 |
Color Harmonies of #E34072
Complementary color
Monochromatic Colors of #E34072
Black with #E34072
Text Example
Text Example
White with #E34072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34072; }
p { color: rgb(227,64,114); }
H1.HeaderClassName
{
color: #E34072;
}
.AnyTagClassName
{
color: #E34072;
}
</style>
background-color css
<style>
a { background-color: #E34072; }
a { background-color: rgb(227,64,114); }
div.DivClassName
{
background-color: #E34072;
}
.BgClassName
{
background-color: #E34072;
}
</style>
border-color css
<style>
span { border-color: #E34072; }
span { border-color: rgb(227,64,114); }
td.TdClassName
{
border-color: #E34072;
}
.TagClassName
{
border-color: #E34072;
}
</style>