Shades of Light Coral #E68581
Tints of Light Coral #E68581
RGB
CMYK
RGB Variations
Color information
#E68581 (or 0xE68581) is known color: Light Coral. HEX triplet: E6, 85 and 81. RGB value is (230,133,129). Sum of RGB (Red+Green+Blue) = 230+133+129=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E68581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68581 is #197A7E. Grayscale: #A1A1A1. Windows color (decimal): -1669759 or 8488422. OLE color: 8488422.
HSL color Cylindrical-coordinate representation of color #E68581: hue angle of 2.38º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68581 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 129 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.10 |
| HSL | 2.38º | 0.67% | 0.7% | - |
| HSV(B) | 2.38º | 0.44% | 0.9% | - |
| XYZ | 44.98 | 35.18 | 25.19 | - |
| YUV | 161.55 | 109.64 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 129 | 0 | 0.42 | 0.44 | 0.10 | 2.38 | 0.67 | 0.7 |
| Hex | E6 | 85 | 81 | 0 | 2A | 2C | A | 2 | 43 | 46 |
| Octal | 346 | 205 | 201 | 0 | 52 | 54 | 12 | 2 | 103 | 106 |
| Binary | 11100110 | 10000101 | 10000001 | 0 | 101010 | 101100 | 1010 | 10 | 1000011 | 1000110 |
Color Harmonies of #E68581
Complementary color
Monochromatic Colors of #E68581
Black with #E68581
Text Example
Text Example
White with #E68581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68581; }
p { color: rgb(230,133,129); }
H1.HeaderClassName
{
color: #E68581;
}
.AnyTagClassName
{
color: #E68581;
}
</style>
background-color css
<style>
a { background-color: #E68581; }
a { background-color: rgb(230,133,129); }
div.DivClassName
{
background-color: #E68581;
}
.BgClassName
{
background-color: #E68581;
}
</style>
border-color css
<style>
span { border-color: #E68581; }
span { border-color: rgb(230,133,129); }
td.TdClassName
{
border-color: #E68581;
}
.TagClassName
{
border-color: #E68581;
}
</style>