Shades of Cranberry #EB4A68
Tints of Cranberry #EB4A68
RGB
CMYK
RGB Variations
Color information
#EB4A68 (or 0xEB4A68) is known color: Cranberry. HEX triplet: EB, 4A and 68. RGB value is (235,74,104). Sum of RGB (Red+Green+Blue) = 235+74+104=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4A68 is #14B597. Grayscale: #7D7D7D. Windows color (decimal): -1357208 or 6834923. OLE color: 6834923.
HSL color Cylindrical-coordinate representation of color #EB4A68: hue angle of 348.82º 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 #EB4A68 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 74 | 104 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.08 |
| HSL | 348.82º | 0.8% | 0.61% | - |
| HSV(B) | 348.82º | 0.69% | 0.92% | - |
| XYZ | 39.21 | 23.56 | 15.58 | - |
| YUV | 125.56 | 115.84 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 74 | 104 | 0 | 0.69 | 0.56 | 0.08 | 348.82 | 0.8 | 0.61 |
| Hex | EB | 4A | 68 | 0 | 45 | 38 | 8 | 15D | 50 | 3D |
| Octal | 353 | 112 | 150 | 0 | 105 | 70 | 10 | 535 | 120 | 75 |
| Binary | 11101011 | 1001010 | 1101000 | 0 | 1000101 | 111000 | 1000 | 101011101 | 1010000 | 111101 |
Color Harmonies of #EB4A68
Complementary color
Monochromatic Colors of #EB4A68
Black with #EB4A68
Text Example
Text Example
White with #EB4A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4A68; }
p { color: rgb(235,74,104); }
H1.HeaderClassName
{
color: #EB4A68;
}
.AnyTagClassName
{
color: #EB4A68;
}
</style>
background-color css
<style>
a { background-color: #EB4A68; }
a { background-color: rgb(235,74,104); }
div.DivClassName
{
background-color: #EB4A68;
}
.BgClassName
{
background-color: #EB4A68;
}
</style>
border-color css
<style>
span { border-color: #EB4A68; }
span { border-color: rgb(235,74,104); }
td.TdClassName
{
border-color: #EB4A68;
}
.TagClassName
{
border-color: #EB4A68;
}
</style>