Shades of Light Coral #EA8983
Tints of Light Coral #EA8983
RGB
CMYK
RGB Variations
Color information
#EA8983 (or 0xEA8983) is known color: Light Coral. HEX triplet: EA, 89 and 83. RGB value is (234,137,131). Sum of RGB (Red+Green+Blue) = 234+137+131=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8983 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8983 is #15767C. Grayscale: #A5A5A5. Windows color (decimal): -1406589 or 8620522. OLE color: 8620522.
HSL color Cylindrical-coordinate representation of color #EA8983: hue angle of 3.5º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8983 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 131 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.08 |
| HSL | 3.5º | 0.71% | 0.72% | - |
| HSV(B) | 3.5º | 0.44% | 0.92% | - |
| XYZ | 46.97 | 37.02 | 26.14 | - |
| YUV | 165.32 | 108.64 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 131 | 0 | 0.41 | 0.44 | 0.08 | 3.5 | 0.71 | 0.72 |
| Hex | EA | 89 | 83 | 0 | 29 | 2C | 8 | 3 | 47 | 48 |
| Octal | 352 | 211 | 203 | 0 | 51 | 54 | 10 | 3 | 107 | 110 |
| Binary | 11101010 | 10001001 | 10000011 | 0 | 101001 | 101100 | 1000 | 11 | 1000111 | 1001000 |
Color Harmonies of #EA8983
Complementary color
Monochromatic Colors of #EA8983
Black with #EA8983
Text Example
Text Example
White with #EA8983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8983; }
p { color: rgb(234,137,131); }
H1.HeaderClassName
{
color: #EA8983;
}
.AnyTagClassName
{
color: #EA8983;
}
</style>
background-color css
<style>
a { background-color: #EA8983; }
a { background-color: rgb(234,137,131); }
div.DivClassName
{
background-color: #EA8983;
}
.BgClassName
{
background-color: #EA8983;
}
</style>
border-color css
<style>
span { border-color: #EA8983; }
span { border-color: rgb(234,137,131); }
td.TdClassName
{
border-color: #EA8983;
}
.TagClassName
{
border-color: #EA8983;
}
</style>