Shades of Light Coral #ED8380
Tints of Light Coral #ED8380
RGB
CMYK
RGB Variations
Color information
#ED8380 (or 0xED8380) is known color: Light Coral. HEX triplet: ED, 83 and 80. RGB value is (237,131,128). Sum of RGB (Red+Green+Blue) = 237+131+128=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8380 is #127C7F. Grayscale: #A2A2A2. Windows color (decimal): -1211520 or 8422381. OLE color: 8422381.
HSL color Cylindrical-coordinate representation of color #ED8380: hue angle of 1.65º 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 #ED8380 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 128 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.07 |
| HSL | 1.65º | 0.75% | 0.72% | - |
| HSV(B) | 1.65º | 0.46% | 0.93% | - |
| XYZ | 46.94 | 35.8 | 24.86 | - |
| YUV | 162.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 128 | 0 | 0.45 | 0.46 | 0.07 | 1.65 | 0.75 | 0.72 |
| Hex | ED | 83 | 80 | 0 | 2D | 2E | 7 | 2 | 4B | 48 |
| Octal | 355 | 203 | 200 | 0 | 55 | 56 | 7 | 2 | 113 | 110 |
| Binary | 11101101 | 10000011 | 10000000 | 0 | 101101 | 101110 | 111 | 10 | 1001011 | 1001000 |
Color Harmonies of #ED8380
Complementary color
Monochromatic Colors of #ED8380
Black with #ED8380
Text Example
Text Example
White with #ED8380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8380; }
p { color: rgb(237,131,128); }
H1.HeaderClassName
{
color: #ED8380;
}
.AnyTagClassName
{
color: #ED8380;
}
</style>
background-color css
<style>
a { background-color: #ED8380; }
a { background-color: rgb(237,131,128); }
div.DivClassName
{
background-color: #ED8380;
}
.BgClassName
{
background-color: #ED8380;
}
</style>
border-color css
<style>
span { border-color: #ED8380; }
span { border-color: rgb(237,131,128); }
td.TdClassName
{
border-color: #ED8380;
}
.TagClassName
{
border-color: #ED8380;
}
</style>