Shades of Light Coral #ED817D
Tints of Light Coral #ED817D
RGB
CMYK
RGB Variations
Color information
#ED817D (or 0xED817D) is known color: Light Coral. HEX triplet: ED, 81 and 7D. RGB value is (237,129,125). Sum of RGB (Red+Green+Blue) = 237+129+125=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED817D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED817D is #127E82. Grayscale: #A0A0A0. Windows color (decimal): -1212035 or 8225261. OLE color: 8225261.
HSL color Cylindrical-coordinate representation of color #ED817D: hue angle of 2.14º 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 #ED817D is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 125 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.07 |
| HSL | 2.14º | 0.76% | 0.71% | - |
| HSV(B) | 2.14º | 0.47% | 0.93% | - |
| XYZ | 46.48 | 35.19 | 23.74 | - |
| YUV | 160.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 125 | 0 | 0.46 | 0.47 | 0.07 | 2.14 | 0.76 | 0.71 |
| Hex | ED | 81 | 7D | 0 | 2E | 2F | 7 | 2 | 4C | 47 |
| Octal | 355 | 201 | 175 | 0 | 56 | 57 | 7 | 2 | 114 | 107 |
| Binary | 11101101 | 10000001 | 1111101 | 0 | 101110 | 101111 | 111 | 10 | 1001100 | 1000111 |
Color Harmonies of #ED817D
Complementary color
Monochromatic Colors of #ED817D
Black with #ED817D
Text Example
Text Example
White with #ED817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED817D; }
p { color: rgb(237,129,125); }
H1.HeaderClassName
{
color: #ED817D;
}
.AnyTagClassName
{
color: #ED817D;
}
</style>
background-color css
<style>
a { background-color: #ED817D; }
a { background-color: rgb(237,129,125); }
div.DivClassName
{
background-color: #ED817D;
}
.BgClassName
{
background-color: #ED817D;
}
</style>
border-color css
<style>
span { border-color: #ED817D; }
span { border-color: rgb(237,129,125); }
td.TdClassName
{
border-color: #ED817D;
}
.TagClassName
{
border-color: #ED817D;
}
</style>