Shades of Light Coral #E68483
Tints of Light Coral #E68483
RGB
CMYK
RGB Variations
Color information
#E68483 (or 0xE68483) is known color: Light Coral. HEX triplet: E6, 84 and 83. RGB value is (230,132,131). Sum of RGB (Red+Green+Blue) = 230+132+131=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E68483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68483 is #197B7C. Grayscale: #A1A1A1. Windows color (decimal): -1670013 or 8619238. OLE color: 8619238.
HSL color Cylindrical-coordinate representation of color #E68483: hue angle of 0.61º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E68483 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 132 | 131 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.10 |
| HSL | 0.61º | 0.66% | 0.71% | - |
| HSV(B) | 0.61º | 0.43% | 0.9% | - |
| XYZ | 44.98 | 34.96 | 25.85 | - |
| YUV | 161.19 | 110.97 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 132 | 131 | 0 | 0.43 | 0.43 | 0.10 | 0.61 | 0.66 | 0.71 |
| Hex | E6 | 84 | 83 | 0 | 2B | 2B | A | 1 | 42 | 47 |
| Octal | 346 | 204 | 203 | 0 | 53 | 53 | 12 | 1 | 102 | 107 |
| Binary | 11100110 | 10000100 | 10000011 | 0 | 101011 | 101011 | 1010 | 1 | 1000010 | 1000111 |
Color Harmonies of #E68483
Complementary color
Monochromatic Colors of #E68483
Black with #E68483
Text Example
Text Example
White with #E68483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68483; }
p { color: rgb(230,132,131); }
H1.HeaderClassName
{
color: #E68483;
}
.AnyTagClassName
{
color: #E68483;
}
</style>
background-color css
<style>
a { background-color: #E68483; }
a { background-color: rgb(230,132,131); }
div.DivClassName
{
background-color: #E68483;
}
.BgClassName
{
background-color: #E68483;
}
</style>
border-color css
<style>
span { border-color: #E68483; }
span { border-color: rgb(230,132,131); }
td.TdClassName
{
border-color: #E68483;
}
.TagClassName
{
border-color: #E68483;
}
</style>