Shades of Cranberry #E0536D
Tints of Cranberry #E0536D
RGB
CMYK
RGB Variations
Color information
#E0536D (or 0xE0536D) is known color: Cranberry. HEX triplet: E0, 53 and 6D. RGB value is (224,83,109). Sum of RGB (Red+Green+Blue) = 224+83+109=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0536D is #1FAC92. Grayscale: #808080. Windows color (decimal): -2075795 or 7164896. OLE color: 7164896.
HSL color Cylindrical-coordinate representation of color #E0536D: hue angle of 348.94º degrees, saturation: 0.69, 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 #E0536D is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 83 | 109 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.12 |
| HSL | 348.94º | 0.69% | 0.6% | - |
| HSV(B) | 348.94º | 0.63% | 0.88% | - |
| XYZ | 36.59 | 23.14 | 17.01 | - |
| YUV | 128.12 | 117.21 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 83 | 109 | 0 | 0.63 | 0.51 | 0.12 | 348.94 | 0.69 | 0.6 |
| Hex | E0 | 53 | 6D | 0 | 3F | 33 | C | 15D | 45 | 3C |
| Octal | 340 | 123 | 155 | 0 | 77 | 63 | 14 | 535 | 105 | 74 |
| Binary | 11100000 | 1010011 | 1101101 | 0 | 111111 | 110011 | 1100 | 101011101 | 1000101 | 111100 |
Color Harmonies of #E0536D
Complementary color
Monochromatic Colors of #E0536D
Black with #E0536D
Text Example
Text Example
White with #E0536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0536D; }
p { color: rgb(224,83,109); }
H1.HeaderClassName
{
color: #E0536D;
}
.AnyTagClassName
{
color: #E0536D;
}
</style>
background-color css
<style>
a { background-color: #E0536D; }
a { background-color: rgb(224,83,109); }
div.DivClassName
{
background-color: #E0536D;
}
.BgClassName
{
background-color: #E0536D;
}
</style>
border-color css
<style>
span { border-color: #E0536D; }
span { border-color: rgb(224,83,109); }
td.TdClassName
{
border-color: #E0536D;
}
.TagClassName
{
border-color: #E0536D;
}
</style>