Shades of Cranberry #ED496C
Tints of Cranberry #ED496C
RGB
CMYK
RGB Variations
Color information
#ED496C (or 0xED496C) is known color: Cranberry. HEX triplet: ED, 49 and 6C. RGB value is (237,73,108). Sum of RGB (Red+Green+Blue) = 237+73+108=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED496C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED496C is #12B693. Grayscale: #7E7E7E. Windows color (decimal): -1226388 or 7096813. OLE color: 7096813.
HSL color Cylindrical-coordinate representation of color #ED496C: hue angle of 347.2º 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 #ED496C is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 108 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.07 |
| HSL | 347.2º | 0.82% | 0.61% | - |
| HSV(B) | 347.2º | 0.69% | 0.93% | - |
| XYZ | 40.01 | 23.85 | 16.68 | - |
| YUV | 126.03 | 117.83 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 108 | 0 | 0.69 | 0.54 | 0.07 | 347.2 | 0.82 | 0.61 |
| Hex | ED | 49 | 6C | 0 | 45 | 36 | 7 | 15B | 52 | 3D |
| Octal | 355 | 111 | 154 | 0 | 105 | 66 | 7 | 533 | 122 | 75 |
| Binary | 11101101 | 1001001 | 1101100 | 0 | 1000101 | 110110 | 111 | 101011011 | 1010010 | 111101 |
Color Harmonies of #ED496C
Complementary color
Monochromatic Colors of #ED496C
Black with #ED496C
Text Example
Text Example
White with #ED496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED496C; }
p { color: rgb(237,73,108); }
H1.HeaderClassName
{
color: #ED496C;
}
.AnyTagClassName
{
color: #ED496C;
}
</style>
background-color css
<style>
a { background-color: #ED496C; }
a { background-color: rgb(237,73,108); }
div.DivClassName
{
background-color: #ED496C;
}
.BgClassName
{
background-color: #ED496C;
}
</style>
border-color css
<style>
span { border-color: #ED496C; }
span { border-color: rgb(237,73,108); }
td.TdClassName
{
border-color: #ED496C;
}
.TagClassName
{
border-color: #ED496C;
}
</style>