Shades of Light Coral #EA8080
Tints of Light Coral #EA8080
RGB
CMYK
RGB Variations
Color information
#EA8080 (or 0xEA8080) is known color: Light Coral. HEX triplet: EA, 80 and 80. RGB value is (234,128,128). Sum of RGB (Red+Green+Blue) = 234+128+128=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8080 is #157F7F. Grayscale: #9F9F9F. Windows color (decimal): -1408896 or 8421610. OLE color: 8421610.
HSL color Cylindrical-coordinate representation of color #EA8080: hue angle of 0º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA8080 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 128 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.08 |
| HSL | 0º | 0.72% | 0.71% | - |
| HSV(B) | 0º | 0.45% | 0.92% | - |
| XYZ | 45.55 | 34.49 | 24.68 | - |
| YUV | 159.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 128 | 0 | 0.45 | 0.45 | 0.08 | 0 | 0.72 | 0.71 |
| Hex | EA | 80 | 80 | 0 | 2D | 2D | 8 | 0 | 48 | 47 |
| Octal | 352 | 200 | 200 | 0 | 55 | 55 | 10 | 0 | 110 | 107 |
| Binary | 11101010 | 10000000 | 10000000 | 0 | 101101 | 101101 | 1000 | 0 | 1001000 | 1000111 |
Color Harmonies of #EA8080
Complementary color
Monochromatic Colors of #EA8080
Black with #EA8080
Text Example
Text Example
White with #EA8080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8080; }
p { color: rgb(234,128,128); }
H1.HeaderClassName
{
color: #EA8080;
}
.AnyTagClassName
{
color: #EA8080;
}
</style>
background-color css
<style>
a { background-color: #EA8080; }
a { background-color: rgb(234,128,128); }
div.DivClassName
{
background-color: #EA8080;
}
.BgClassName
{
background-color: #EA8080;
}
</style>
border-color css
<style>
span { border-color: #EA8080; }
span { border-color: rgb(234,128,128); }
td.TdClassName
{
border-color: #EA8080;
}
.TagClassName
{
border-color: #EA8080;
}
</style>