Shades of Cranberry #ED476D
Tints of Cranberry #ED476D
RGB
CMYK
RGB Variations
Color information
#ED476D (or 0xED476D) is known color: Cranberry. HEX triplet: ED, 47 and 6D. RGB value is (237,71,109). Sum of RGB (Red+Green+Blue) = 237+71+109=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED476D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED476D is #12B892. Grayscale: #7C7C7C. Windows color (decimal): -1226899 or 7161837. OLE color: 7161837.
HSL color Cylindrical-coordinate representation of color #ED476D: hue angle of 346.27º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED476D is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 109 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.07 |
| HSL | 346.27º | 0.82% | 0.6% | - |
| HSV(B) | 346.27º | 0.7% | 0.93% | - |
| XYZ | 39.94 | 23.62 | 16.92 | - |
| YUV | 124.97 | 119 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 109 | 0 | 0.70 | 0.54 | 0.07 | 346.27 | 0.82 | 0.6 |
| Hex | ED | 47 | 6D | 0 | 46 | 36 | 7 | 15A | 52 | 3C |
| Octal | 355 | 107 | 155 | 0 | 106 | 66 | 7 | 532 | 122 | 74 |
| Binary | 11101101 | 1000111 | 1101101 | 0 | 1000110 | 110110 | 111 | 101011010 | 1010010 | 111100 |
Color Harmonies of #ED476D
Complementary color
Monochromatic Colors of #ED476D
Black with #ED476D
Text Example
Text Example
White with #ED476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED476D; }
p { color: rgb(237,71,109); }
H1.HeaderClassName
{
color: #ED476D;
}
.AnyTagClassName
{
color: #ED476D;
}
</style>
background-color css
<style>
a { background-color: #ED476D; }
a { background-color: rgb(237,71,109); }
div.DivClassName
{
background-color: #ED476D;
}
.BgClassName
{
background-color: #ED476D;
}
</style>
border-color css
<style>
span { border-color: #ED476D; }
span { border-color: rgb(237,71,109); }
td.TdClassName
{
border-color: #ED476D;
}
.TagClassName
{
border-color: #ED476D;
}
</style>