Shades of Light Coral #ED7B7A
Tints of Light Coral #ED7B7A
RGB
CMYK
RGB Variations
Color information
#ED7B7A (or 0xED7B7A) is known color: Light Coral. HEX triplet: ED, 7B and 7A. RGB value is (237,123,122). Sum of RGB (Red+Green+Blue) = 237+123+122=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 123 (48.44% from 255 or 25.52% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7B7A is #128485. Grayscale: #9D9D9D. Windows color (decimal): -1213574 or 8027117. OLE color: 8027117.
HSL color Cylindrical-coordinate representation of color #ED7B7A: hue angle of 0.52º 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 #ED7B7A is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 123 | 122 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.07 |
| HSL | 0.52º | 0.76% | 0.7% | - |
| HSV(B) | 0.52º | 0.49% | 0.93% | - |
| XYZ | 45.52 | 33.58 | 22.49 | - |
| YUV | 156.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 123 | 122 | 0 | 0.48 | 0.49 | 0.07 | 0.52 | 0.76 | 0.7 |
| Hex | ED | 7B | 7A | 0 | 30 | 31 | 7 | 1 | 4C | 46 |
| Octal | 355 | 173 | 172 | 0 | 60 | 61 | 7 | 1 | 114 | 106 |
| Binary | 11101101 | 1111011 | 1111010 | 0 | 110000 | 110001 | 111 | 1 | 1001100 | 1000110 |
Color Harmonies of #ED7B7A
Complementary color
Monochromatic Colors of #ED7B7A
Black with #ED7B7A
Text Example
Text Example
White with #ED7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7B7A; }
p { color: rgb(237,123,122); }
H1.HeaderClassName
{
color: #ED7B7A;
}
.AnyTagClassName
{
color: #ED7B7A;
}
</style>
background-color css
<style>
a { background-color: #ED7B7A; }
a { background-color: rgb(237,123,122); }
div.DivClassName
{
background-color: #ED7B7A;
}
.BgClassName
{
background-color: #ED7B7A;
}
</style>
border-color css
<style>
span { border-color: #ED7B7A; }
span { border-color: rgb(237,123,122); }
td.TdClassName
{
border-color: #ED7B7A;
}
.TagClassName
{
border-color: #ED7B7A;
}
</style>