Shades of Cranberry #E35B70
Tints of Cranberry #E35B70
RGB
CMYK
RGB Variations
Color information
#E35B70 (or 0xE35B70) is known color: Cranberry. HEX triplet: E3, 5B and 70. RGB value is (227,91,112). Sum of RGB (Red+Green+Blue) = 227+91+112=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E35B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35B70 is #1CA48F. Grayscale: #868686. Windows color (decimal): -1877136 or 7363555. OLE color: 7363555.
HSL color Cylindrical-coordinate representation of color #E35B70: hue angle of 350.74º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35B70 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 91 | 112 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.11 |
| HSL | 350.74º | 0.71% | 0.62% | - |
| HSV(B) | 350.74º | 0.6% | 0.89% | - |
| XYZ | 38.34 | 24.98 | 18.13 | - |
| YUV | 134.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 91 | 112 | 0 | 0.60 | 0.51 | 0.11 | 350.74 | 0.71 | 0.62 |
| Hex | E3 | 5B | 70 | 0 | 3C | 33 | B | 15F | 47 | 3E |
| Octal | 343 | 133 | 160 | 0 | 74 | 63 | 13 | 537 | 107 | 76 |
| Binary | 11100011 | 1011011 | 1110000 | 0 | 111100 | 110011 | 1011 | 101011111 | 1000111 | 111110 |
Color Harmonies of #E35B70
Complementary color
Monochromatic Colors of #E35B70
Black with #E35B70
Text Example
Text Example
White with #E35B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35B70; }
p { color: rgb(227,91,112); }
H1.HeaderClassName
{
color: #E35B70;
}
.AnyTagClassName
{
color: #E35B70;
}
</style>
background-color css
<style>
a { background-color: #E35B70; }
a { background-color: rgb(227,91,112); }
div.DivClassName
{
background-color: #E35B70;
}
.BgClassName
{
background-color: #E35B70;
}
</style>
border-color css
<style>
span { border-color: #E35B70; }
span { border-color: rgb(227,91,112); }
td.TdClassName
{
border-color: #E35B70;
}
.TagClassName
{
border-color: #E35B70;
}
</style>