Shades of Cranberry #EB4D64
Tints of Cranberry #EB4D64
RGB
CMYK
RGB Variations
Color information
#EB4D64 (or 0xEB4D64) is known color: Cranberry. HEX triplet: EB, 4D and 64. RGB value is (235,77,100). Sum of RGB (Red+Green+Blue) = 235+77+100=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4D64 is #14B29B. Grayscale: #7E7E7E. Windows color (decimal): -1356444 or 6573547. OLE color: 6573547.
HSL color Cylindrical-coordinate representation of color #EB4D64: hue angle of 351.27º 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 #EB4D64 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 77 | 100 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.08 |
| HSL | 351.27º | 0.8% | 0.61% | - |
| HSV(B) | 351.27º | 0.67% | 0.92% | - |
| XYZ | 39.22 | 23.89 | 14.6 | - |
| YUV | 126.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 77 | 100 | 0 | 0.67 | 0.57 | 0.08 | 351.27 | 0.8 | 0.61 |
| Hex | EB | 4D | 64 | 0 | 43 | 39 | 8 | 15F | 50 | 3D |
| Octal | 353 | 115 | 144 | 0 | 103 | 71 | 10 | 537 | 120 | 75 |
| Binary | 11101011 | 1001101 | 1100100 | 0 | 1000011 | 111001 | 1000 | 101011111 | 1010000 | 111101 |
Color Harmonies of #EB4D64
Complementary color
Monochromatic Colors of #EB4D64
Black with #EB4D64
Text Example
Text Example
White with #EB4D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4D64; }
p { color: rgb(235,77,100); }
H1.HeaderClassName
{
color: #EB4D64;
}
.AnyTagClassName
{
color: #EB4D64;
}
</style>
background-color css
<style>
a { background-color: #EB4D64; }
a { background-color: rgb(235,77,100); }
div.DivClassName
{
background-color: #EB4D64;
}
.BgClassName
{
background-color: #EB4D64;
}
</style>
border-color css
<style>
span { border-color: #EB4D64; }
span { border-color: rgb(235,77,100); }
td.TdClassName
{
border-color: #EB4D64;
}
.TagClassName
{
border-color: #EB4D64;
}
</style>