Shades of Cranberry #E2536B
Tints of Cranberry #E2536B
RGB
CMYK
RGB Variations
Color information
#E2536B (or 0xE2536B) is known color: Cranberry. HEX triplet: E2, 53 and 6B. RGB value is (226,83,107). Sum of RGB (Red+Green+Blue) = 226+83+107=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2536B is #1DAC94. Grayscale: #808080. Windows color (decimal): -1944725 or 7033826. OLE color: 7033826.
HSL color Cylindrical-coordinate representation of color #E2536B: hue angle of 349.93º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E2536B is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 107 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.11 |
| HSL | 349.93º | 0.71% | 0.61% | - |
| HSV(B) | 349.93º | 0.63% | 0.89% | - |
| XYZ | 37.11 | 23.42 | 16.47 | - |
| YUV | 128.49 | 115.88 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 107 | 0 | 0.63 | 0.53 | 0.11 | 349.93 | 0.71 | 0.61 |
| Hex | E2 | 53 | 6B | 0 | 3F | 35 | B | 15E | 47 | 3D |
| Octal | 342 | 123 | 153 | 0 | 77 | 65 | 13 | 536 | 107 | 75 |
| Binary | 11100010 | 1010011 | 1101011 | 0 | 111111 | 110101 | 1011 | 101011110 | 1000111 | 111101 |
Color Harmonies of #E2536B
Complementary color
Monochromatic Colors of #E2536B
Black with #E2536B
Text Example
Text Example
White with #E2536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2536B; }
p { color: rgb(226,83,107); }
H1.HeaderClassName
{
color: #E2536B;
}
.AnyTagClassName
{
color: #E2536B;
}
</style>
background-color css
<style>
a { background-color: #E2536B; }
a { background-color: rgb(226,83,107); }
div.DivClassName
{
background-color: #E2536B;
}
.BgClassName
{
background-color: #E2536B;
}
</style>
border-color css
<style>
span { border-color: #E2536B; }
span { border-color: rgb(226,83,107); }
td.TdClassName
{
border-color: #E2536B;
}
.TagClassName
{
border-color: #E2536B;
}
</style>