Shades of Cranberry #E35276
Tints of Cranberry #E35276
RGB
CMYK
RGB Variations
Color information
#E35276 (or 0xE35276) is known color: Cranberry. HEX triplet: E3, 52 and 76. RGB value is (227,82,118). Sum of RGB (Red+Green+Blue) = 227+82+118=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E35276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35276 is #1CAD89. Grayscale: #818181. Windows color (decimal): -1879434 or 7754467. OLE color: 7754467.
HSL color Cylindrical-coordinate representation of color #E35276: hue angle of 345.1º 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 #E35276 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 118 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.11 |
| HSL | 345.1º | 0.72% | 0.61% | - |
| HSV(B) | 345.1º | 0.64% | 0.89% | - |
| XYZ | 37.97 | 23.67 | 19.71 | - |
| YUV | 129.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 118 | 0 | 0.64 | 0.48 | 0.11 | 345.1 | 0.72 | 0.61 |
| Hex | E3 | 52 | 76 | 0 | 40 | 30 | B | 159 | 48 | 3D |
| Octal | 343 | 122 | 166 | 0 | 100 | 60 | 13 | 531 | 110 | 75 |
| Binary | 11100011 | 1010010 | 1110110 | 0 | 1000000 | 110000 | 1011 | 101011001 | 1001000 | 111101 |
Color Harmonies of #E35276
Complementary color
Monochromatic Colors of #E35276
Black with #E35276
Text Example
Text Example
White with #E35276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35276; }
p { color: rgb(227,82,118); }
H1.HeaderClassName
{
color: #E35276;
}
.AnyTagClassName
{
color: #E35276;
}
</style>
background-color css
<style>
a { background-color: #E35276; }
a { background-color: rgb(227,82,118); }
div.DivClassName
{
background-color: #E35276;
}
.BgClassName
{
background-color: #E35276;
}
</style>
border-color css
<style>
span { border-color: #E35276; }
span { border-color: rgb(227,82,118); }
td.TdClassName
{
border-color: #E35276;
}
.TagClassName
{
border-color: #E35276;
}
</style>