Shades of Light Coral #EB7C7C
Tints of Light Coral #EB7C7C
RGB
CMYK
RGB Variations
Color information
#EB7C7C (or 0xEB7C7C) is known color: Light Coral. HEX triplet: EB, 7C and 7C. RGB value is (235,124,124). Sum of RGB (Red+Green+Blue) = 235+124+124=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB7C7C is #148383. Grayscale: #9D9D9D. Windows color (decimal): -1344388 or 8158443. OLE color: 8158443.
HSL color Cylindrical-coordinate representation of color #EB7C7C: hue angle of 0º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB7C7C is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 124 | 124 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.08 |
| HSL | 0º | 0.74% | 0.7% | - |
| HSV(B) | 0º | 0.47% | 0.92% | - |
| XYZ | 45.11 | 33.53 | 23.16 | - |
| YUV | 157.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 124 | 124 | 0 | 0.47 | 0.47 | 0.08 | 0 | 0.74 | 0.7 |
| Hex | EB | 7C | 7C | 0 | 2F | 2F | 8 | 0 | 4A | 46 |
| Octal | 353 | 174 | 174 | 0 | 57 | 57 | 10 | 0 | 112 | 106 |
| Binary | 11101011 | 1111100 | 1111100 | 0 | 101111 | 101111 | 1000 | 0 | 1001010 | 1000110 |
Color Harmonies of #EB7C7C
Complementary color
Monochromatic Colors of #EB7C7C
Black with #EB7C7C
Text Example
Text Example
White with #EB7C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7C7C; }
p { color: rgb(235,124,124); }
H1.HeaderClassName
{
color: #EB7C7C;
}
.AnyTagClassName
{
color: #EB7C7C;
}
</style>
background-color css
<style>
a { background-color: #EB7C7C; }
a { background-color: rgb(235,124,124); }
div.DivClassName
{
background-color: #EB7C7C;
}
.BgClassName
{
background-color: #EB7C7C;
}
</style>
border-color css
<style>
span { border-color: #EB7C7C; }
span { border-color: rgb(235,124,124); }
td.TdClassName
{
border-color: #EB7C7C;
}
.TagClassName
{
border-color: #EB7C7C;
}
</style>