Shades of Cranberry #EB466C
Tints of Cranberry #EB466C
RGB
CMYK
RGB Variations
Color information
#EB466C (or 0xEB466C) is known color: Cranberry. HEX triplet: EB, 46 and 6C. RGB value is (235,70,108). Sum of RGB (Red+Green+Blue) = 235+70+108=413 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.90% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 235 - color contains mainly: red. Hex color #EB466C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB466C is #14B993. Grayscale: #7B7B7B. Windows color (decimal): -1358228 or 7096043. OLE color: 7096043.
HSL color Cylindrical-coordinate representation of color #EB466C: hue angle of 346.18º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EB466C is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 70 | 108 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.08 |
| HSL | 346.18º | 0.8% | 0.6% | - |
| HSV(B) | 346.18º | 0.7% | 0.92% | - |
| XYZ | 39.16 | 23.13 | 16.59 | - |
| YUV | 123.67 | 119.16 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 70 | 108 | 0 | 0.70 | 0.54 | 0.08 | 346.18 | 0.8 | 0.6 |
| Hex | EB | 46 | 6C | 0 | 46 | 36 | 8 | 15A | 50 | 3C |
| Octal | 353 | 106 | 154 | 0 | 106 | 66 | 10 | 532 | 120 | 74 |
| Binary | 11101011 | 1000110 | 1101100 | 0 | 1000110 | 110110 | 1000 | 101011010 | 1010000 | 111100 |
Color Harmonies of #EB466C
Complementary color
Monochromatic Colors of #EB466C
Black with #EB466C
Text Example
Text Example
White with #EB466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB466C; }
p { color: rgb(235,70,108); }
H1.HeaderClassName
{
color: #EB466C;
}
.AnyTagClassName
{
color: #EB466C;
}
</style>
background-color css
<style>
a { background-color: #EB466C; }
a { background-color: rgb(235,70,108); }
div.DivClassName
{
background-color: #EB466C;
}
.BgClassName
{
background-color: #EB466C;
}
</style>
border-color css
<style>
span { border-color: #EB466C; }
span { border-color: rgb(235,70,108); }
td.TdClassName
{
border-color: #EB466C;
}
.TagClassName
{
border-color: #EB466C;
}
</style>