Shades of Cranberry #ED446E
Tints of Cranberry #ED446E
RGB
CMYK
RGB Variations
Color information
#ED446E (or 0xED446E) is known color: Cranberry. HEX triplet: ED, 44 and 6E. RGB value is (237,68,110). Sum of RGB (Red+Green+Blue) = 237+68+110=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED446E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED446E is #12BB91. Grayscale: #7B7B7B. Windows color (decimal): -1227666 or 7226605. OLE color: 7226605.
HSL color Cylindrical-coordinate representation of color #ED446E: hue angle of 345.09º 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 #ED446E is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 110 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.07 |
| HSL | 345.09º | 0.82% | 0.6% | - |
| HSV(B) | 345.09º | 0.71% | 0.93% | - |
| XYZ | 39.81 | 23.26 | 17.14 | - |
| YUV | 123.32 | 120.49 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 110 | 0 | 0.71 | 0.54 | 0.07 | 345.09 | 0.82 | 0.6 |
| Hex | ED | 44 | 6E | 0 | 47 | 36 | 7 | 159 | 52 | 3C |
| Octal | 355 | 104 | 156 | 0 | 107 | 66 | 7 | 531 | 122 | 74 |
| Binary | 11101101 | 1000100 | 1101110 | 0 | 1000111 | 110110 | 111 | 101011001 | 1010010 | 111100 |
Color Harmonies of #ED446E
Complementary color
Monochromatic Colors of #ED446E
Black with #ED446E
Text Example
Text Example
White with #ED446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED446E; }
p { color: rgb(237,68,110); }
H1.HeaderClassName
{
color: #ED446E;
}
.AnyTagClassName
{
color: #ED446E;
}
</style>
background-color css
<style>
a { background-color: #ED446E; }
a { background-color: rgb(237,68,110); }
div.DivClassName
{
background-color: #ED446E;
}
.BgClassName
{
background-color: #ED446E;
}
</style>
border-color css
<style>
span { border-color: #ED446E; }
span { border-color: rgb(237,68,110); }
td.TdClassName
{
border-color: #ED446E;
}
.TagClassName
{
border-color: #ED446E;
}
</style>