Shades of Cranberry #E94D64
Tints of Cranberry #E94D64
RGB
CMYK
RGB Variations
Color information
#E94D64 (or 0xE94D64) is known color: Cranberry. HEX triplet: E9, 4D and 64. RGB value is (233,77,100). Sum of RGB (Red+Green+Blue) = 233+77+100=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E94D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94D64 is #16B29B. Grayscale: #7E7E7E. Windows color (decimal): -1487516 or 6573545. OLE color: 6573545.
HSL color Cylindrical-coordinate representation of color #E94D64: hue angle of 351.15º 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 #E94D64 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 77 | 100 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.09 |
| HSL | 351.15º | 0.78% | 0.61% | - |
| HSV(B) | 351.15º | 0.67% | 0.91% | - |
| XYZ | 38.56 | 23.55 | 14.57 | - |
| YUV | 126.27 | 113.18 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 77 | 100 | 0 | 0.67 | 0.57 | 0.09 | 351.15 | 0.78 | 0.61 |
| Hex | E9 | 4D | 64 | 0 | 43 | 39 | 9 | 15F | 4E | 3D |
| Octal | 351 | 115 | 144 | 0 | 103 | 71 | 11 | 537 | 116 | 75 |
| Binary | 11101001 | 1001101 | 1100100 | 0 | 1000011 | 111001 | 1001 | 101011111 | 1001110 | 111101 |
Color Harmonies of #E94D64
Complementary color
Monochromatic Colors of #E94D64
Black with #E94D64
Text Example
Text Example
White with #E94D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94D64; }
p { color: rgb(233,77,100); }
H1.HeaderClassName
{
color: #E94D64;
}
.AnyTagClassName
{
color: #E94D64;
}
</style>
background-color css
<style>
a { background-color: #E94D64; }
a { background-color: rgb(233,77,100); }
div.DivClassName
{
background-color: #E94D64;
}
.BgClassName
{
background-color: #E94D64;
}
</style>
border-color css
<style>
span { border-color: #E94D64; }
span { border-color: rgb(233,77,100); }
td.TdClassName
{
border-color: #E94D64;
}
.TagClassName
{
border-color: #E94D64;
}
</style>