Shades of Light Coral #EA807E
Tints of Light Coral #EA807E
RGB
CMYK
RGB Variations
Color information
#EA807E (or 0xEA807E) is known color: Light Coral. HEX triplet: EA, 80 and 7E. RGB value is (234,128,126). Sum of RGB (Red+Green+Blue) = 234+128+126=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA807E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA807E is #157F81. Grayscale: #9F9F9F. Windows color (decimal): -1408898 or 8290538. OLE color: 8290538.
HSL color Cylindrical-coordinate representation of color #EA807E: hue angle of 1.11º 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 #EA807E is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 126 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.08 |
| HSL | 1.11º | 0.72% | 0.71% | - |
| HSV(B) | 1.11º | 0.46% | 0.92% | - |
| XYZ | 45.42 | 34.44 | 23.99 | - |
| YUV | 159.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 126 | 0 | 0.45 | 0.46 | 0.08 | 1.11 | 0.72 | 0.71 |
| Hex | EA | 80 | 7E | 0 | 2D | 2E | 8 | 1 | 48 | 47 |
| Octal | 352 | 200 | 176 | 0 | 55 | 56 | 10 | 1 | 110 | 107 |
| Binary | 11101010 | 10000000 | 1111110 | 0 | 101101 | 101110 | 1000 | 1 | 1001000 | 1000111 |
Color Harmonies of #EA807E
Complementary color
Monochromatic Colors of #EA807E
Black with #EA807E
Text Example
Text Example
White with #EA807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA807E; }
p { color: rgb(234,128,126); }
H1.HeaderClassName
{
color: #EA807E;
}
.AnyTagClassName
{
color: #EA807E;
}
</style>
background-color css
<style>
a { background-color: #EA807E; }
a { background-color: rgb(234,128,126); }
div.DivClassName
{
background-color: #EA807E;
}
.BgClassName
{
background-color: #EA807E;
}
</style>
border-color css
<style>
span { border-color: #EA807E; }
span { border-color: rgb(234,128,126); }
td.TdClassName
{
border-color: #EA807E;
}
.TagClassName
{
border-color: #EA807E;
}
</style>