Shades of Cranberry #E34C72
Tints of Cranberry #E34C72
RGB
CMYK
RGB Variations
Color information
#E34C72 (or 0xE34C72) is known color: Cranberry. HEX triplet: E3, 4C and 72. RGB value is (227,76,114). Sum of RGB (Red+Green+Blue) = 227+76+114=417 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.44% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E34C72 is #1CB38D. Grayscale: #7D7D7D. Windows color (decimal): -1880974 or 7490787. OLE color: 7490787.
HSL color Cylindrical-coordinate representation of color #E34C72: hue angle of 344.9º 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 #E34C72 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 114 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.11 |
| HSL | 344.9º | 0.73% | 0.59% | - |
| HSV(B) | 344.9º | 0.67% | 0.89% | - |
| XYZ | 37.3 | 22.71 | 18.34 | - |
| YUV | 125.48 | 121.53 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 114 | 0 | 0.67 | 0.50 | 0.11 | 344.9 | 0.73 | 0.59 |
| Hex | E3 | 4C | 72 | 0 | 43 | 32 | B | 159 | 49 | 3B |
| Octal | 343 | 114 | 162 | 0 | 103 | 62 | 13 | 531 | 111 | 73 |
| Binary | 11100011 | 1001100 | 1110010 | 0 | 1000011 | 110010 | 1011 | 101011001 | 1001001 | 111011 |
Color Harmonies of #E34C72
Complementary color
Monochromatic Colors of #E34C72
Black with #E34C72
Text Example
Text Example
White with #E34C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34C72; }
p { color: rgb(227,76,114); }
H1.HeaderClassName
{
color: #E34C72;
}
.AnyTagClassName
{
color: #E34C72;
}
</style>
background-color css
<style>
a { background-color: #E34C72; }
a { background-color: rgb(227,76,114); }
div.DivClassName
{
background-color: #E34C72;
}
.BgClassName
{
background-color: #E34C72;
}
</style>
border-color css
<style>
span { border-color: #E34C72; }
span { border-color: rgb(227,76,114); }
td.TdClassName
{
border-color: #E34C72;
}
.TagClassName
{
border-color: #E34C72;
}
</style>