Shades of Cranberry #ED456C
Tints of Cranberry #ED456C
RGB
CMYK
RGB Variations
Color information
#ED456C (or 0xED456C) is known color: Cranberry. HEX triplet: ED, 45 and 6C. RGB value is (237,69,108). Sum of RGB (Red+Green+Blue) = 237+69+108=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED456C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED456C is #12BA93. Grayscale: #7B7B7B. Windows color (decimal): -1227412 or 7095789. OLE color: 7095789.
HSL color Cylindrical-coordinate representation of color #ED456C: hue angle of 346.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED456C is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 108 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.07 |
| HSL | 346.07º | 0.82% | 0.6% | - |
| HSV(B) | 346.07º | 0.71% | 0.93% | - |
| XYZ | 39.76 | 23.34 | 16.6 | - |
| YUV | 123.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 108 | 0 | 0.71 | 0.54 | 0.07 | 346.07 | 0.82 | 0.6 |
| Hex | ED | 45 | 6C | 0 | 47 | 36 | 7 | 15A | 52 | 3C |
| Octal | 355 | 105 | 154 | 0 | 107 | 66 | 7 | 532 | 122 | 74 |
| Binary | 11101101 | 1000101 | 1101100 | 0 | 1000111 | 110110 | 111 | 101011010 | 1010010 | 111100 |
Color Harmonies of #ED456C
Complementary color
Monochromatic Colors of #ED456C
Black with #ED456C
Text Example
Text Example
White with #ED456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED456C; }
p { color: rgb(237,69,108); }
H1.HeaderClassName
{
color: #ED456C;
}
.AnyTagClassName
{
color: #ED456C;
}
</style>
background-color css
<style>
a { background-color: #ED456C; }
a { background-color: rgb(237,69,108); }
div.DivClassName
{
background-color: #ED456C;
}
.BgClassName
{
background-color: #ED456C;
}
</style>
border-color css
<style>
span { border-color: #ED456C; }
span { border-color: rgb(237,69,108); }
td.TdClassName
{
border-color: #ED456C;
}
.TagClassName
{
border-color: #ED456C;
}
</style>