Shades of Cranberry #E94B64
Tints of Cranberry #E94B64
RGB
CMYK
RGB Variations
Color information
#E94B64 (or 0xE94B64) is known color: Cranberry. HEX triplet: E9, 4B and 64. RGB value is (233,75,100). Sum of RGB (Red+Green+Blue) = 233+75+100=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E94B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94B64 is #16B49B. Grayscale: #7D7D7D. Windows color (decimal): -1488028 or 6573033. OLE color: 6573033.
HSL color Cylindrical-coordinate representation of color #E94B64: hue angle of 350.51º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94B64 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 75 | 100 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.09 |
| HSL | 350.51º | 0.78% | 0.6% | - |
| HSV(B) | 350.51º | 0.68% | 0.91% | - |
| XYZ | 38.42 | 23.28 | 14.52 | - |
| YUV | 125.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 75 | 100 | 0 | 0.68 | 0.57 | 0.09 | 350.51 | 0.78 | 0.6 |
| Hex | E9 | 4B | 64 | 0 | 44 | 39 | 9 | 15F | 4E | 3C |
| Octal | 351 | 113 | 144 | 0 | 104 | 71 | 11 | 537 | 116 | 74 |
| Binary | 11101001 | 1001011 | 1100100 | 0 | 1000100 | 111001 | 1001 | 101011111 | 1001110 | 111100 |
Color Harmonies of #E94B64
Complementary color
Monochromatic Colors of #E94B64
Black with #E94B64
Text Example
Text Example
White with #E94B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94B64; }
p { color: rgb(233,75,100); }
H1.HeaderClassName
{
color: #E94B64;
}
.AnyTagClassName
{
color: #E94B64;
}
</style>
background-color css
<style>
a { background-color: #E94B64; }
a { background-color: rgb(233,75,100); }
div.DivClassName
{
background-color: #E94B64;
}
.BgClassName
{
background-color: #E94B64;
}
</style>
border-color css
<style>
span { border-color: #E94B64; }
span { border-color: rgb(233,75,100); }
td.TdClassName
{
border-color: #E94B64;
}
.TagClassName
{
border-color: #E94B64;
}
</style>