Shades of Light Coral #ED8A83
Tints of Light Coral #ED8A83
RGB
CMYK
RGB Variations
Color information
#ED8A83 (or 0xED8A83) is known color: Light Coral. HEX triplet: ED, 8A and 83. RGB value is (237,138,131). Sum of RGB (Red+Green+Blue) = 237+138+131=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A83 is #12757C. Grayscale: #A6A6A6. Windows color (decimal): -1209725 or 8620781. OLE color: 8620781.
HSL color Cylindrical-coordinate representation of color #ED8A83: hue angle of 3.96º 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 #ED8A83 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 131 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.07 |
| HSL | 3.96º | 0.75% | 0.72% | - |
| HSV(B) | 3.96º | 0.45% | 0.93% | - |
| XYZ | 48.11 | 37.82 | 26.24 | - |
| YUV | 166.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 131 | 0 | 0.42 | 0.45 | 0.07 | 3.96 | 0.75 | 0.72 |
| Hex | ED | 8A | 83 | 0 | 2A | 2D | 7 | 4 | 4B | 48 |
| Octal | 355 | 212 | 203 | 0 | 52 | 55 | 7 | 4 | 113 | 110 |
| Binary | 11101101 | 10001010 | 10000011 | 0 | 101010 | 101101 | 111 | 100 | 1001011 | 1001000 |
Color Harmonies of #ED8A83
Complementary color
Monochromatic Colors of #ED8A83
Black with #ED8A83
Text Example
Text Example
White with #ED8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A83; }
p { color: rgb(237,138,131); }
H1.HeaderClassName
{
color: #ED8A83;
}
.AnyTagClassName
{
color: #ED8A83;
}
</style>
background-color css
<style>
a { background-color: #ED8A83; }
a { background-color: rgb(237,138,131); }
div.DivClassName
{
background-color: #ED8A83;
}
.BgClassName
{
background-color: #ED8A83;
}
</style>
border-color css
<style>
span { border-color: #ED8A83; }
span { border-color: rgb(237,138,131); }
td.TdClassName
{
border-color: #ED8A83;
}
.TagClassName
{
border-color: #ED8A83;
}
</style>