Shades of Light Coral #ED817F
Tints of Light Coral #ED817F
RGB
CMYK
RGB Variations
Color information
#ED817F (or 0xED817F) is known color: Light Coral. HEX triplet: ED, 81 and 7F. RGB value is (237,129,127). Sum of RGB (Red+Green+Blue) = 237+129+127=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED817F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED817F is #127E80. Grayscale: #A1A1A1. Windows color (decimal): -1212033 or 8356333. OLE color: 8356333.
HSL color Cylindrical-coordinate representation of color #ED817F: hue angle of 1.09º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED817F is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 129 | 127 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.07 |
| HSL | 1.09º | 0.75% | 0.71% | - |
| HSV(B) | 1.09º | 0.46% | 0.93% | - |
| XYZ | 46.61 | 35.24 | 24.42 | - |
| YUV | 161.06 | 108.78 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 129 | 127 | 0 | 0.46 | 0.46 | 0.07 | 1.09 | 0.75 | 0.71 |
| Hex | ED | 81 | 7F | 0 | 2E | 2E | 7 | 1 | 4B | 47 |
| Octal | 355 | 201 | 177 | 0 | 56 | 56 | 7 | 1 | 113 | 107 |
| Binary | 11101101 | 10000001 | 1111111 | 0 | 101110 | 101110 | 111 | 1 | 1001011 | 1000111 |
Color Harmonies of #ED817F
Complementary color
Monochromatic Colors of #ED817F
Black with #ED817F
Text Example
Text Example
White with #ED817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED817F; }
p { color: rgb(237,129,127); }
H1.HeaderClassName
{
color: #ED817F;
}
.AnyTagClassName
{
color: #ED817F;
}
</style>
background-color css
<style>
a { background-color: #ED817F; }
a { background-color: rgb(237,129,127); }
div.DivClassName
{
background-color: #ED817F;
}
.BgClassName
{
background-color: #ED817F;
}
</style>
border-color css
<style>
span { border-color: #ED817F; }
span { border-color: rgb(237,129,127); }
td.TdClassName
{
border-color: #ED817F;
}
.TagClassName
{
border-color: #ED817F;
}
</style>