Shades of Light Coral #EA887C
Tints of Light Coral #EA887C
RGB
CMYK
RGB Variations
Color information
#EA887C (or 0xEA887C) is known color: Light Coral. HEX triplet: EA, 88 and 7C. RGB value is (234,136,124). Sum of RGB (Red+Green+Blue) = 234+136+124=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA887C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA887C is #157783. Grayscale: #A4A4A4. Windows color (decimal): -1406852 or 8161514. OLE color: 8161514.
HSL color Cylindrical-coordinate representation of color #EA887C: hue angle of 6.55º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA887C is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 124 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.08 |
| HSL | 6.55º | 0.72% | 0.7% | - |
| HSV(B) | 6.55º | 0.47% | 0.92% | - |
| XYZ | 46.37 | 36.56 | 23.68 | - |
| YUV | 163.93 | 105.47 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 124 | 0 | 0.42 | 0.47 | 0.08 | 6.55 | 0.72 | 0.7 |
| Hex | EA | 88 | 7C | 0 | 2A | 2F | 8 | 7 | 48 | 46 |
| Octal | 352 | 210 | 174 | 0 | 52 | 57 | 10 | 7 | 110 | 106 |
| Binary | 11101010 | 10001000 | 1111100 | 0 | 101010 | 101111 | 1000 | 111 | 1001000 | 1000110 |
Color Harmonies of #EA887C
Complementary color
Monochromatic Colors of #EA887C
Black with #EA887C
Text Example
Text Example
White with #EA887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA887C; }
p { color: rgb(234,136,124); }
H1.HeaderClassName
{
color: #EA887C;
}
.AnyTagClassName
{
color: #EA887C;
}
</style>
background-color css
<style>
a { background-color: #EA887C; }
a { background-color: rgb(234,136,124); }
div.DivClassName
{
background-color: #EA887C;
}
.BgClassName
{
background-color: #EA887C;
}
</style>
border-color css
<style>
span { border-color: #EA887C; }
span { border-color: rgb(234,136,124); }
td.TdClassName
{
border-color: #EA887C;
}
.TagClassName
{
border-color: #EA887C;
}
</style>