Shades of Cranberry #ED496A
Tints of Cranberry #ED496A
RGB
CMYK
RGB Variations
Color information
#ED496A (or 0xED496A) is known color: Cranberry. HEX triplet: ED, 49 and 6A. RGB value is (237,73,106). Sum of RGB (Red+Green+Blue) = 237+73+106=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED496A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED496A is #12B695. Grayscale: #7D7D7D. Windows color (decimal): -1226390 or 6965741. OLE color: 6965741.
HSL color Cylindrical-coordinate representation of color #ED496A: hue angle of 347.93º 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 #ED496A is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 106 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.07 |
| HSL | 347.93º | 0.82% | 0.61% | - |
| HSV(B) | 347.93º | 0.69% | 0.93% | - |
| XYZ | 39.91 | 23.81 | 16.13 | - |
| YUV | 125.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 106 | 0 | 0.69 | 0.55 | 0.07 | 347.93 | 0.82 | 0.61 |
| Hex | ED | 49 | 6A | 0 | 45 | 37 | 7 | 15C | 52 | 3D |
| Octal | 355 | 111 | 152 | 0 | 105 | 67 | 7 | 534 | 122 | 75 |
| Binary | 11101101 | 1001001 | 1101010 | 0 | 1000101 | 110111 | 111 | 101011100 | 1010010 | 111101 |
Color Harmonies of #ED496A
Complementary color
Monochromatic Colors of #ED496A
Black with #ED496A
Text Example
Text Example
White with #ED496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED496A; }
p { color: rgb(237,73,106); }
H1.HeaderClassName
{
color: #ED496A;
}
.AnyTagClassName
{
color: #ED496A;
}
</style>
background-color css
<style>
a { background-color: #ED496A; }
a { background-color: rgb(237,73,106); }
div.DivClassName
{
background-color: #ED496A;
}
.BgClassName
{
background-color: #ED496A;
}
</style>
border-color css
<style>
span { border-color: #ED496A; }
span { border-color: rgb(237,73,106); }
td.TdClassName
{
border-color: #ED496A;
}
.TagClassName
{
border-color: #ED496A;
}
</style>