Shades of Light Coral #EC8680
Tints of Light Coral #EC8680
RGB
CMYK
RGB Variations
Color information
#EC8680 (or 0xEC8680) is known color: Light Coral. HEX triplet: EC, 86 and 80. RGB value is (236,134,128). Sum of RGB (Red+Green+Blue) = 236+134+128=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8680 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8680 is #13797F. Grayscale: #A3A3A3. Windows color (decimal): -1276288 or 8423148. OLE color: 8423148.
HSL color Cylindrical-coordinate representation of color #EC8680: hue angle of 3.33º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC8680 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 128 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.07 |
| HSL | 3.33º | 0.74% | 0.71% | - |
| HSV(B) | 3.33º | 0.46% | 0.93% | - |
| XYZ | 47.01 | 36.44 | 24.98 | - |
| YUV | 163.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 128 | 0 | 0.43 | 0.46 | 0.07 | 3.33 | 0.74 | 0.71 |
| Hex | EC | 86 | 80 | 0 | 2B | 2E | 7 | 3 | 4A | 47 |
| Octal | 354 | 206 | 200 | 0 | 53 | 56 | 7 | 3 | 112 | 107 |
| Binary | 11101100 | 10000110 | 10000000 | 0 | 101011 | 101110 | 111 | 11 | 1001010 | 1000111 |
Color Harmonies of #EC8680
Complementary color
Monochromatic Colors of #EC8680
Black with #EC8680
Text Example
Text Example
White with #EC8680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8680; }
p { color: rgb(236,134,128); }
H1.HeaderClassName
{
color: #EC8680;
}
.AnyTagClassName
{
color: #EC8680;
}
</style>
background-color css
<style>
a { background-color: #EC8680; }
a { background-color: rgb(236,134,128); }
div.DivClassName
{
background-color: #EC8680;
}
.BgClassName
{
background-color: #EC8680;
}
</style>
border-color css
<style>
span { border-color: #EC8680; }
span { border-color: rgb(236,134,128); }
td.TdClassName
{
border-color: #EC8680;
}
.TagClassName
{
border-color: #EC8680;
}
</style>