Shades of Cranberry #E35271
Tints of Cranberry #E35271
RGB
CMYK
RGB Variations
Color information
#E35271 (or 0xE35271) is known color: Cranberry. HEX triplet: E3, 52 and 71. RGB value is (227,82,113). Sum of RGB (Red+Green+Blue) = 227+82+113=422 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.79% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 227 - color contains mainly: red. Hex color #E35271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35271 is #1CAD8E. Grayscale: #808080. Windows color (decimal): -1879439 or 7426787. OLE color: 7426787.
HSL color Cylindrical-coordinate representation of color #E35271: hue angle of 347.17º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E35271 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 113 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.11 |
| HSL | 347.17º | 0.72% | 0.61% | - |
| HSV(B) | 347.17º | 0.64% | 0.89% | - |
| XYZ | 37.68 | 23.56 | 18.18 | - |
| YUV | 128.89 | 119.04 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 113 | 0 | 0.64 | 0.50 | 0.11 | 347.17 | 0.72 | 0.61 |
| Hex | E3 | 52 | 71 | 0 | 40 | 32 | B | 15B | 48 | 3D |
| Octal | 343 | 122 | 161 | 0 | 100 | 62 | 13 | 533 | 110 | 75 |
| Binary | 11100011 | 1010010 | 1110001 | 0 | 1000000 | 110010 | 1011 | 101011011 | 1001000 | 111101 |
Color Harmonies of #E35271
Complementary color
Monochromatic Colors of #E35271
Black with #E35271
Text Example
Text Example
White with #E35271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35271; }
p { color: rgb(227,82,113); }
H1.HeaderClassName
{
color: #E35271;
}
.AnyTagClassName
{
color: #E35271;
}
</style>
background-color css
<style>
a { background-color: #E35271; }
a { background-color: rgb(227,82,113); }
div.DivClassName
{
background-color: #E35271;
}
.BgClassName
{
background-color: #E35271;
}
</style>
border-color css
<style>
span { border-color: #E35271; }
span { border-color: rgb(227,82,113); }
td.TdClassName
{
border-color: #E35271;
}
.TagClassName
{
border-color: #E35271;
}
</style>