Shades of Light Coral #EF7E7E
Tints of Light Coral #EF7E7E
RGB
CMYK
RGB Variations
Color information
#EF7E7E (or 0xEF7E7E) is known color: Light Coral. HEX triplet: EF, 7E and 7E. RGB value is (239,126,126). Sum of RGB (Red+Green+Blue) = 239+126+126=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7E7E is #108181. Grayscale: #9F9F9F. Windows color (decimal): -1081730 or 8290031. OLE color: 8290031.
HSL color Cylindrical-coordinate representation of color #EF7E7E: hue angle of 0º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7E7E is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 126 | 126 | - |
CMYK | 0 | 0.47 | 0.47 | 0.06 |
HSL | 0º | 0.78% | 0.72% | - |
HSV(B) | 0º | 0.47% | 0.94% | - |
XYZ | 46.82 | 34.78 | 23.98 | - |
YUV | 159.79 | 108.94 | 184.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 126 | 126 | 0 | 0.47 | 0.47 | 0.06 | 0 | 0.78 | 0.72 |
Hex | EF | 7E | 7E | 0 | 2F | 2F | 6 | 0 | 4E | 48 |
Octal | 357 | 176 | 176 | 0 | 57 | 57 | 6 | 0 | 116 | 110 |
Binary | 11101111 | 1111110 | 1111110 | 0 | 101111 | 101111 | 110 | 0 | 1001110 | 1001000 |
Color Harmonies of #EF7E7E
Complementary color
Monochromatic Colors of #EF7E7E
Black with #EF7E7E
Text Example
Text Example
White with #EF7E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7E7E; }
p { color: rgb(239,126,126); }
H1.HeaderClassName
{
color: #EF7E7E;
}
.AnyTagClassName
{
color: #EF7E7E;
}
</style>
background-color css
<style>
a { background-color: #EF7E7E; }
a { background-color: rgb(239,126,126); }
div.DivClassName
{
background-color: #EF7E7E;
}
.BgClassName
{
background-color: #EF7E7E;
}
</style>
border-color css
<style>
span { border-color: #EF7E7E; }
span { border-color: rgb(239,126,126); }
td.TdClassName
{
border-color: #EF7E7E;
}
.TagClassName
{
border-color: #EF7E7E;
}
</style>