Shades of Light Coral #ED867A
Tints of Light Coral #ED867A
RGB
CMYK
RGB Variations
Color information
#ED867A (or 0xED867A) is known color: Light Coral. HEX triplet: ED, 86 and 7A. RGB value is (237,134,122). Sum of RGB (Red+Green+Blue) = 237+134+122=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED867A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED867A is #127985. Grayscale: #A3A3A3. Windows color (decimal): -1210758 or 8029933. OLE color: 8029933.
HSL color Cylindrical-coordinate representation of color #ED867A: hue angle of 6.26º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED867A is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 122 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.07 |
| HSL | 6.26º | 0.76% | 0.7% | - |
| HSV(B) | 6.26º | 0.49% | 0.93% | - |
| XYZ | 46.96 | 36.46 | 22.97 | - |
| YUV | 163.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 122 | 0 | 0.43 | 0.49 | 0.07 | 6.26 | 0.76 | 0.7 |
| Hex | ED | 86 | 7A | 0 | 2B | 31 | 7 | 6 | 4C | 46 |
| Octal | 355 | 206 | 172 | 0 | 53 | 61 | 7 | 6 | 114 | 106 |
| Binary | 11101101 | 10000110 | 1111010 | 0 | 101011 | 110001 | 111 | 110 | 1001100 | 1000110 |
Color Harmonies of #ED867A
Complementary color
Monochromatic Colors of #ED867A
Black with #ED867A
Text Example
Text Example
White with #ED867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED867A; }
p { color: rgb(237,134,122); }
H1.HeaderClassName
{
color: #ED867A;
}
.AnyTagClassName
{
color: #ED867A;
}
</style>
background-color css
<style>
a { background-color: #ED867A; }
a { background-color: rgb(237,134,122); }
div.DivClassName
{
background-color: #ED867A;
}
.BgClassName
{
background-color: #ED867A;
}
</style>
border-color css
<style>
span { border-color: #ED867A; }
span { border-color: rgb(237,134,122); }
td.TdClassName
{
border-color: #ED867A;
}
.TagClassName
{
border-color: #ED867A;
}
</style>