Shades of Light Coral #ED8383
Tints of Light Coral #ED8383
RGB
CMYK
RGB Variations
Color information
#ED8383 (or 0xED8383) is known color: Light Coral. HEX triplet: ED, 83 and 83. RGB value is (237,131,131). Sum of RGB (Red+Green+Blue) = 237+131+131=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8383 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8383 is #127C7C. Grayscale: #A2A2A2. Windows color (decimal): -1211517 or 8618989. OLE color: 8618989.
HSL color Cylindrical-coordinate representation of color #ED8383: hue angle of 0º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ED8383 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 131 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.07 |
| HSL | 0º | 0.75% | 0.72% | - |
| HSV(B) | 0º | 0.45% | 0.93% | - |
| XYZ | 47.14 | 35.88 | 25.91 | - |
| YUV | 162.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 131 | 0 | 0.45 | 0.45 | 0.07 | 0 | 0.75 | 0.72 |
| Hex | ED | 83 | 83 | 0 | 2D | 2D | 7 | 0 | 4B | 48 |
| Octal | 355 | 203 | 203 | 0 | 55 | 55 | 7 | 0 | 113 | 110 |
| Binary | 11101101 | 10000011 | 10000011 | 0 | 101101 | 101101 | 111 | 0 | 1001011 | 1001000 |
Color Harmonies of #ED8383
Complementary color
Monochromatic Colors of #ED8383
Black with #ED8383
Text Example
Text Example
White with #ED8383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8383; }
p { color: rgb(237,131,131); }
H1.HeaderClassName
{
color: #ED8383;
}
.AnyTagClassName
{
color: #ED8383;
}
</style>
background-color css
<style>
a { background-color: #ED8383; }
a { background-color: rgb(237,131,131); }
div.DivClassName
{
background-color: #ED8383;
}
.BgClassName
{
background-color: #ED8383;
}
</style>
border-color css
<style>
span { border-color: #ED8383; }
span { border-color: rgb(237,131,131); }
td.TdClassName
{
border-color: #ED8383;
}
.TagClassName
{
border-color: #ED8383;
}
</style>