Shades of Cranberry #ED486B
Tints of Cranberry #ED486B
RGB
CMYK
RGB Variations
Color information
#ED486B (or 0xED486B) is known color: Cranberry. HEX triplet: ED, 48 and 6B. RGB value is (237,72,107). Sum of RGB (Red+Green+Blue) = 237+72+107=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED486B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED486B is #12B794. Grayscale: #7D7D7D. Windows color (decimal): -1226645 or 7031021. OLE color: 7031021.
HSL color Cylindrical-coordinate representation of color #ED486B: hue angle of 347.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED486B is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 107 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.07 |
| HSL | 347.27º | 0.82% | 0.61% | - |
| HSV(B) | 347.27º | 0.7% | 0.93% | - |
| XYZ | 39.9 | 23.7 | 16.38 | - |
| YUV | 125.33 | 117.66 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 107 | 0 | 0.70 | 0.55 | 0.07 | 347.27 | 0.82 | 0.61 |
| Hex | ED | 48 | 6B | 0 | 46 | 37 | 7 | 15B | 52 | 3D |
| Octal | 355 | 110 | 153 | 0 | 106 | 67 | 7 | 533 | 122 | 75 |
| Binary | 11101101 | 1001000 | 1101011 | 0 | 1000110 | 110111 | 111 | 101011011 | 1010010 | 111101 |
Color Harmonies of #ED486B
Complementary color
Monochromatic Colors of #ED486B
Black with #ED486B
Text Example
Text Example
White with #ED486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED486B; }
p { color: rgb(237,72,107); }
H1.HeaderClassName
{
color: #ED486B;
}
.AnyTagClassName
{
color: #ED486B;
}
</style>
background-color css
<style>
a { background-color: #ED486B; }
a { background-color: rgb(237,72,107); }
div.DivClassName
{
background-color: #ED486B;
}
.BgClassName
{
background-color: #ED486B;
}
</style>
border-color css
<style>
span { border-color: #ED486B; }
span { border-color: rgb(237,72,107); }
td.TdClassName
{
border-color: #ED486B;
}
.TagClassName
{
border-color: #ED486B;
}
</style>