Shades of Cranberry #E34C6B
Tints of Cranberry #E34C6B
RGB
CMYK
RGB Variations
Color information
#E34C6B (or 0xE34C6B) is known color: Cranberry. HEX triplet: E3, 4C and 6B. RGB value is (227,76,107). Sum of RGB (Red+Green+Blue) = 227+76+107=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34C6B is #1CB394. Grayscale: #7C7C7C. Windows color (decimal): -1880981 or 7032035. OLE color: 7032035.
HSL color Cylindrical-coordinate representation of color #E34C6B: hue angle of 347.68º 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 #E34C6B is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 107 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.11 |
| HSL | 347.68º | 0.73% | 0.59% | - |
| HSV(B) | 347.68º | 0.67% | 0.89% | - |
| XYZ | 36.92 | 22.56 | 16.32 | - |
| YUV | 124.68 | 118.03 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 107 | 0 | 0.67 | 0.53 | 0.11 | 347.68 | 0.73 | 0.59 |
| Hex | E3 | 4C | 6B | 0 | 43 | 35 | B | 15C | 49 | 3B |
| Octal | 343 | 114 | 153 | 0 | 103 | 65 | 13 | 534 | 111 | 73 |
| Binary | 11100011 | 1001100 | 1101011 | 0 | 1000011 | 110101 | 1011 | 101011100 | 1001001 | 111011 |
Color Harmonies of #E34C6B
Complementary color
Monochromatic Colors of #E34C6B
Black with #E34C6B
Text Example
Text Example
White with #E34C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34C6B; }
p { color: rgb(227,76,107); }
H1.HeaderClassName
{
color: #E34C6B;
}
.AnyTagClassName
{
color: #E34C6B;
}
</style>
background-color css
<style>
a { background-color: #E34C6B; }
a { background-color: rgb(227,76,107); }
div.DivClassName
{
background-color: #E34C6B;
}
.BgClassName
{
background-color: #E34C6B;
}
</style>
border-color css
<style>
span { border-color: #E34C6B; }
span { border-color: rgb(227,76,107); }
td.TdClassName
{
border-color: #E34C6B;
}
.TagClassName
{
border-color: #E34C6B;
}
</style>