Shades of Light Coral #ED8886
Tints of Light Coral #ED8886
RGB
CMYK
RGB Variations
Color information
#ED8886 (or 0xED8886) is known color: Light Coral. HEX triplet: ED, 88 and 86. RGB value is (237,136,134). Sum of RGB (Red+Green+Blue) = 237+136+134=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8886 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8886 is #127779. Grayscale: #A6A6A6. Windows color (decimal): -1210234 or 8816877. OLE color: 8816877.
HSL color Cylindrical-coordinate representation of color #ED8886: hue angle of 1.17º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED8886 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 134 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.07 |
| HSL | 1.17º | 0.74% | 0.73% | - |
| HSV(B) | 1.17º | 0.43% | 0.93% | - |
| XYZ | 48.03 | 37.33 | 27.23 | - |
| YUV | 165.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 134 | 0 | 0.43 | 0.43 | 0.07 | 1.17 | 0.74 | 0.73 |
| Hex | ED | 88 | 86 | 0 | 2B | 2B | 7 | 1 | 4A | 49 |
| Octal | 355 | 210 | 206 | 0 | 53 | 53 | 7 | 1 | 112 | 111 |
| Binary | 11101101 | 10001000 | 10000110 | 0 | 101011 | 101011 | 111 | 1 | 1001010 | 1001001 |
Color Harmonies of #ED8886
Complementary color
Monochromatic Colors of #ED8886
Black with #ED8886
Text Example
Text Example
White with #ED8886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8886; }
p { color: rgb(237,136,134); }
H1.HeaderClassName
{
color: #ED8886;
}
.AnyTagClassName
{
color: #ED8886;
}
</style>
background-color css
<style>
a { background-color: #ED8886; }
a { background-color: rgb(237,136,134); }
div.DivClassName
{
background-color: #ED8886;
}
.BgClassName
{
background-color: #ED8886;
}
</style>
border-color css
<style>
span { border-color: #ED8886; }
span { border-color: rgb(237,136,134); }
td.TdClassName
{
border-color: #ED8886;
}
.TagClassName
{
border-color: #ED8886;
}
</style>