Shades of Light Coral #EA7E7D
Tints of Light Coral #EA7E7D
RGB
CMYK
RGB Variations
Color information
#EA7E7D (or 0xEA7E7D) is known color: Light Coral. HEX triplet: EA, 7E and 7D. RGB value is (234,126,125). Sum of RGB (Red+Green+Blue) = 234+126+125=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7E7D is #158182. Grayscale: #9E9E9E. Windows color (decimal): -1409411 or 8224490. OLE color: 8224490.
HSL color Cylindrical-coordinate representation of color #EA7E7D: hue angle of 0.55º degrees, saturation: 0.72, 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 #EA7E7D is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 125 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.08 |
| HSL | 0.55º | 0.72% | 0.7% | - |
| HSV(B) | 0.55º | 0.47% | 0.92% | - |
| XYZ | 45.09 | 33.89 | 23.57 | - |
| YUV | 158.18 | 109.28 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 125 | 0 | 0.46 | 0.47 | 0.08 | 0.55 | 0.72 | 0.7 |
| Hex | EA | 7E | 7D | 0 | 2E | 2F | 8 | 1 | 48 | 46 |
| Octal | 352 | 176 | 175 | 0 | 56 | 57 | 10 | 1 | 110 | 106 |
| Binary | 11101010 | 1111110 | 1111101 | 0 | 101110 | 101111 | 1000 | 1 | 1001000 | 1000110 |
Color Harmonies of #EA7E7D
Complementary color
Monochromatic Colors of #EA7E7D
Black with #EA7E7D
Text Example
Text Example
White with #EA7E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E7D; }
p { color: rgb(234,126,125); }
H1.HeaderClassName
{
color: #EA7E7D;
}
.AnyTagClassName
{
color: #EA7E7D;
}
</style>
background-color css
<style>
a { background-color: #EA7E7D; }
a { background-color: rgb(234,126,125); }
div.DivClassName
{
background-color: #EA7E7D;
}
.BgClassName
{
background-color: #EA7E7D;
}
</style>
border-color css
<style>
span { border-color: #EA7E7D; }
span { border-color: rgb(234,126,125); }
td.TdClassName
{
border-color: #EA7E7D;
}
.TagClassName
{
border-color: #EA7E7D;
}
</style>