Shades of Light Coral #EA8A82
Tints of Light Coral #EA8A82
RGB
CMYK
RGB Variations
Color information
#EA8A82 (or 0xEA8A82) is known color: Light Coral. HEX triplet: EA, 8A and 82. RGB value is (234,138,130). Sum of RGB (Red+Green+Blue) = 234+138+130=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 138 (54.30% from 255 or 27.49% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8A82 is #15757D. Grayscale: #A5A5A5. Windows color (decimal): -1406334 or 8555242. OLE color: 8555242.
HSL color Cylindrical-coordinate representation of color #EA8A82: hue angle of 4.62º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA8A82 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 130 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.08 |
| HSL | 4.62º | 0.71% | 0.71% | - |
| HSV(B) | 4.62º | 0.44% | 0.92% | - |
| XYZ | 47.05 | 37.28 | 25.84 | - |
| YUV | 165.79 | 107.8 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 130 | 0 | 0.41 | 0.44 | 0.08 | 4.62 | 0.71 | 0.71 |
| Hex | EA | 8A | 82 | 0 | 29 | 2C | 8 | 5 | 47 | 47 |
| Octal | 352 | 212 | 202 | 0 | 51 | 54 | 10 | 5 | 107 | 107 |
| Binary | 11101010 | 10001010 | 10000010 | 0 | 101001 | 101100 | 1000 | 101 | 1000111 | 1000111 |
Color Harmonies of #EA8A82
Complementary color
Monochromatic Colors of #EA8A82
Black with #EA8A82
Text Example
Text Example
White with #EA8A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8A82; }
p { color: rgb(234,138,130); }
H1.HeaderClassName
{
color: #EA8A82;
}
.AnyTagClassName
{
color: #EA8A82;
}
</style>
background-color css
<style>
a { background-color: #EA8A82; }
a { background-color: rgb(234,138,130); }
div.DivClassName
{
background-color: #EA8A82;
}
.BgClassName
{
background-color: #EA8A82;
}
</style>
border-color css
<style>
span { border-color: #EA8A82; }
span { border-color: rgb(234,138,130); }
td.TdClassName
{
border-color: #EA8A82;
}
.TagClassName
{
border-color: #EA8A82;
}
</style>