Shades of Cranberry #E94C64
Tints of Cranberry #E94C64
RGB
CMYK
RGB Variations
Color information
#E94C64 (or 0xE94C64) is known color: Cranberry. HEX triplet: E9, 4C and 64. RGB value is (233,76,100). Sum of RGB (Red+Green+Blue) = 233+76+100=409 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.97% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 233 - color contains mainly: red. Hex color #E94C64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94C64 is #16B39B. Grayscale: #7D7D7D. Windows color (decimal): -1487772 or 6573289. OLE color: 6573289.
HSL color Cylindrical-coordinate representation of color #E94C64: hue angle of 350.83º 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 #E94C64 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 76 | 100 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.09 |
| HSL | 350.83º | 0.78% | 0.61% | - |
| HSV(B) | 350.83º | 0.67% | 0.91% | - |
| XYZ | 38.49 | 23.41 | 14.55 | - |
| YUV | 125.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 76 | 100 | 0 | 0.67 | 0.57 | 0.09 | 350.83 | 0.78 | 0.61 |
| Hex | E9 | 4C | 64 | 0 | 43 | 39 | 9 | 15F | 4E | 3D |
| Octal | 351 | 114 | 144 | 0 | 103 | 71 | 11 | 537 | 116 | 75 |
| Binary | 11101001 | 1001100 | 1100100 | 0 | 1000011 | 111001 | 1001 | 101011111 | 1001110 | 111101 |
Color Harmonies of #E94C64
Complementary color
Monochromatic Colors of #E94C64
Black with #E94C64
Text Example
Text Example
White with #E94C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94C64; }
p { color: rgb(233,76,100); }
H1.HeaderClassName
{
color: #E94C64;
}
.AnyTagClassName
{
color: #E94C64;
}
</style>
background-color css
<style>
a { background-color: #E94C64; }
a { background-color: rgb(233,76,100); }
div.DivClassName
{
background-color: #E94C64;
}
.BgClassName
{
background-color: #E94C64;
}
</style>
border-color css
<style>
span { border-color: #E94C64; }
span { border-color: rgb(233,76,100); }
td.TdClassName
{
border-color: #E94C64;
}
.TagClassName
{
border-color: #E94C64;
}
</style>