Shades of Light Coral #EC807B
Tints of Light Coral #EC807B
RGB
CMYK
RGB Variations
Color information
#EC807B (or 0xEC807B) is known color: Light Coral. HEX triplet: EC, 80 and 7B. RGB value is (236,128,123). Sum of RGB (Red+Green+Blue) = 236+128+123=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC807B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC807B is #137F84. Grayscale: #9F9F9F. Windows color (decimal): -1277829 or 8093932. OLE color: 8093932.
HSL color Cylindrical-coordinate representation of color #EC807B: hue angle of 2.65º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC807B is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 123 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.07 |
| HSL | 2.65º | 0.75% | 0.7% | - |
| HSV(B) | 2.65º | 0.48% | 0.93% | - |
| XYZ | 45.89 | 34.7 | 23.02 | - |
| YUV | 159.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 123 | 0 | 0.46 | 0.48 | 0.07 | 2.65 | 0.75 | 0.7 |
| Hex | EC | 80 | 7B | 0 | 2E | 30 | 7 | 3 | 4B | 46 |
| Octal | 354 | 200 | 173 | 0 | 56 | 60 | 7 | 3 | 113 | 106 |
| Binary | 11101100 | 10000000 | 1111011 | 0 | 101110 | 110000 | 111 | 11 | 1001011 | 1000110 |
Color Harmonies of #EC807B
Complementary color
Monochromatic Colors of #EC807B
Black with #EC807B
Text Example
Text Example
White with #EC807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC807B; }
p { color: rgb(236,128,123); }
H1.HeaderClassName
{
color: #EC807B;
}
.AnyTagClassName
{
color: #EC807B;
}
</style>
background-color css
<style>
a { background-color: #EC807B; }
a { background-color: rgb(236,128,123); }
div.DivClassName
{
background-color: #EC807B;
}
.BgClassName
{
background-color: #EC807B;
}
</style>
border-color css
<style>
span { border-color: #EC807B; }
span { border-color: rgb(236,128,123); }
td.TdClassName
{
border-color: #EC807B;
}
.TagClassName
{
border-color: #EC807B;
}
</style>