Shades of Cranberry #ED446D
Tints of Cranberry #ED446D
RGB
CMYK
RGB Variations
Color information
#ED446D (or 0xED446D) is known color: Cranberry. HEX triplet: ED, 44 and 6D. RGB value is (237,68,109). Sum of RGB (Red+Green+Blue) = 237+68+109=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED446D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED446D is #12BB92. Grayscale: #7B7B7B. Windows color (decimal): -1227667 or 7161069. OLE color: 7161069.
HSL color Cylindrical-coordinate representation of color #ED446D: hue angle of 345.44º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED446D is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 109 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.07 |
| HSL | 345.44º | 0.82% | 0.6% | - |
| HSV(B) | 345.44º | 0.71% | 0.93% | - |
| XYZ | 39.75 | 23.24 | 16.86 | - |
| YUV | 123.21 | 119.99 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 109 | 0 | 0.71 | 0.54 | 0.07 | 345.44 | 0.82 | 0.6 |
| Hex | ED | 44 | 6D | 0 | 47 | 36 | 7 | 159 | 52 | 3C |
| Octal | 355 | 104 | 155 | 0 | 107 | 66 | 7 | 531 | 122 | 74 |
| Binary | 11101101 | 1000100 | 1101101 | 0 | 1000111 | 110110 | 111 | 101011001 | 1010010 | 111100 |
Color Harmonies of #ED446D
Complementary color
Monochromatic Colors of #ED446D
Black with #ED446D
Text Example
Text Example
White with #ED446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED446D; }
p { color: rgb(237,68,109); }
H1.HeaderClassName
{
color: #ED446D;
}
.AnyTagClassName
{
color: #ED446D;
}
</style>
background-color css
<style>
a { background-color: #ED446D; }
a { background-color: rgb(237,68,109); }
div.DivClassName
{
background-color: #ED446D;
}
.BgClassName
{
background-color: #ED446D;
}
</style>
border-color css
<style>
span { border-color: #ED446D; }
span { border-color: rgb(237,68,109); }
td.TdClassName
{
border-color: #ED446D;
}
.TagClassName
{
border-color: #ED446D;
}
</style>