Shades of Light Coral #EF7E7B
Tints of Light Coral #EF7E7B
RGB
CMYK
RGB Variations
Color information
#EF7E7B (or 0xEF7E7B) is known color: Light Coral. HEX triplet: EF, 7E and 7B. RGB value is (239,126,123). Sum of RGB (Red+Green+Blue) = 239+126+123=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E7B is #108184. Grayscale: #9F9F9F. Windows color (decimal): -1081733 or 8093423. OLE color: 8093423.
HSL color Cylindrical-coordinate representation of color #EF7E7B: hue angle of 1.55º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7E7B is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 126 | 123 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.06 |
| HSL | 1.55º | 0.78% | 0.71% | - |
| HSV(B) | 1.55º | 0.49% | 0.94% | - |
| XYZ | 46.63 | 34.7 | 22.98 | - |
| YUV | 159.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 126 | 123 | 0 | 0.47 | 0.49 | 0.06 | 1.55 | 0.78 | 0.71 |
| Hex | EF | 7E | 7B | 0 | 2F | 31 | 6 | 2 | 4E | 47 |
| Octal | 357 | 176 | 173 | 0 | 57 | 61 | 6 | 2 | 116 | 107 |
| Binary | 11101111 | 1111110 | 1111011 | 0 | 101111 | 110001 | 110 | 10 | 1001110 | 1000111 |
Color Harmonies of #EF7E7B
Complementary color
Monochromatic Colors of #EF7E7B
Black with #EF7E7B
Text Example
Text Example
White with #EF7E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7E7B; }
p { color: rgb(239,126,123); }
H1.HeaderClassName
{
color: #EF7E7B;
}
.AnyTagClassName
{
color: #EF7E7B;
}
</style>
background-color css
<style>
a { background-color: #EF7E7B; }
a { background-color: rgb(239,126,123); }
div.DivClassName
{
background-color: #EF7E7B;
}
.BgClassName
{
background-color: #EF7E7B;
}
</style>
border-color css
<style>
span { border-color: #EF7E7B; }
span { border-color: rgb(239,126,123); }
td.TdClassName
{
border-color: #EF7E7B;
}
.TagClassName
{
border-color: #EF7E7B;
}
</style>