Shades of Light Coral #EE8982
Tints of Light Coral #EE8982
RGB
CMYK
RGB Variations
Color information
#EE8982 (or 0xEE8982) is known color: Light Coral. HEX triplet: EE, 89 and 82. RGB value is (238,137,130). Sum of RGB (Red+Green+Blue) = 238+137+130=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 137 (53.91% from 255 or 27.13% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8982 is #11767D. Grayscale: #A6A6A6. Windows color (decimal): -1144446 or 8554990. OLE color: 8554990.
HSL color Cylindrical-coordinate representation of color #EE8982: hue angle of 3.89º 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 #EE8982 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 137 | 130 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.07 |
| HSL | 3.89º | 0.76% | 0.72% | - |
| HSV(B) | 3.89º | 0.45% | 0.93% | - |
| XYZ | 48.23 | 37.68 | 25.85 | - |
| YUV | 166.4 | 107.46 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 137 | 130 | 0 | 0.42 | 0.45 | 0.07 | 3.89 | 0.76 | 0.72 |
| Hex | EE | 89 | 82 | 0 | 2A | 2D | 7 | 4 | 4C | 48 |
| Octal | 356 | 211 | 202 | 0 | 52 | 55 | 7 | 4 | 114 | 110 |
| Binary | 11101110 | 10001001 | 10000010 | 0 | 101010 | 101101 | 111 | 100 | 1001100 | 1001000 |
Color Harmonies of #EE8982
Complementary color
Monochromatic Colors of #EE8982
Black with #EE8982
Text Example
Text Example
White with #EE8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8982; }
p { color: rgb(238,137,130); }
H1.HeaderClassName
{
color: #EE8982;
}
.AnyTagClassName
{
color: #EE8982;
}
</style>
background-color css
<style>
a { background-color: #EE8982; }
a { background-color: rgb(238,137,130); }
div.DivClassName
{
background-color: #EE8982;
}
.BgClassName
{
background-color: #EE8982;
}
</style>
border-color css
<style>
span { border-color: #EE8982; }
span { border-color: rgb(238,137,130); }
td.TdClassName
{
border-color: #EE8982;
}
.TagClassName
{
border-color: #EE8982;
}
</style>