Shades of Cranberry #E34E6A
Tints of Cranberry #E34E6A
RGB
CMYK
RGB Variations
Color information
#E34E6A (or 0xE34E6A) is known color: Cranberry. HEX triplet: E3, 4E and 6A. RGB value is (227,78,106). Sum of RGB (Red+Green+Blue) = 227+78+106=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E34E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E34E6A is #1CB195. Grayscale: #7D7D7D. Windows color (decimal): -1880470 or 6967011. OLE color: 6967011.
HSL color Cylindrical-coordinate representation of color #E34E6A: hue angle of 348.72º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34E6A is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 78 | 106 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.11 |
| HSL | 348.72º | 0.73% | 0.6% | - |
| HSV(B) | 348.72º | 0.66% | 0.89% | - |
| XYZ | 37 | 22.82 | 16.09 | - |
| YUV | 125.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 78 | 106 | 0 | 0.66 | 0.53 | 0.11 | 348.72 | 0.73 | 0.6 |
| Hex | E3 | 4E | 6A | 0 | 42 | 35 | B | 15D | 49 | 3C |
| Octal | 343 | 116 | 152 | 0 | 102 | 65 | 13 | 535 | 111 | 74 |
| Binary | 11100011 | 1001110 | 1101010 | 0 | 1000010 | 110101 | 1011 | 101011101 | 1001001 | 111100 |
Color Harmonies of #E34E6A
Complementary color
Monochromatic Colors of #E34E6A
Black with #E34E6A
Text Example
Text Example
White with #E34E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34E6A; }
p { color: rgb(227,78,106); }
H1.HeaderClassName
{
color: #E34E6A;
}
.AnyTagClassName
{
color: #E34E6A;
}
</style>
background-color css
<style>
a { background-color: #E34E6A; }
a { background-color: rgb(227,78,106); }
div.DivClassName
{
background-color: #E34E6A;
}
.BgClassName
{
background-color: #E34E6A;
}
</style>
border-color css
<style>
span { border-color: #E34E6A; }
span { border-color: rgb(227,78,106); }
td.TdClassName
{
border-color: #E34E6A;
}
.TagClassName
{
border-color: #E34E6A;
}
</style>