Shades of Light Coral #ED867B
Tints of Light Coral #ED867B
RGB
CMYK
RGB Variations
Color information
#ED867B (or 0xED867B) is known color: Light Coral. HEX triplet: ED, 86 and 7B. RGB value is (237,134,123). Sum of RGB (Red+Green+Blue) = 237+134+123=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED867B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED867B is #127984. Grayscale: #A3A3A3. Windows color (decimal): -1210757 or 8095469. OLE color: 8095469.
HSL color Cylindrical-coordinate representation of color #ED867B: hue angle of 5.79º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED867B is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 123 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.07 |
| HSL | 5.79º | 0.76% | 0.71% | - |
| HSV(B) | 5.79º | 0.48% | 0.93% | - |
| XYZ | 47.03 | 36.48 | 23.3 | - |
| YUV | 163.54 | 105.12 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 123 | 0 | 0.43 | 0.48 | 0.07 | 5.79 | 0.76 | 0.71 |
| Hex | ED | 86 | 7B | 0 | 2B | 30 | 7 | 6 | 4C | 47 |
| Octal | 355 | 206 | 173 | 0 | 53 | 60 | 7 | 6 | 114 | 107 |
| Binary | 11101101 | 10000110 | 1111011 | 0 | 101011 | 110000 | 111 | 110 | 1001100 | 1000111 |
Color Harmonies of #ED867B
Complementary color
Monochromatic Colors of #ED867B
Black with #ED867B
Text Example
Text Example
White with #ED867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED867B; }
p { color: rgb(237,134,123); }
H1.HeaderClassName
{
color: #ED867B;
}
.AnyTagClassName
{
color: #ED867B;
}
</style>
background-color css
<style>
a { background-color: #ED867B; }
a { background-color: rgb(237,134,123); }
div.DivClassName
{
background-color: #ED867B;
}
.BgClassName
{
background-color: #ED867B;
}
</style>
border-color css
<style>
span { border-color: #ED867B; }
span { border-color: rgb(237,134,123); }
td.TdClassName
{
border-color: #ED867B;
}
.TagClassName
{
border-color: #ED867B;
}
</style>