Shades of Light Coral #EE8685
Tints of Light Coral #EE8685
RGB
CMYK
RGB Variations
Color information
#EE8685 (or 0xEE8685) is known color: Light Coral. HEX triplet: EE, 86 and 85. RGB value is (238,134,133). Sum of RGB (Red+Green+Blue) = 238+134+133=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8685 is #11797A. Grayscale: #A5A5A5. Windows color (decimal): -1145211 or 8750830. OLE color: 8750830.
HSL color Cylindrical-coordinate representation of color #EE8685: hue angle of 0.57º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE8685 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 134 | 133 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.07 |
| HSL | 0.57º | 0.76% | 0.73% | - |
| HSV(B) | 0.57º | 0.44% | 0.93% | - |
| XYZ | 48.02 | 36.92 | 26.79 | - |
| YUV | 164.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 134 | 133 | 0 | 0.44 | 0.44 | 0.07 | 0.57 | 0.76 | 0.73 |
| Hex | EE | 86 | 85 | 0 | 2C | 2C | 7 | 1 | 4C | 49 |
| Octal | 356 | 206 | 205 | 0 | 54 | 54 | 7 | 1 | 114 | 111 |
| Binary | 11101110 | 10000110 | 10000101 | 0 | 101100 | 101100 | 111 | 1 | 1001100 | 1001001 |
Color Harmonies of #EE8685
Complementary color
Monochromatic Colors of #EE8685
Black with #EE8685
Text Example
Text Example
White with #EE8685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8685; }
p { color: rgb(238,134,133); }
H1.HeaderClassName
{
color: #EE8685;
}
.AnyTagClassName
{
color: #EE8685;
}
</style>
background-color css
<style>
a { background-color: #EE8685; }
a { background-color: rgb(238,134,133); }
div.DivClassName
{
background-color: #EE8685;
}
.BgClassName
{
background-color: #EE8685;
}
</style>
border-color css
<style>
span { border-color: #EE8685; }
span { border-color: rgb(238,134,133); }
td.TdClassName
{
border-color: #EE8685;
}
.TagClassName
{
border-color: #EE8685;
}
</style>