Shades of Cranberry #E3526C
Tints of Cranberry #E3526C
RGB
CMYK
RGB Variations
Color information
#E3526C (or 0xE3526C) is known color: Cranberry. HEX triplet: E3, 52 and 6C. RGB value is (227,82,108). Sum of RGB (Red+Green+Blue) = 227+82+108=417 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.44% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 227 - color contains mainly: red. Hex color #E3526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3526C is #1CAD93. Grayscale: #808080. Windows color (decimal): -1879444 or 7099107. OLE color: 7099107.
HSL color Cylindrical-coordinate representation of color #E3526C: hue angle of 349.24º 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 #E3526C is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 108 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.11 |
| HSL | 349.24º | 0.72% | 0.61% | - |
| HSV(B) | 349.24º | 0.64% | 0.89% | - |
| XYZ | 37.4 | 23.45 | 16.74 | - |
| YUV | 128.32 | 116.54 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 108 | 0 | 0.64 | 0.52 | 0.11 | 349.24 | 0.72 | 0.61 |
| Hex | E3 | 52 | 6C | 0 | 40 | 34 | B | 15D | 48 | 3D |
| Octal | 343 | 122 | 154 | 0 | 100 | 64 | 13 | 535 | 110 | 75 |
| Binary | 11100011 | 1010010 | 1101100 | 0 | 1000000 | 110100 | 1011 | 101011101 | 1001000 | 111101 |
Color Harmonies of #E3526C
Complementary color
Monochromatic Colors of #E3526C
Black with #E3526C
Text Example
Text Example
White with #E3526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3526C; }
p { color: rgb(227,82,108); }
H1.HeaderClassName
{
color: #E3526C;
}
.AnyTagClassName
{
color: #E3526C;
}
</style>
background-color css
<style>
a { background-color: #E3526C; }
a { background-color: rgb(227,82,108); }
div.DivClassName
{
background-color: #E3526C;
}
.BgClassName
{
background-color: #E3526C;
}
</style>
border-color css
<style>
span { border-color: #E3526C; }
span { border-color: rgb(227,82,108); }
td.TdClassName
{
border-color: #E3526C;
}
.TagClassName
{
border-color: #E3526C;
}
</style>