Shades of Cranberry #E34073
Tints of Cranberry #E34073
RGB
CMYK
RGB Variations
Color information
#E34073 (or 0xE34073) is known color: Cranberry. HEX triplet: E3, 40 and 73. RGB value is (227,64,115). Sum of RGB (Red+Green+Blue) = 227+64+115=406 (53% of max value = 765). Red value is 227 (89.06% from 255 or 55.91% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 227 - color contains mainly: red. Hex color #E34073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34073 is #1CBF8C. Grayscale: #767676. Windows color (decimal): -1884045 or 7553251. OLE color: 7553251.
HSL color Cylindrical-coordinate representation of color #E34073: hue angle of 341.23º 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 #E34073 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 115 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.11 |
| HSL | 341.23º | 0.74% | 0.57% | - |
| HSV(B) | 341.23º | 0.72% | 0.89% | - |
| XYZ | 36.61 | 21.24 | 18.39 | - |
| YUV | 118.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 115 | 0 | 0.72 | 0.49 | 0.11 | 341.23 | 0.74 | 0.57 |
| Hex | E3 | 40 | 73 | 0 | 48 | 31 | B | 155 | 4A | 39 |
| Octal | 343 | 100 | 163 | 0 | 110 | 61 | 13 | 525 | 112 | 71 |
| Binary | 11100011 | 1000000 | 1110011 | 0 | 1001000 | 110001 | 1011 | 101010101 | 1001010 | 111001 |
Color Harmonies of #E34073
Complementary color
Monochromatic Colors of #E34073
Black with #E34073
Text Example
Text Example
White with #E34073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34073; }
p { color: rgb(227,64,115); }
H1.HeaderClassName
{
color: #E34073;
}
.AnyTagClassName
{
color: #E34073;
}
</style>
background-color css
<style>
a { background-color: #E34073; }
a { background-color: rgb(227,64,115); }
div.DivClassName
{
background-color: #E34073;
}
.BgClassName
{
background-color: #E34073;
}
</style>
border-color css
<style>
span { border-color: #E34073; }
span { border-color: rgb(227,64,115); }
td.TdClassName
{
border-color: #E34073;
}
.TagClassName
{
border-color: #E34073;
}
</style>