Shades of Cranberry #EB456A
Tints of Cranberry #EB456A
RGB
CMYK
RGB Variations
Color information
#EB456A (or 0xEB456A) is known color: Cranberry. HEX triplet: EB, 45 and 6A. RGB value is (235,69,106). Sum of RGB (Red+Green+Blue) = 235+69+106=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB456A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB456A is #14BA95. Grayscale: #7A7A7A. Windows color (decimal): -1358486 or 6964715. OLE color: 6964715.
HSL color Cylindrical-coordinate representation of color #EB456A: hue angle of 346.63º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB456A is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 69 | 106 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.08 |
| HSL | 346.63º | 0.81% | 0.6% | - |
| HSV(B) | 346.63º | 0.71% | 0.92% | - |
| XYZ | 38.99 | 22.96 | 16.01 | - |
| YUV | 122.85 | 118.5 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 69 | 106 | 0 | 0.71 | 0.55 | 0.08 | 346.63 | 0.81 | 0.6 |
| Hex | EB | 45 | 6A | 0 | 47 | 37 | 8 | 15B | 51 | 3C |
| Octal | 353 | 105 | 152 | 0 | 107 | 67 | 10 | 533 | 121 | 74 |
| Binary | 11101011 | 1000101 | 1101010 | 0 | 1000111 | 110111 | 1000 | 101011011 | 1010001 | 111100 |
Color Harmonies of #EB456A
Complementary color
Monochromatic Colors of #EB456A
Black with #EB456A
Text Example
Text Example
White with #EB456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB456A; }
p { color: rgb(235,69,106); }
H1.HeaderClassName
{
color: #EB456A;
}
.AnyTagClassName
{
color: #EB456A;
}
</style>
background-color css
<style>
a { background-color: #EB456A; }
a { background-color: rgb(235,69,106); }
div.DivClassName
{
background-color: #EB456A;
}
.BgClassName
{
background-color: #EB456A;
}
</style>
border-color css
<style>
span { border-color: #EB456A; }
span { border-color: rgb(235,69,106); }
td.TdClassName
{
border-color: #EB456A;
}
.TagClassName
{
border-color: #EB456A;
}
</style>