Shades of Cranberry #ED436D
Tints of Cranberry #ED436D
RGB
CMYK
RGB Variations
Color information
#ED436D (or 0xED436D) is known color: Cranberry. HEX triplet: ED, 43 and 6D. RGB value is (237,67,109). Sum of RGB (Red+Green+Blue) = 237+67+109=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED436D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED436D is #12BC92. Grayscale: #7A7A7A. Windows color (decimal): -1227923 or 7160813. OLE color: 7160813.
HSL color Cylindrical-coordinate representation of color #ED436D: hue angle of 345.18º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED436D is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 109 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.07 |
| HSL | 345.18º | 0.83% | 0.6% | - |
| HSV(B) | 345.18º | 0.72% | 0.93% | - |
| XYZ | 39.69 | 23.12 | 16.84 | - |
| YUV | 122.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 109 | 0 | 0.72 | 0.54 | 0.07 | 345.18 | 0.83 | 0.6 |
| Hex | ED | 43 | 6D | 0 | 48 | 36 | 7 | 159 | 53 | 3C |
| Octal | 355 | 103 | 155 | 0 | 110 | 66 | 7 | 531 | 123 | 74 |
| Binary | 11101101 | 1000011 | 1101101 | 0 | 1001000 | 110110 | 111 | 101011001 | 1010011 | 111100 |
Color Harmonies of #ED436D
Complementary color
Monochromatic Colors of #ED436D
Black with #ED436D
Text Example
Text Example
White with #ED436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED436D; }
p { color: rgb(237,67,109); }
H1.HeaderClassName
{
color: #ED436D;
}
.AnyTagClassName
{
color: #ED436D;
}
</style>
background-color css
<style>
a { background-color: #ED436D; }
a { background-color: rgb(237,67,109); }
div.DivClassName
{
background-color: #ED436D;
}
.BgClassName
{
background-color: #ED436D;
}
</style>
border-color css
<style>
span { border-color: #ED436D; }
span { border-color: rgb(237,67,109); }
td.TdClassName
{
border-color: #ED436D;
}
.TagClassName
{
border-color: #ED436D;
}
</style>