Shades of Cranberry #E35970
Tints of Cranberry #E35970
RGB
CMYK
RGB Variations
Color information
#E35970 (or 0xE35970) is known color: Cranberry. HEX triplet: E3, 59 and 70. RGB value is (227,89,112). Sum of RGB (Red+Green+Blue) = 227+89+112=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E35970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35970 is #1CA68F. Grayscale: #848484. Windows color (decimal): -1877648 or 7363043. OLE color: 7363043.
HSL color Cylindrical-coordinate representation of color #E35970: hue angle of 350º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E35970 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 89 | 112 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.11 |
| HSL | 350º | 0.71% | 0.62% | - |
| HSV(B) | 350º | 0.61% | 0.89% | - |
| XYZ | 38.18 | 24.65 | 18.07 | - |
| YUV | 132.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 89 | 112 | 0 | 0.61 | 0.51 | 0.11 | 350 | 0.71 | 0.62 |
| Hex | E3 | 59 | 70 | 0 | 3D | 33 | B | 15E | 47 | 3E |
| Octal | 343 | 131 | 160 | 0 | 75 | 63 | 13 | 536 | 107 | 76 |
| Binary | 11100011 | 1011001 | 1110000 | 0 | 111101 | 110011 | 1011 | 101011110 | 1000111 | 111110 |
Color Harmonies of #E35970
Complementary color
Monochromatic Colors of #E35970
Black with #E35970
Text Example
Text Example
White with #E35970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35970; }
p { color: rgb(227,89,112); }
H1.HeaderClassName
{
color: #E35970;
}
.AnyTagClassName
{
color: #E35970;
}
</style>
background-color css
<style>
a { background-color: #E35970; }
a { background-color: rgb(227,89,112); }
div.DivClassName
{
background-color: #E35970;
}
.BgClassName
{
background-color: #E35970;
}
</style>
border-color css
<style>
span { border-color: #E35970; }
span { border-color: rgb(227,89,112); }
td.TdClassName
{
border-color: #E35970;
}
.TagClassName
{
border-color: #E35970;
}
</style>