Shades of Light Coral #EA827E
Tints of Light Coral #EA827E
RGB
CMYK
RGB Variations
Color information
#EA827E (or 0xEA827E) is known color: Light Coral. HEX triplet: EA, 82 and 7E. RGB value is (234,130,126). Sum of RGB (Red+Green+Blue) = 234+130+126=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA827E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA827E is #157D81. Grayscale: #A0A0A0. Windows color (decimal): -1408386 or 8291050. OLE color: 8291050.
HSL color Cylindrical-coordinate representation of color #EA827E: hue angle of 2.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA827E is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 126 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.08 |
| HSL | 2.22º | 0.72% | 0.71% | - |
| HSV(B) | 2.22º | 0.46% | 0.92% | - |
| XYZ | 45.68 | 34.96 | 24.08 | - |
| YUV | 160.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 126 | 0 | 0.44 | 0.46 | 0.08 | 2.22 | 0.72 | 0.71 |
| Hex | EA | 82 | 7E | 0 | 2C | 2E | 8 | 2 | 48 | 47 |
| Octal | 352 | 202 | 176 | 0 | 54 | 56 | 10 | 2 | 110 | 107 |
| Binary | 11101010 | 10000010 | 1111110 | 0 | 101100 | 101110 | 1000 | 10 | 1001000 | 1000111 |
Color Harmonies of #EA827E
Complementary color
Monochromatic Colors of #EA827E
Black with #EA827E
Text Example
Text Example
White with #EA827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA827E; }
p { color: rgb(234,130,126); }
H1.HeaderClassName
{
color: #EA827E;
}
.AnyTagClassName
{
color: #EA827E;
}
</style>
background-color css
<style>
a { background-color: #EA827E; }
a { background-color: rgb(234,130,126); }
div.DivClassName
{
background-color: #EA827E;
}
.BgClassName
{
background-color: #EA827E;
}
</style>
border-color css
<style>
span { border-color: #EA827E; }
span { border-color: rgb(234,130,126); }
td.TdClassName
{
border-color: #EA827E;
}
.TagClassName
{
border-color: #EA827E;
}
</style>