Shades of Cranberry #EB476C
Tints of Cranberry #EB476C
RGB
CMYK
RGB Variations
Color information
#EB476C (or 0xEB476C) is known color: Cranberry. HEX triplet: EB, 47 and 6C. RGB value is (235,71,108). Sum of RGB (Red+Green+Blue) = 235+71+108=414 (54% of max value = 765). Red value is 235 (92.19% from 255 or 56.76% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 235 - color contains mainly: red. Hex color #EB476C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB476C is #14B893. Grayscale: #7C7C7C. Windows color (decimal): -1357972 or 7096299. OLE color: 7096299.
HSL color Cylindrical-coordinate representation of color #EB476C: hue angle of 346.46º 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 #EB476C is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 71 | 108 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.08 |
| HSL | 346.46º | 0.8% | 0.6% | - |
| HSV(B) | 346.46º | 0.7% | 0.92% | - |
| XYZ | 39.22 | 23.25 | 16.61 | - |
| YUV | 124.25 | 118.83 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 71 | 108 | 0 | 0.70 | 0.54 | 0.08 | 346.46 | 0.8 | 0.6 |
| Hex | EB | 47 | 6C | 0 | 46 | 36 | 8 | 15A | 50 | 3C |
| Octal | 353 | 107 | 154 | 0 | 106 | 66 | 10 | 532 | 120 | 74 |
| Binary | 11101011 | 1000111 | 1101100 | 0 | 1000110 | 110110 | 1000 | 101011010 | 1010000 | 111100 |
Color Harmonies of #EB476C
Complementary color
Monochromatic Colors of #EB476C
Black with #EB476C
Text Example
Text Example
White with #EB476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB476C; }
p { color: rgb(235,71,108); }
H1.HeaderClassName
{
color: #EB476C;
}
.AnyTagClassName
{
color: #EB476C;
}
</style>
background-color css
<style>
a { background-color: #EB476C; }
a { background-color: rgb(235,71,108); }
div.DivClassName
{
background-color: #EB476C;
}
.BgClassName
{
background-color: #EB476C;
}
</style>
border-color css
<style>
span { border-color: #EB476C; }
span { border-color: rgb(235,71,108); }
td.TdClassName
{
border-color: #EB476C;
}
.TagClassName
{
border-color: #EB476C;
}
</style>