Shades of Cranberry #E34C6F
Tints of Cranberry #E34C6F
RGB
CMYK
RGB Variations
Color information
#E34C6F (or 0xE34C6F) is known color: Cranberry. HEX triplet: E3, 4C and 6F. RGB value is (227,76,111). Sum of RGB (Red+Green+Blue) = 227+76+111=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34C6F is #1CB390. Grayscale: #7D7D7D. Windows color (decimal): -1880977 or 7294179. OLE color: 7294179.
HSL color Cylindrical-coordinate representation of color #E34C6F: hue angle of 346.09º 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 #E34C6F is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 111 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.11 |
| HSL | 346.09º | 0.73% | 0.59% | - |
| HSV(B) | 346.09º | 0.67% | 0.89% | - |
| XYZ | 37.13 | 22.65 | 17.45 | - |
| YUV | 125.14 | 120.03 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 111 | 0 | 0.67 | 0.51 | 0.11 | 346.09 | 0.73 | 0.59 |
| Hex | E3 | 4C | 6F | 0 | 43 | 33 | B | 15A | 49 | 3B |
| Octal | 343 | 114 | 157 | 0 | 103 | 63 | 13 | 532 | 111 | 73 |
| Binary | 11100011 | 1001100 | 1101111 | 0 | 1000011 | 110011 | 1011 | 101011010 | 1001001 | 111011 |
Color Harmonies of #E34C6F
Complementary color
Monochromatic Colors of #E34C6F
Black with #E34C6F
Text Example
Text Example
White with #E34C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34C6F; }
p { color: rgb(227,76,111); }
H1.HeaderClassName
{
color: #E34C6F;
}
.AnyTagClassName
{
color: #E34C6F;
}
</style>
background-color css
<style>
a { background-color: #E34C6F; }
a { background-color: rgb(227,76,111); }
div.DivClassName
{
background-color: #E34C6F;
}
.BgClassName
{
background-color: #E34C6F;
}
</style>
border-color css
<style>
span { border-color: #E34C6F; }
span { border-color: rgb(227,76,111); }
td.TdClassName
{
border-color: #E34C6F;
}
.TagClassName
{
border-color: #E34C6F;
}
</style>