Shades of Cranberry #E35A70
Tints of Cranberry #E35A70
RGB
CMYK
RGB Variations
Color information
#E35A70 (or 0xE35A70) is known color: Cranberry. HEX triplet: E3, 5A and 70. RGB value is (227,90,112). Sum of RGB (Red+Green+Blue) = 227+90+112=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35A70 is #1CA58F. Grayscale: #858585. Windows color (decimal): -1877392 or 7363299. OLE color: 7363299.
HSL color Cylindrical-coordinate representation of color #E35A70: hue angle of 350.36º 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 #E35A70 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 90 | 112 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.11 |
| HSL | 350.37º | 0.71% | 0.62% | - |
| HSV(B) | 350.37º | 0.6% | 0.89% | - |
| XYZ | 38.26 | 24.81 | 18.1 | - |
| YUV | 133.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 90 | 112 | 0 | 0.60 | 0.51 | 0.11 | 350.37 | 0.71 | 0.62 |
| Hex | E3 | 5A | 70 | 0 | 3C | 33 | B | 15E | 47 | 3E |
| Octal | 343 | 132 | 160 | 0 | 74 | 63 | 13 | 536 | 107 | 76 |
| Binary | 11100011 | 1011010 | 1110000 | 0 | 111100 | 110011 | 1011 | 101011110 | 1000111 | 111110 |
Color Harmonies of #E35A70
Complementary color
Monochromatic Colors of #E35A70
Black with #E35A70
Text Example
Text Example
White with #E35A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35A70; }
p { color: rgb(227,90,112); }
H1.HeaderClassName
{
color: #E35A70;
}
.AnyTagClassName
{
color: #E35A70;
}
</style>
background-color css
<style>
a { background-color: #E35A70; }
a { background-color: rgb(227,90,112); }
div.DivClassName
{
background-color: #E35A70;
}
.BgClassName
{
background-color: #E35A70;
}
</style>
border-color css
<style>
span { border-color: #E35A70; }
span { border-color: rgb(227,90,112); }
td.TdClassName
{
border-color: #E35A70;
}
.TagClassName
{
border-color: #E35A70;
}
</style>