Shades of Light Coral #ED837A
Tints of Light Coral #ED837A
RGB
CMYK
RGB Variations
Color information
#ED837A (or 0xED837A) is known color: Light Coral. HEX triplet: ED, 83 and 7A. RGB value is (237,131,122). Sum of RGB (Red+Green+Blue) = 237+131+122=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED837A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED837A is #127C85. Grayscale: #A1A1A1. Windows color (decimal): -1211526 or 8029165. OLE color: 8029165.
HSL color Cylindrical-coordinate representation of color #ED837A: hue angle of 4.7º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED837A is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 122 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.07 |
| HSL | 4.7º | 0.76% | 0.7% | - |
| HSV(B) | 4.7º | 0.49% | 0.93% | - |
| XYZ | 46.55 | 35.64 | 22.84 | - |
| YUV | 161.67 | 105.62 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 122 | 0 | 0.45 | 0.49 | 0.07 | 4.7 | 0.76 | 0.7 |
| Hex | ED | 83 | 7A | 0 | 2D | 31 | 7 | 5 | 4C | 46 |
| Octal | 355 | 203 | 172 | 0 | 55 | 61 | 7 | 5 | 114 | 106 |
| Binary | 11101101 | 10000011 | 1111010 | 0 | 101101 | 110001 | 111 | 101 | 1001100 | 1000110 |
Color Harmonies of #ED837A
Complementary color
Monochromatic Colors of #ED837A
Black with #ED837A
Text Example
Text Example
White with #ED837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED837A; }
p { color: rgb(237,131,122); }
H1.HeaderClassName
{
color: #ED837A;
}
.AnyTagClassName
{
color: #ED837A;
}
</style>
background-color css
<style>
a { background-color: #ED837A; }
a { background-color: rgb(237,131,122); }
div.DivClassName
{
background-color: #ED837A;
}
.BgClassName
{
background-color: #ED837A;
}
</style>
border-color css
<style>
span { border-color: #ED837A; }
span { border-color: rgb(237,131,122); }
td.TdClassName
{
border-color: #ED837A;
}
.TagClassName
{
border-color: #ED837A;
}
</style>