Shades of Cranberry #EB516C
Tints of Cranberry #EB516C
RGB
CMYK
RGB Variations
Color information
#EB516C (or 0xEB516C) is known color: Cranberry. HEX triplet: EB, 51 and 6C. RGB value is (235,81,108). Sum of RGB (Red+Green+Blue) = 235+81+108=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB516C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB516C is #14AE93. Grayscale: #828282. Windows color (decimal): -1355412 or 7098859. OLE color: 7098859.
HSL color Cylindrical-coordinate representation of color #EB516C: hue angle of 349.48º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB516C is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 81 | 108 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.08 |
| HSL | 349.48º | 0.79% | 0.62% | - |
| HSV(B) | 349.48º | 0.66% | 0.92% | - |
| XYZ | 39.91 | 24.63 | 16.84 | - |
| YUV | 130.12 | 115.52 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 81 | 108 | 0 | 0.66 | 0.54 | 0.08 | 349.48 | 0.79 | 0.62 |
| Hex | EB | 51 | 6C | 0 | 42 | 36 | 8 | 15D | 4F | 3E |
| Octal | 353 | 121 | 154 | 0 | 102 | 66 | 10 | 535 | 117 | 76 |
| Binary | 11101011 | 1010001 | 1101100 | 0 | 1000010 | 110110 | 1000 | 101011101 | 1001111 | 111110 |
Color Harmonies of #EB516C
Complementary color
Monochromatic Colors of #EB516C
Black with #EB516C
Text Example
Text Example
White with #EB516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB516C; }
p { color: rgb(235,81,108); }
H1.HeaderClassName
{
color: #EB516C;
}
.AnyTagClassName
{
color: #EB516C;
}
</style>
background-color css
<style>
a { background-color: #EB516C; }
a { background-color: rgb(235,81,108); }
div.DivClassName
{
background-color: #EB516C;
}
.BgClassName
{
background-color: #EB516C;
}
</style>
border-color css
<style>
span { border-color: #EB516C; }
span { border-color: rgb(235,81,108); }
td.TdClassName
{
border-color: #EB516C;
}
.TagClassName
{
border-color: #EB516C;
}
</style>