Shades of Light Coral #ED847D
Tints of Light Coral #ED847D
RGB
CMYK
RGB Variations
Color information
#ED847D (or 0xED847D) is known color: Light Coral. HEX triplet: ED, 84 and 7D. RGB value is (237,132,125). Sum of RGB (Red+Green+Blue) = 237+132+125=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED847D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED847D is #127B82. Grayscale: #A2A2A2. Windows color (decimal): -1211267 or 8226029. OLE color: 8226029.
HSL color Cylindrical-coordinate representation of color #ED847D: hue angle of 3.75º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED847D is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 125 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.07 |
| HSL | 3.75º | 0.76% | 0.71% | - |
| HSV(B) | 3.75º | 0.47% | 0.93% | - |
| XYZ | 46.88 | 35.99 | 23.88 | - |
| YUV | 162.6 | 106.79 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 125 | 0 | 0.44 | 0.47 | 0.07 | 3.75 | 0.76 | 0.71 |
| Hex | ED | 84 | 7D | 0 | 2C | 2F | 7 | 4 | 4C | 47 |
| Octal | 355 | 204 | 175 | 0 | 54 | 57 | 7 | 4 | 114 | 107 |
| Binary | 11101101 | 10000100 | 1111101 | 0 | 101100 | 101111 | 111 | 100 | 1001100 | 1000111 |
Color Harmonies of #ED847D
Complementary color
Monochromatic Colors of #ED847D
Black with #ED847D
Text Example
Text Example
White with #ED847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED847D; }
p { color: rgb(237,132,125); }
H1.HeaderClassName
{
color: #ED847D;
}
.AnyTagClassName
{
color: #ED847D;
}
</style>
background-color css
<style>
a { background-color: #ED847D; }
a { background-color: rgb(237,132,125); }
div.DivClassName
{
background-color: #ED847D;
}
.BgClassName
{
background-color: #ED847D;
}
</style>
border-color css
<style>
span { border-color: #ED847D; }
span { border-color: rgb(237,132,125); }
td.TdClassName
{
border-color: #ED847D;
}
.TagClassName
{
border-color: #ED847D;
}
</style>