Shades of Light Coral #EF8885
Tints of Light Coral #EF8885
RGB
CMYK
RGB Variations
Color information
#EF8885 (or 0xEF8885) is known color: Light Coral. HEX triplet: EF, 88 and 85. RGB value is (239,136,133). Sum of RGB (Red+Green+Blue) = 239+136+133=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8885 is #10777A. Grayscale: #A6A6A6. Windows color (decimal): -1079163 or 8751343. OLE color: 8751343.
HSL color Cylindrical-coordinate representation of color #EF8885: hue angle of 1.7º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EF8885 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 133 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.06 |
| HSL | 1.7º | 0.77% | 0.73% | - |
| HSV(B) | 1.7º | 0.44% | 0.94% | - |
| XYZ | 48.63 | 37.65 | 26.89 | - |
| YUV | 166.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 133 | 0 | 0.43 | 0.44 | 0.06 | 1.7 | 0.77 | 0.73 |
| Hex | EF | 88 | 85 | 0 | 2B | 2C | 6 | 2 | 4D | 49 |
| Octal | 357 | 210 | 205 | 0 | 53 | 54 | 6 | 2 | 115 | 111 |
| Binary | 11101111 | 10001000 | 10000101 | 0 | 101011 | 101100 | 110 | 10 | 1001101 | 1001001 |
Color Harmonies of #EF8885
Complementary color
Monochromatic Colors of #EF8885
Black with #EF8885
Text Example
Text Example
White with #EF8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8885; }
p { color: rgb(239,136,133); }
H1.HeaderClassName
{
color: #EF8885;
}
.AnyTagClassName
{
color: #EF8885;
}
</style>
background-color css
<style>
a { background-color: #EF8885; }
a { background-color: rgb(239,136,133); }
div.DivClassName
{
background-color: #EF8885;
}
.BgClassName
{
background-color: #EF8885;
}
</style>
border-color css
<style>
span { border-color: #EF8885; }
span { border-color: rgb(239,136,133); }
td.TdClassName
{
border-color: #EF8885;
}
.TagClassName
{
border-color: #EF8885;
}
</style>