Shades of Light Coral #EA847D
Tints of Light Coral #EA847D
RGB
CMYK
RGB Variations
Color information
#EA847D (or 0xEA847D) is known color: Light Coral. HEX triplet: EA, 84 and 7D. RGB value is (234,132,125). Sum of RGB (Red+Green+Blue) = 234+132+125=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA847D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA847D is #157B82. Grayscale: #A1A1A1. Windows color (decimal): -1407875 or 8226026. OLE color: 8226026.
HSL color Cylindrical-coordinate representation of color #EA847D: hue angle of 3.85º 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 #EA847D is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 125 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.08 |
| HSL | 3.85º | 0.72% | 0.7% | - |
| HSV(B) | 3.85º | 0.47% | 0.92% | - |
| XYZ | 45.88 | 35.48 | 23.83 | - |
| YUV | 161.7 | 107.29 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 125 | 0 | 0.44 | 0.47 | 0.08 | 3.85 | 0.72 | 0.7 |
| Hex | EA | 84 | 7D | 0 | 2C | 2F | 8 | 4 | 48 | 46 |
| Octal | 352 | 204 | 175 | 0 | 54 | 57 | 10 | 4 | 110 | 106 |
| Binary | 11101010 | 10000100 | 1111101 | 0 | 101100 | 101111 | 1000 | 100 | 1001000 | 1000110 |
Color Harmonies of #EA847D
Complementary color
Monochromatic Colors of #EA847D
Black with #EA847D
Text Example
Text Example
White with #EA847D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA847D; }
p { color: rgb(234,132,125); }
H1.HeaderClassName
{
color: #EA847D;
}
.AnyTagClassName
{
color: #EA847D;
}
</style>
background-color css
<style>
a { background-color: #EA847D; }
a { background-color: rgb(234,132,125); }
div.DivClassName
{
background-color: #EA847D;
}
.BgClassName
{
background-color: #EA847D;
}
</style>
border-color css
<style>
span { border-color: #EA847D; }
span { border-color: rgb(234,132,125); }
td.TdClassName
{
border-color: #EA847D;
}
.TagClassName
{
border-color: #EA847D;
}
</style>