Shades of Cranberry #ED496D
Tints of Cranberry #ED496D
RGB
CMYK
RGB Variations
Color information
#ED496D (or 0xED496D) is known color: Cranberry. HEX triplet: ED, 49 and 6D. RGB value is (237,73,109). Sum of RGB (Red+Green+Blue) = 237+73+109=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED496D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED496D is #12B692. Grayscale: #7E7E7E. Windows color (decimal): -1226387 or 7162349. OLE color: 7162349.
HSL color Cylindrical-coordinate representation of color #ED496D: hue angle of 346.83º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED496D is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 109 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.07 |
| HSL | 346.83º | 0.82% | 0.61% | - |
| HSV(B) | 346.83º | 0.69% | 0.93% | - |
| XYZ | 40.07 | 23.87 | 16.96 | - |
| YUV | 126.14 | 118.33 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 109 | 0 | 0.69 | 0.54 | 0.07 | 346.83 | 0.82 | 0.61 |
| Hex | ED | 49 | 6D | 0 | 45 | 36 | 7 | 15B | 52 | 3D |
| Octal | 355 | 111 | 155 | 0 | 105 | 66 | 7 | 533 | 122 | 75 |
| Binary | 11101101 | 1001001 | 1101101 | 0 | 1000101 | 110110 | 111 | 101011011 | 1010010 | 111101 |
Color Harmonies of #ED496D
Complementary color
Monochromatic Colors of #ED496D
Black with #ED496D
Text Example
Text Example
White with #ED496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED496D; }
p { color: rgb(237,73,109); }
H1.HeaderClassName
{
color: #ED496D;
}
.AnyTagClassName
{
color: #ED496D;
}
</style>
background-color css
<style>
a { background-color: #ED496D; }
a { background-color: rgb(237,73,109); }
div.DivClassName
{
background-color: #ED496D;
}
.BgClassName
{
background-color: #ED496D;
}
</style>
border-color css
<style>
span { border-color: #ED496D; }
span { border-color: rgb(237,73,109); }
td.TdClassName
{
border-color: #ED496D;
}
.TagClassName
{
border-color: #ED496D;
}
</style>