Shades of Cranberry #ED486D
Tints of Cranberry #ED486D
RGB
CMYK
RGB Variations
Color information
#ED486D (or 0xED486D) is known color: Cranberry. HEX triplet: ED, 48 and 6D. RGB value is (237,72,109). Sum of RGB (Red+Green+Blue) = 237+72+109=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED486D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED486D is #12B792. Grayscale: #7D7D7D. Windows color (decimal): -1226643 or 7162093. OLE color: 7162093.
HSL color Cylindrical-coordinate representation of color #ED486D: hue angle of 346.55º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED486D is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 109 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.07 |
| HSL | 346.55º | 0.82% | 0.61% | - |
| HSV(B) | 346.55º | 0.7% | 0.93% | - |
| XYZ | 40 | 23.74 | 16.94 | - |
| YUV | 125.55 | 118.66 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 109 | 0 | 0.70 | 0.54 | 0.07 | 346.55 | 0.82 | 0.61 |
| Hex | ED | 48 | 6D | 0 | 46 | 36 | 7 | 15B | 52 | 3D |
| Octal | 355 | 110 | 155 | 0 | 106 | 66 | 7 | 533 | 122 | 75 |
| Binary | 11101101 | 1001000 | 1101101 | 0 | 1000110 | 110110 | 111 | 101011011 | 1010010 | 111101 |
Color Harmonies of #ED486D
Complementary color
Monochromatic Colors of #ED486D
Black with #ED486D
Text Example
Text Example
White with #ED486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED486D; }
p { color: rgb(237,72,109); }
H1.HeaderClassName
{
color: #ED486D;
}
.AnyTagClassName
{
color: #ED486D;
}
</style>
background-color css
<style>
a { background-color: #ED486D; }
a { background-color: rgb(237,72,109); }
div.DivClassName
{
background-color: #ED486D;
}
.BgClassName
{
background-color: #ED486D;
}
</style>
border-color css
<style>
span { border-color: #ED486D; }
span { border-color: rgb(237,72,109); }
td.TdClassName
{
border-color: #ED486D;
}
.TagClassName
{
border-color: #ED486D;
}
</style>