Shades of Light Coral #EC8A83
Tints of Light Coral #EC8A83
RGB
CMYK
RGB Variations
Color information
#EC8A83 (or 0xEC8A83) is known color: Light Coral. HEX triplet: EC, 8A and 83. RGB value is (236,138,131). Sum of RGB (Red+Green+Blue) = 236+138+131=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8A83 is #13757C. Grayscale: #A6A6A6. Windows color (decimal): -1275261 or 8620780. OLE color: 8620780.
HSL color Cylindrical-coordinate representation of color #EC8A83: hue angle of 4º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8A83 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 131 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.07 |
| HSL | 4º | 0.73% | 0.72% | - |
| HSV(B) | 4º | 0.44% | 0.93% | - |
| XYZ | 47.78 | 37.65 | 26.22 | - |
| YUV | 166.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 131 | 0 | 0.42 | 0.44 | 0.07 | 4 | 0.73 | 0.72 |
| Hex | EC | 8A | 83 | 0 | 2A | 2C | 7 | 4 | 49 | 48 |
| Octal | 354 | 212 | 203 | 0 | 52 | 54 | 7 | 4 | 111 | 110 |
| Binary | 11101100 | 10001010 | 10000011 | 0 | 101010 | 101100 | 111 | 100 | 1001001 | 1001000 |
Color Harmonies of #EC8A83
Complementary color
Monochromatic Colors of #EC8A83
Black with #EC8A83
Text Example
Text Example
White with #EC8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A83; }
p { color: rgb(236,138,131); }
H1.HeaderClassName
{
color: #EC8A83;
}
.AnyTagClassName
{
color: #EC8A83;
}
</style>
background-color css
<style>
a { background-color: #EC8A83; }
a { background-color: rgb(236,138,131); }
div.DivClassName
{
background-color: #EC8A83;
}
.BgClassName
{
background-color: #EC8A83;
}
</style>
border-color css
<style>
span { border-color: #EC8A83; }
span { border-color: rgb(236,138,131); }
td.TdClassName
{
border-color: #EC8A83;
}
.TagClassName
{
border-color: #EC8A83;
}
</style>