Shades of Cranberry #ED4669
Tints of Cranberry #ED4669
RGB
CMYK
RGB Variations
Color information
#ED4669 (or 0xED4669) is known color: Cranberry. HEX triplet: ED, 46 and 69. RGB value is (237,70,105). Sum of RGB (Red+Green+Blue) = 237+70+105=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4669 is #12B996. Grayscale: #7B7B7B. Windows color (decimal): -1227159 or 6899437. OLE color: 6899437.
HSL color Cylindrical-coordinate representation of color #ED4669: hue angle of 347.43º 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 #ED4669 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 105 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.07 |
| HSL | 347.43º | 0.82% | 0.6% | - |
| HSV(B) | 347.43º | 0.7% | 0.93% | - |
| XYZ | 39.67 | 23.4 | 15.79 | - |
| YUV | 123.92 | 117.33 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 105 | 0 | 0.70 | 0.56 | 0.07 | 347.43 | 0.82 | 0.6 |
| Hex | ED | 46 | 69 | 0 | 46 | 38 | 7 | 15B | 52 | 3C |
| Octal | 355 | 106 | 151 | 0 | 106 | 70 | 7 | 533 | 122 | 74 |
| Binary | 11101101 | 1000110 | 1101001 | 0 | 1000110 | 111000 | 111 | 101011011 | 1010010 | 111100 |
Color Harmonies of #ED4669
Complementary color
Monochromatic Colors of #ED4669
Black with #ED4669
Text Example
Text Example
White with #ED4669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4669; }
p { color: rgb(237,70,105); }
H1.HeaderClassName
{
color: #ED4669;
}
.AnyTagClassName
{
color: #ED4669;
}
</style>
background-color css
<style>
a { background-color: #ED4669; }
a { background-color: rgb(237,70,105); }
div.DivClassName
{
background-color: #ED4669;
}
.BgClassName
{
background-color: #ED4669;
}
</style>
border-color css
<style>
span { border-color: #ED4669; }
span { border-color: rgb(237,70,105); }
td.TdClassName
{
border-color: #ED4669;
}
.TagClassName
{
border-color: #ED4669;
}
</style>