Shades of Cranberry #EB4E64
Tints of Cranberry #EB4E64
RGB
CMYK
RGB Variations
Color information
#EB4E64 (or 0xEB4E64) is known color: Cranberry. HEX triplet: EB, 4E and 64. RGB value is (235,78,100). Sum of RGB (Red+Green+Blue) = 235+78+100=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4E64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4E64 is #14B19B. Grayscale: #7F7F7F. Windows color (decimal): -1356188 or 6573803. OLE color: 6573803.
HSL color Cylindrical-coordinate representation of color #EB4E64: hue angle of 351.59º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EB4E64 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 78 | 100 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.08 |
| HSL | 351.59º | 0.8% | 0.61% | - |
| HSV(B) | 351.59º | 0.67% | 0.92% | - |
| XYZ | 39.29 | 24.03 | 14.62 | - |
| YUV | 127.45 | 112.51 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 78 | 100 | 0 | 0.67 | 0.57 | 0.08 | 351.59 | 0.8 | 0.61 |
| Hex | EB | 4E | 64 | 0 | 43 | 39 | 8 | 160 | 50 | 3D |
| Octal | 353 | 116 | 144 | 0 | 103 | 71 | 10 | 540 | 120 | 75 |
| Binary | 11101011 | 1001110 | 1100100 | 0 | 1000011 | 111001 | 1000 | 101100000 | 1010000 | 111101 |
Color Harmonies of #EB4E64
Complementary color
Monochromatic Colors of #EB4E64
Black with #EB4E64
Text Example
Text Example
White with #EB4E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4E64; }
p { color: rgb(235,78,100); }
H1.HeaderClassName
{
color: #EB4E64;
}
.AnyTagClassName
{
color: #EB4E64;
}
</style>
background-color css
<style>
a { background-color: #EB4E64; }
a { background-color: rgb(235,78,100); }
div.DivClassName
{
background-color: #EB4E64;
}
.BgClassName
{
background-color: #EB4E64;
}
</style>
border-color css
<style>
span { border-color: #EB4E64; }
span { border-color: rgb(235,78,100); }
td.TdClassName
{
border-color: #EB4E64;
}
.TagClassName
{
border-color: #EB4E64;
}
</style>