Shades of Light Coral #EF7A7A
Tints of Light Coral #EF7A7A
RGB
CMYK
RGB Variations
Color information
#EF7A7A (or 0xEF7A7A) is known color: Light Coral. HEX triplet: EF, 7A and 7A. RGB value is (239,122,122). Sum of RGB (Red+Green+Blue) = 239+122+122=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7A7A is #108585. Grayscale: #9D9D9D. Windows color (decimal): -1082758 or 8026863. OLE color: 8026863.
HSL color Cylindrical-coordinate representation of color #EF7A7A: hue angle of 0º degrees, saturation: 0.79, 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 #EF7A7A is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 122 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.06 |
| HSL | 0º | 0.79% | 0.71% | - |
| HSV(B) | 0º | 0.49% | 0.94% | - |
| XYZ | 46.07 | 33.67 | 22.48 | - |
| YUV | 156.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 122 | 0 | 0.49 | 0.49 | 0.06 | 0 | 0.79 | 0.71 |
| Hex | EF | 7A | 7A | 0 | 31 | 31 | 6 | 0 | 4F | 47 |
| Octal | 357 | 172 | 172 | 0 | 61 | 61 | 6 | 0 | 117 | 107 |
| Binary | 11101111 | 1111010 | 1111010 | 0 | 110001 | 110001 | 110 | 0 | 1001111 | 1000111 |
Color Harmonies of #EF7A7A
Complementary color
Monochromatic Colors of #EF7A7A
Black with #EF7A7A
Text Example
Text Example
White with #EF7A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7A7A; }
p { color: rgb(239,122,122); }
H1.HeaderClassName
{
color: #EF7A7A;
}
.AnyTagClassName
{
color: #EF7A7A;
}
</style>
background-color css
<style>
a { background-color: #EF7A7A; }
a { background-color: rgb(239,122,122); }
div.DivClassName
{
background-color: #EF7A7A;
}
.BgClassName
{
background-color: #EF7A7A;
}
</style>
border-color css
<style>
span { border-color: #EF7A7A; }
span { border-color: rgb(239,122,122); }
td.TdClassName
{
border-color: #EF7A7A;
}
.TagClassName
{
border-color: #EF7A7A;
}
</style>