Shades of Light Coral #EB807C
Tints of Light Coral #EB807C
RGB
CMYK
RGB Variations
Color information
#EB807C (or 0xEB807C) is known color: Light Coral. HEX triplet: EB, 80 and 7C. RGB value is (235,128,124). Sum of RGB (Red+Green+Blue) = 235+128+124=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB807C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB807C is #147F83. Grayscale: #9F9F9F. Windows color (decimal): -1343364 or 8159467. OLE color: 8159467.
HSL color Cylindrical-coordinate representation of color #EB807C: hue angle of 2.16º 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 #EB807C is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 128 | 124 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.08 |
| HSL | 2.16º | 0.74% | 0.7% | - |
| HSV(B) | 2.16º | 0.47% | 0.92% | - |
| XYZ | 45.62 | 34.56 | 23.33 | - |
| YUV | 159.54 | 107.95 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 128 | 124 | 0 | 0.46 | 0.47 | 0.08 | 2.16 | 0.74 | 0.7 |
| Hex | EB | 80 | 7C | 0 | 2E | 2F | 8 | 2 | 4A | 46 |
| Octal | 353 | 200 | 174 | 0 | 56 | 57 | 10 | 2 | 112 | 106 |
| Binary | 11101011 | 10000000 | 1111100 | 0 | 101110 | 101111 | 1000 | 10 | 1001010 | 1000110 |
Color Harmonies of #EB807C
Complementary color
Monochromatic Colors of #EB807C
Black with #EB807C
Text Example
Text Example
White with #EB807C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB807C; }
p { color: rgb(235,128,124); }
H1.HeaderClassName
{
color: #EB807C;
}
.AnyTagClassName
{
color: #EB807C;
}
</style>
background-color css
<style>
a { background-color: #EB807C; }
a { background-color: rgb(235,128,124); }
div.DivClassName
{
background-color: #EB807C;
}
.BgClassName
{
background-color: #EB807C;
}
</style>
border-color css
<style>
span { border-color: #EB807C; }
span { border-color: rgb(235,128,124); }
td.TdClassName
{
border-color: #EB807C;
}
.TagClassName
{
border-color: #EB807C;
}
</style>