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