Shades of Cranberry #EB516A
Tints of Cranberry #EB516A
RGB
CMYK
RGB Variations
Color information
#EB516A (or 0xEB516A) is known color: Cranberry. HEX triplet: EB, 51 and 6A. RGB value is (235,81,106). Sum of RGB (Red+Green+Blue) = 235+81+106=422 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.69% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 235 - color contains mainly: red. Hex color #EB516A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB516A is #14AE95. Grayscale: #818181. Windows color (decimal): -1355414 or 6967787. OLE color: 6967787.
HSL color Cylindrical-coordinate representation of color #EB516A: hue angle of 350.26º 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 #EB516A is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 81 | 106 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.08 |
| HSL | 350.26º | 0.79% | 0.62% | - |
| HSV(B) | 350.26º | 0.66% | 0.92% | - |
| XYZ | 39.8 | 24.59 | 16.28 | - |
| YUV | 129.9 | 114.52 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 81 | 106 | 0 | 0.66 | 0.55 | 0.08 | 350.26 | 0.79 | 0.62 |
| Hex | EB | 51 | 6A | 0 | 42 | 37 | 8 | 15E | 4F | 3E |
| Octal | 353 | 121 | 152 | 0 | 102 | 67 | 10 | 536 | 117 | 76 |
| Binary | 11101011 | 1010001 | 1101010 | 0 | 1000010 | 110111 | 1000 | 101011110 | 1001111 | 111110 |
Color Harmonies of #EB516A
Complementary color
Monochromatic Colors of #EB516A
Black with #EB516A
Text Example
Text Example
White with #EB516A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB516A; }
p { color: rgb(235,81,106); }
H1.HeaderClassName
{
color: #EB516A;
}
.AnyTagClassName
{
color: #EB516A;
}
</style>
background-color css
<style>
a { background-color: #EB516A; }
a { background-color: rgb(235,81,106); }
div.DivClassName
{
background-color: #EB516A;
}
.BgClassName
{
background-color: #EB516A;
}
</style>
border-color css
<style>
span { border-color: #EB516A; }
span { border-color: rgb(235,81,106); }
td.TdClassName
{
border-color: #EB516A;
}
.TagClassName
{
border-color: #EB516A;
}
</style>