Shades of Cranberry #E94C70
Tints of Cranberry #E94C70
RGB
CMYK
RGB Variations
Color information
#E94C70 (or 0xE94C70) is known color: Cranberry. HEX triplet: E9, 4C and 70. RGB value is (233,76,112). Sum of RGB (Red+Green+Blue) = 233+76+112=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94C70 is #16B38F. Grayscale: #7F7F7F. Windows color (decimal): -1487760 or 7359721. OLE color: 7359721.
HSL color Cylindrical-coordinate representation of color #E94C70: hue angle of 346.24º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94C70 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 112 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.09 |
| HSL | 346.24º | 0.78% | 0.61% | - |
| HSV(B) | 346.24º | 0.67% | 0.91% | - |
| XYZ | 39.11 | 23.66 | 17.84 | - |
| YUV | 127.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 112 | 0 | 0.67 | 0.52 | 0.09 | 346.24 | 0.78 | 0.61 |
| Hex | E9 | 4C | 70 | 0 | 43 | 34 | 9 | 15A | 4E | 3D |
| Octal | 351 | 114 | 160 | 0 | 103 | 64 | 11 | 532 | 116 | 75 |
| Binary | 11101001 | 1001100 | 1110000 | 0 | 1000011 | 110100 | 1001 | 101011010 | 1001110 | 111101 |
Color Harmonies of #E94C70
Complementary color
Monochromatic Colors of #E94C70
Black with #E94C70
Text Example
Text Example
White with #E94C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C70; }
p { color: rgb(233,76,112); }
H1.HeaderClassName
{
color: #E94C70;
}
.AnyTagClassName
{
color: #E94C70;
}
</style>
background-color css
<style>
a { background-color: #E94C70; }
a { background-color: rgb(233,76,112); }
div.DivClassName
{
background-color: #E94C70;
}
.BgClassName
{
background-color: #E94C70;
}
</style>
border-color css
<style>
span { border-color: #E94C70; }
span { border-color: rgb(233,76,112); }
td.TdClassName
{
border-color: #E94C70;
}
.TagClassName
{
border-color: #E94C70;
}
</style>