Shades of Cranberry #ED466E
Tints of Cranberry #ED466E
RGB
CMYK
RGB Variations
Color information
#ED466E (or 0xED466E) is known color: Cranberry. HEX triplet: ED, 46 and 6E. RGB value is (237,70,110). Sum of RGB (Red+Green+Blue) = 237+70+110=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED466E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED466E is #12B991. Grayscale: #7C7C7C. Windows color (decimal): -1227154 or 7227117. OLE color: 7227117.
HSL color Cylindrical-coordinate representation of color #ED466E: hue angle of 345.63º 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 #ED466E is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 110 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.07 |
| HSL | 345.63º | 0.82% | 0.6% | - |
| HSV(B) | 345.63º | 0.7% | 0.93% | - |
| XYZ | 39.93 | 23.51 | 17.19 | - |
| YUV | 124.49 | 119.83 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 110 | 0 | 0.70 | 0.54 | 0.07 | 345.63 | 0.82 | 0.6 |
| Hex | ED | 46 | 6E | 0 | 46 | 36 | 7 | 15A | 52 | 3C |
| Octal | 355 | 106 | 156 | 0 | 106 | 66 | 7 | 532 | 122 | 74 |
| Binary | 11101101 | 1000110 | 1101110 | 0 | 1000110 | 110110 | 111 | 101011010 | 1010010 | 111100 |
Color Harmonies of #ED466E
Complementary color
Monochromatic Colors of #ED466E
Black with #ED466E
Text Example
Text Example
White with #ED466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED466E; }
p { color: rgb(237,70,110); }
H1.HeaderClassName
{
color: #ED466E;
}
.AnyTagClassName
{
color: #ED466E;
}
</style>
background-color css
<style>
a { background-color: #ED466E; }
a { background-color: rgb(237,70,110); }
div.DivClassName
{
background-color: #ED466E;
}
.BgClassName
{
background-color: #ED466E;
}
</style>
border-color css
<style>
span { border-color: #ED466E; }
span { border-color: rgb(237,70,110); }
td.TdClassName
{
border-color: #ED466E;
}
.TagClassName
{
border-color: #ED466E;
}
</style>