Shades of Light Coral #EE8482
Tints of Light Coral #EE8482
RGB
CMYK
RGB Variations
Color information
#EE8482 (or 0xEE8482) is known color: Light Coral. HEX triplet: EE, 84 and 82. RGB value is (238,132,130). Sum of RGB (Red+Green+Blue) = 238+132+130=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8482 is #117B7D. Grayscale: #A3A3A3. Windows color (decimal): -1145726 or 8553710. OLE color: 8553710.
HSL color Cylindrical-coordinate representation of color #EE8482: hue angle of 1.11º 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 #EE8482 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 130 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.07 |
| HSL | 1.11º | 0.76% | 0.72% | - |
| HSV(B) | 1.11º | 0.45% | 0.93% | - |
| XYZ | 47.54 | 36.29 | 25.62 | - |
| YUV | 163.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 130 | 0 | 0.45 | 0.45 | 0.07 | 1.11 | 0.76 | 0.72 |
| Hex | EE | 84 | 82 | 0 | 2D | 2D | 7 | 1 | 4C | 48 |
| Octal | 356 | 204 | 202 | 0 | 55 | 55 | 7 | 1 | 114 | 110 |
| Binary | 11101110 | 10000100 | 10000010 | 0 | 101101 | 101101 | 111 | 1 | 1001100 | 1001000 |
Color Harmonies of #EE8482
Complementary color
Monochromatic Colors of #EE8482
Black with #EE8482
Text Example
Text Example
White with #EE8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8482; }
p { color: rgb(238,132,130); }
H1.HeaderClassName
{
color: #EE8482;
}
.AnyTagClassName
{
color: #EE8482;
}
</style>
background-color css
<style>
a { background-color: #EE8482; }
a { background-color: rgb(238,132,130); }
div.DivClassName
{
background-color: #EE8482;
}
.BgClassName
{
background-color: #EE8482;
}
</style>
border-color css
<style>
span { border-color: #EE8482; }
span { border-color: rgb(238,132,130); }
td.TdClassName
{
border-color: #EE8482;
}
.TagClassName
{
border-color: #EE8482;
}
</style>