Shades of Cranberry #EB466B
Tints of Cranberry #EB466B
RGB
CMYK
RGB Variations
Color information
#EB466B (or 0xEB466B) is known color: Cranberry. HEX triplet: EB, 46 and 6B. RGB value is (235,70,107). Sum of RGB (Red+Green+Blue) = 235+70+107=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB466B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB466B is #14B994. Grayscale: #7B7B7B. Windows color (decimal): -1358229 or 7030507. OLE color: 7030507.
HSL color Cylindrical-coordinate representation of color #EB466B: hue angle of 346.55º 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 #EB466B is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 70 | 107 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.08 |
| HSL | 346.55º | 0.8% | 0.6% | - |
| HSV(B) | 346.55º | 0.7% | 0.92% | - |
| XYZ | 39.1 | 23.1 | 16.31 | - |
| YUV | 123.55 | 118.66 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 70 | 107 | 0 | 0.70 | 0.54 | 0.08 | 346.55 | 0.8 | 0.6 |
| Hex | EB | 46 | 6B | 0 | 46 | 36 | 8 | 15B | 50 | 3C |
| Octal | 353 | 106 | 153 | 0 | 106 | 66 | 10 | 533 | 120 | 74 |
| Binary | 11101011 | 1000110 | 1101011 | 0 | 1000110 | 110110 | 1000 | 101011011 | 1010000 | 111100 |
Color Harmonies of #EB466B
Complementary color
Monochromatic Colors of #EB466B
Black with #EB466B
Text Example
Text Example
White with #EB466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB466B; }
p { color: rgb(235,70,107); }
H1.HeaderClassName
{
color: #EB466B;
}
.AnyTagClassName
{
color: #EB466B;
}
</style>
background-color css
<style>
a { background-color: #EB466B; }
a { background-color: rgb(235,70,107); }
div.DivClassName
{
background-color: #EB466B;
}
.BgClassName
{
background-color: #EB466B;
}
</style>
border-color css
<style>
span { border-color: #EB466B; }
span { border-color: rgb(235,70,107); }
td.TdClassName
{
border-color: #EB466B;
}
.TagClassName
{
border-color: #EB466B;
}
</style>