Shades of Light Coral #ED8780
Tints of Light Coral #ED8780
RGB
CMYK
RGB Variations
Color information
#ED8780 (or 0xED8780) is known color: Light Coral. HEX triplet: ED, 87 and 80. RGB value is (237,135,128). Sum of RGB (Red+Green+Blue) = 237+135+128=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8780 is #12787F. Grayscale: #A4A4A4. Windows color (decimal): -1210496 or 8423405. OLE color: 8423405.
HSL color Cylindrical-coordinate representation of color #ED8780: hue angle of 3.85º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8780 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 128 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.07 |
| HSL | 3.85º | 0.75% | 0.72% | - |
| HSV(B) | 3.85º | 0.46% | 0.93% | - |
| XYZ | 47.49 | 36.89 | 25.04 | - |
| YUV | 164.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 128 | 0 | 0.43 | 0.46 | 0.07 | 3.85 | 0.75 | 0.72 |
| Hex | ED | 87 | 80 | 0 | 2B | 2E | 7 | 4 | 4B | 48 |
| Octal | 355 | 207 | 200 | 0 | 53 | 56 | 7 | 4 | 113 | 110 |
| Binary | 11101101 | 10000111 | 10000000 | 0 | 101011 | 101110 | 111 | 100 | 1001011 | 1001000 |
Color Harmonies of #ED8780
Complementary color
Monochromatic Colors of #ED8780
Black with #ED8780
Text Example
Text Example
White with #ED8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8780; }
p { color: rgb(237,135,128); }
H1.HeaderClassName
{
color: #ED8780;
}
.AnyTagClassName
{
color: #ED8780;
}
</style>
background-color css
<style>
a { background-color: #ED8780; }
a { background-color: rgb(237,135,128); }
div.DivClassName
{
background-color: #ED8780;
}
.BgClassName
{
background-color: #ED8780;
}
</style>
border-color css
<style>
span { border-color: #ED8780; }
span { border-color: rgb(237,135,128); }
td.TdClassName
{
border-color: #ED8780;
}
.TagClassName
{
border-color: #ED8780;
}
</style>