Shades of Light Coral #ED857C
Tints of Light Coral #ED857C
RGB
CMYK
RGB Variations
Color information
#ED857C (or 0xED857C) is known color: Light Coral. HEX triplet: ED, 85 and 7C. RGB value is (237,133,124). Sum of RGB (Red+Green+Blue) = 237+133+124=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED857C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED857C is #127A83. Grayscale: #A3A3A3. Windows color (decimal): -1211012 or 8160749. OLE color: 8160749.
HSL color Cylindrical-coordinate representation of color #ED857C: hue angle of 4.78º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED857C is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 124 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.07 |
| HSL | 4.78º | 0.76% | 0.71% | - |
| HSV(B) | 4.78º | 0.48% | 0.93% | - |
| XYZ | 46.95 | 36.23 | 23.59 | - |
| YUV | 163.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 124 | 0 | 0.44 | 0.48 | 0.07 | 4.78 | 0.76 | 0.71 |
| Hex | ED | 85 | 7C | 0 | 2C | 30 | 7 | 5 | 4C | 47 |
| Octal | 355 | 205 | 174 | 0 | 54 | 60 | 7 | 5 | 114 | 107 |
| Binary | 11101101 | 10000101 | 1111100 | 0 | 101100 | 110000 | 111 | 101 | 1001100 | 1000111 |
Color Harmonies of #ED857C
Complementary color
Monochromatic Colors of #ED857C
Black with #ED857C
Text Example
Text Example
White with #ED857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED857C; }
p { color: rgb(237,133,124); }
H1.HeaderClassName
{
color: #ED857C;
}
.AnyTagClassName
{
color: #ED857C;
}
</style>
background-color css
<style>
a { background-color: #ED857C; }
a { background-color: rgb(237,133,124); }
div.DivClassName
{
background-color: #ED857C;
}
.BgClassName
{
background-color: #ED857C;
}
</style>
border-color css
<style>
span { border-color: #ED857C; }
span { border-color: rgb(237,133,124); }
td.TdClassName
{
border-color: #ED857C;
}
.TagClassName
{
border-color: #ED857C;
}
</style>