Shades of Cranberry #E35575
Tints of Cranberry #E35575
RGB
CMYK
RGB Variations
Color information
#E35575 (or 0xE35575) is known color: Cranberry. HEX triplet: E3, 55 and 75. RGB value is (227,85,117). Sum of RGB (Red+Green+Blue) = 227+85+117=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E35575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35575 is #1CAA8A. Grayscale: #838383. Windows color (decimal): -1878667 or 7689699. OLE color: 7689699.
HSL color Cylindrical-coordinate representation of color #E35575: hue angle of 346.48º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35575 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 117 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.11 |
| HSL | 346.48º | 0.72% | 0.61% | - |
| HSV(B) | 346.48º | 0.63% | 0.89% | - |
| XYZ | 38.14 | 24.11 | 19.47 | - |
| YUV | 131.11 | 120.04 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 117 | 0 | 0.63 | 0.48 | 0.11 | 346.48 | 0.72 | 0.61 |
| Hex | E3 | 55 | 75 | 0 | 3F | 30 | B | 15A | 48 | 3D |
| Octal | 343 | 125 | 165 | 0 | 77 | 60 | 13 | 532 | 110 | 75 |
| Binary | 11100011 | 1010101 | 1110101 | 0 | 111111 | 110000 | 1011 | 101011010 | 1001000 | 111101 |
Color Harmonies of #E35575
Complementary color
Monochromatic Colors of #E35575
Black with #E35575
Text Example
Text Example
White with #E35575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35575; }
p { color: rgb(227,85,117); }
H1.HeaderClassName
{
color: #E35575;
}
.AnyTagClassName
{
color: #E35575;
}
</style>
background-color css
<style>
a { background-color: #E35575; }
a { background-color: rgb(227,85,117); }
div.DivClassName
{
background-color: #E35575;
}
.BgClassName
{
background-color: #E35575;
}
</style>
border-color css
<style>
span { border-color: #E35575; }
span { border-color: rgb(227,85,117); }
td.TdClassName
{
border-color: #E35575;
}
.TagClassName
{
border-color: #E35575;
}
</style>