Shades of Cranberry #E3526F
Tints of Cranberry #E3526F
RGB
CMYK
RGB Variations
Color information
#E3526F (or 0xE3526F) is known color: Cranberry. HEX triplet: E3, 52 and 6F. RGB value is (227,82,111). Sum of RGB (Red+Green+Blue) = 227+82+111=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E3526F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3526F is #1CAD90. Grayscale: #808080. Windows color (decimal): -1879441 or 7295715. OLE color: 7295715.
HSL color Cylindrical-coordinate representation of color #E3526F: hue angle of 348º 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 #E3526F is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 111 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.11 |
| HSL | 348º | 0.72% | 0.61% | - |
| HSV(B) | 348º | 0.64% | 0.89% | - |
| XYZ | 37.57 | 23.51 | 17.6 | - |
| YUV | 128.66 | 118.04 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 111 | 0 | 0.64 | 0.51 | 0.11 | 348 | 0.72 | 0.61 |
| Hex | E3 | 52 | 6F | 0 | 40 | 33 | B | 15C | 48 | 3D |
| Octal | 343 | 122 | 157 | 0 | 100 | 63 | 13 | 534 | 110 | 75 |
| Binary | 11100011 | 1010010 | 1101111 | 0 | 1000000 | 110011 | 1011 | 101011100 | 1001000 | 111101 |
Color Harmonies of #E3526F
Complementary color
Monochromatic Colors of #E3526F
Black with #E3526F
Text Example
Text Example
White with #E3526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3526F; }
p { color: rgb(227,82,111); }
H1.HeaderClassName
{
color: #E3526F;
}
.AnyTagClassName
{
color: #E3526F;
}
</style>
background-color css
<style>
a { background-color: #E3526F; }
a { background-color: rgb(227,82,111); }
div.DivClassName
{
background-color: #E3526F;
}
.BgClassName
{
background-color: #E3526F;
}
</style>
border-color css
<style>
span { border-color: #E3526F; }
span { border-color: rgb(227,82,111); }
td.TdClassName
{
border-color: #E3526F;
}
.TagClassName
{
border-color: #E3526F;
}
</style>