Shades of Light Coral #EA8681
Tints of Light Coral #EA8681
RGB
CMYK
RGB Variations
Color information
#EA8681 (or 0xEA8681) is known color: Light Coral. HEX triplet: EA, 86 and 81. RGB value is (234,134,129). Sum of RGB (Red+Green+Blue) = 234+134+129=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8681 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8681 is #15797E. Grayscale: #A3A3A3. Windows color (decimal): -1407359 or 8488682. OLE color: 8488682.
HSL color Cylindrical-coordinate representation of color #EA8681: hue angle of 2.86º degrees, saturation: 0.71, 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 #EA8681 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 129 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.08 |
| HSL | 2.86º | 0.71% | 0.71% | - |
| HSV(B) | 2.86º | 0.45% | 0.92% | - |
| XYZ | 46.42 | 36.13 | 25.3 | - |
| YUV | 163.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 129 | 0 | 0.43 | 0.45 | 0.08 | 2.86 | 0.71 | 0.71 |
| Hex | EA | 86 | 81 | 0 | 2B | 2D | 8 | 3 | 47 | 47 |
| Octal | 352 | 206 | 201 | 0 | 53 | 55 | 10 | 3 | 107 | 107 |
| Binary | 11101010 | 10000110 | 10000001 | 0 | 101011 | 101101 | 1000 | 11 | 1000111 | 1000111 |
Color Harmonies of #EA8681
Complementary color
Monochromatic Colors of #EA8681
Black with #EA8681
Text Example
Text Example
White with #EA8681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8681; }
p { color: rgb(234,134,129); }
H1.HeaderClassName
{
color: #EA8681;
}
.AnyTagClassName
{
color: #EA8681;
}
</style>
background-color css
<style>
a { background-color: #EA8681; }
a { background-color: rgb(234,134,129); }
div.DivClassName
{
background-color: #EA8681;
}
.BgClassName
{
background-color: #EA8681;
}
</style>
border-color css
<style>
span { border-color: #EA8681; }
span { border-color: rgb(234,134,129); }
td.TdClassName
{
border-color: #EA8681;
}
.TagClassName
{
border-color: #EA8681;
}
</style>