Shades of Cranberry #E3506D
Tints of Cranberry #E3506D
RGB
CMYK
RGB Variations
Color information
#E3506D (or 0xE3506D) is known color: Cranberry. HEX triplet: E3, 50 and 6D. RGB value is (227,80,109). Sum of RGB (Red+Green+Blue) = 227+80+109=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E3506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3506D is #1CAF92. Grayscale: #7F7F7F. Windows color (decimal): -1879955 or 7164131. OLE color: 7164131.
HSL color Cylindrical-coordinate representation of color #E3506D: hue angle of 348.16º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3506D is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 109 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.11 |
| HSL | 348.16º | 0.72% | 0.6% | - |
| HSV(B) | 348.16º | 0.65% | 0.89% | - |
| XYZ | 37.31 | 23.17 | 16.97 | - |
| YUV | 127.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 109 | 0 | 0.65 | 0.52 | 0.11 | 348.16 | 0.72 | 0.6 |
| Hex | E3 | 50 | 6D | 0 | 41 | 34 | B | 15C | 48 | 3C |
| Octal | 343 | 120 | 155 | 0 | 101 | 64 | 13 | 534 | 110 | 74 |
| Binary | 11100011 | 1010000 | 1101101 | 0 | 1000001 | 110100 | 1011 | 101011100 | 1001000 | 111100 |
Color Harmonies of #E3506D
Complementary color
Monochromatic Colors of #E3506D
Black with #E3506D
Text Example
Text Example
White with #E3506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3506D; }
p { color: rgb(227,80,109); }
H1.HeaderClassName
{
color: #E3506D;
}
.AnyTagClassName
{
color: #E3506D;
}
</style>
background-color css
<style>
a { background-color: #E3506D; }
a { background-color: rgb(227,80,109); }
div.DivClassName
{
background-color: #E3506D;
}
.BgClassName
{
background-color: #E3506D;
}
</style>
border-color css
<style>
span { border-color: #E3506D; }
span { border-color: rgb(227,80,109); }
td.TdClassName
{
border-color: #E3506D;
}
.TagClassName
{
border-color: #E3506D;
}
</style>