Shades of Cranberry #EB4A64
Tints of Cranberry #EB4A64
RGB
CMYK
RGB Variations
Color information
#EB4A64 (or 0xEB4A64) is known color: Cranberry. HEX triplet: EB, 4A and 64. RGB value is (235,74,100). Sum of RGB (Red+Green+Blue) = 235+74+100=409 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.46% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4A64 is #14B59B. Grayscale: #7D7D7D. Windows color (decimal): -1357212 or 6572779. OLE color: 6572779.
HSL color Cylindrical-coordinate representation of color #EB4A64: hue angle of 350.31º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB4A64 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 74 | 100 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.08 |
| HSL | 350.31º | 0.8% | 0.61% | - |
| HSV(B) | 350.31º | 0.69% | 0.92% | - |
| XYZ | 39.01 | 23.48 | 14.53 | - |
| YUV | 125.1 | 113.84 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 74 | 100 | 0 | 0.69 | 0.57 | 0.08 | 350.31 | 0.8 | 0.61 |
| Hex | EB | 4A | 64 | 0 | 45 | 39 | 8 | 15E | 50 | 3D |
| Octal | 353 | 112 | 144 | 0 | 105 | 71 | 10 | 536 | 120 | 75 |
| Binary | 11101011 | 1001010 | 1100100 | 0 | 1000101 | 111001 | 1000 | 101011110 | 1010000 | 111101 |
Color Harmonies of #EB4A64
Complementary color
Monochromatic Colors of #EB4A64
Black with #EB4A64
Text Example
Text Example
White with #EB4A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4A64; }
p { color: rgb(235,74,100); }
H1.HeaderClassName
{
color: #EB4A64;
}
.AnyTagClassName
{
color: #EB4A64;
}
</style>
background-color css
<style>
a { background-color: #EB4A64; }
a { background-color: rgb(235,74,100); }
div.DivClassName
{
background-color: #EB4A64;
}
.BgClassName
{
background-color: #EB4A64;
}
</style>
border-color css
<style>
span { border-color: #EB4A64; }
span { border-color: rgb(235,74,100); }
td.TdClassName
{
border-color: #EB4A64;
}
.TagClassName
{
border-color: #EB4A64;
}
</style>