Shades of Cranberry #E0526B
Tints of Cranberry #E0526B
RGB
CMYK
RGB Variations
Color information
#E0526B (or 0xE0526B) is known color: Cranberry. HEX triplet: E0, 52 and 6B. RGB value is (224,82,107). Sum of RGB (Red+Green+Blue) = 224+82+107=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E0526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0526B is #1FAD94. Grayscale: #7F7F7F. Windows color (decimal): -2076053 or 7033568. OLE color: 7033568.
HSL color Cylindrical-coordinate representation of color #E0526B: hue angle of 349.44º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0526B is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 107 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.12 |
| HSL | 349.44º | 0.7% | 0.6% | - |
| HSV(B) | 349.44º | 0.63% | 0.88% | - |
| XYZ | 36.41 | 22.94 | 16.42 | - |
| YUV | 127.31 | 116.54 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 107 | 0 | 0.63 | 0.52 | 0.12 | 349.44 | 0.7 | 0.6 |
| Hex | E0 | 52 | 6B | 0 | 3F | 34 | C | 15D | 46 | 3C |
| Octal | 340 | 122 | 153 | 0 | 77 | 64 | 14 | 535 | 106 | 74 |
| Binary | 11100000 | 1010010 | 1101011 | 0 | 111111 | 110100 | 1100 | 101011101 | 1000110 | 111100 |
Color Harmonies of #E0526B
Complementary color
Monochromatic Colors of #E0526B
Black with #E0526B
Text Example
Text Example
White with #E0526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0526B; }
p { color: rgb(224,82,107); }
H1.HeaderClassName
{
color: #E0526B;
}
.AnyTagClassName
{
color: #E0526B;
}
</style>
background-color css
<style>
a { background-color: #E0526B; }
a { background-color: rgb(224,82,107); }
div.DivClassName
{
background-color: #E0526B;
}
.BgClassName
{
background-color: #E0526B;
}
</style>
border-color css
<style>
span { border-color: #E0526B; }
span { border-color: rgb(224,82,107); }
td.TdClassName
{
border-color: #E0526B;
}
.TagClassName
{
border-color: #E0526B;
}
</style>