Shades of Cranberry #ED466F
Tints of Cranberry #ED466F
RGB
CMYK
RGB Variations
Color information
#ED466F (or 0xED466F) is known color: Cranberry. HEX triplet: ED, 46 and 6F. RGB value is (237,70,111). Sum of RGB (Red+Green+Blue) = 237+70+111=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED466F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED466F is #12B990. Grayscale: #7C7C7C. Windows color (decimal): -1227153 or 7292653. OLE color: 7292653.
HSL color Cylindrical-coordinate representation of color #ED466F: hue angle of 345.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 #ED466F is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 111 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.07 |
| HSL | 345.27º | 0.82% | 0.6% | - |
| HSV(B) | 345.27º | 0.7% | 0.93% | - |
| XYZ | 39.98 | 23.53 | 17.47 | - |
| YUV | 124.61 | 120.33 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 111 | 0 | 0.70 | 0.53 | 0.07 | 345.27 | 0.82 | 0.6 |
| Hex | ED | 46 | 6F | 0 | 46 | 35 | 7 | 159 | 52 | 3C |
| Octal | 355 | 106 | 157 | 0 | 106 | 65 | 7 | 531 | 122 | 74 |
| Binary | 11101101 | 1000110 | 1101111 | 0 | 1000110 | 110101 | 111 | 101011001 | 1010010 | 111100 |
Color Harmonies of #ED466F
Complementary color
Monochromatic Colors of #ED466F
Black with #ED466F
Text Example
Text Example
White with #ED466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED466F; }
p { color: rgb(237,70,111); }
H1.HeaderClassName
{
color: #ED466F;
}
.AnyTagClassName
{
color: #ED466F;
}
</style>
background-color css
<style>
a { background-color: #ED466F; }
a { background-color: rgb(237,70,111); }
div.DivClassName
{
background-color: #ED466F;
}
.BgClassName
{
background-color: #ED466F;
}
</style>
border-color css
<style>
span { border-color: #ED466F; }
span { border-color: rgb(237,70,111); }
td.TdClassName
{
border-color: #ED466F;
}
.TagClassName
{
border-color: #ED466F;
}
</style>