Shades of Light Coral #ED8685
Tints of Light Coral #ED8685
RGB
CMYK
RGB Variations
Color information
#ED8685 (or 0xED8685) is known color: Light Coral. HEX triplet: ED, 86 and 85. RGB value is (237,134,133). Sum of RGB (Red+Green+Blue) = 237+134+133=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8685 is #12797A. Grayscale: #A4A4A4. Windows color (decimal): -1210747 or 8750829. OLE color: 8750829.
HSL color Cylindrical-coordinate representation of color #ED8685: hue angle of 0.58º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8685 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 133 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.07 |
| HSL | 0.58º | 0.74% | 0.73% | - |
| HSV(B) | 0.58º | 0.44% | 0.93% | - |
| XYZ | 47.68 | 36.75 | 26.77 | - |
| YUV | 164.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 133 | 0 | 0.43 | 0.44 | 0.07 | 0.58 | 0.74 | 0.73 |
| Hex | ED | 86 | 85 | 0 | 2B | 2C | 7 | 1 | 4A | 49 |
| Octal | 355 | 206 | 205 | 0 | 53 | 54 | 7 | 1 | 112 | 111 |
| Binary | 11101101 | 10000110 | 10000101 | 0 | 101011 | 101100 | 111 | 1 | 1001010 | 1001001 |
Color Harmonies of #ED8685
Complementary color
Monochromatic Colors of #ED8685
Black with #ED8685
Text Example
Text Example
White with #ED8685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8685; }
p { color: rgb(237,134,133); }
H1.HeaderClassName
{
color: #ED8685;
}
.AnyTagClassName
{
color: #ED8685;
}
</style>
background-color css
<style>
a { background-color: #ED8685; }
a { background-color: rgb(237,134,133); }
div.DivClassName
{
background-color: #ED8685;
}
.BgClassName
{
background-color: #ED8685;
}
</style>
border-color css
<style>
span { border-color: #ED8685; }
span { border-color: rgb(237,134,133); }
td.TdClassName
{
border-color: #ED8685;
}
.TagClassName
{
border-color: #ED8685;
}
</style>