Shades of Light Coral #EE8682
Tints of Light Coral #EE8682
RGB
CMYK
RGB Variations
Color information
#EE8682 (or 0xEE8682) is known color: Light Coral. HEX triplet: EE, 86 and 82. RGB value is (238,134,130). Sum of RGB (Red+Green+Blue) = 238+134+130=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8682 is #11797D. Grayscale: #A4A4A4. Windows color (decimal): -1145214 or 8554222. OLE color: 8554222.
HSL color Cylindrical-coordinate representation of color #EE8682: hue angle of 2.22º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8682 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 130 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.07 |
| HSL | 2.22º | 0.76% | 0.72% | - |
| HSV(B) | 2.22º | 0.45% | 0.93% | - |
| XYZ | 47.81 | 36.84 | 25.71 | - |
| YUV | 164.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 130 | 0 | 0.44 | 0.45 | 0.07 | 2.22 | 0.76 | 0.72 |
| Hex | EE | 86 | 82 | 0 | 2C | 2D | 7 | 2 | 4C | 48 |
| Octal | 356 | 206 | 202 | 0 | 54 | 55 | 7 | 2 | 114 | 110 |
| Binary | 11101110 | 10000110 | 10000010 | 0 | 101100 | 101101 | 111 | 10 | 1001100 | 1001000 |
Color Harmonies of #EE8682
Complementary color
Monochromatic Colors of #EE8682
Black with #EE8682
Text Example
Text Example
White with #EE8682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8682; }
p { color: rgb(238,134,130); }
H1.HeaderClassName
{
color: #EE8682;
}
.AnyTagClassName
{
color: #EE8682;
}
</style>
background-color css
<style>
a { background-color: #EE8682; }
a { background-color: rgb(238,134,130); }
div.DivClassName
{
background-color: #EE8682;
}
.BgClassName
{
background-color: #EE8682;
}
</style>
border-color css
<style>
span { border-color: #EE8682; }
span { border-color: rgb(238,134,130); }
td.TdClassName
{
border-color: #EE8682;
}
.TagClassName
{
border-color: #EE8682;
}
</style>