Shades of Light Coral #EE8582
Tints of Light Coral #EE8582
RGB
CMYK
RGB Variations
Color information
#EE8582 (or 0xEE8582) is known color: Light Coral. HEX triplet: EE, 85 and 82. RGB value is (238,133,130). Sum of RGB (Red+Green+Blue) = 238+133+130=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8582 is #117A7D. Grayscale: #A4A4A4. Windows color (decimal): -1145470 or 8553966. OLE color: 8553966.
HSL color Cylindrical-coordinate representation of color #EE8582: hue angle of 1.67º 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 #EE8582 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 133 | 130 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.07 |
| HSL | 1.67º | 0.76% | 0.72% | - |
| HSV(B) | 1.67º | 0.45% | 0.93% | - |
| XYZ | 47.68 | 36.56 | 25.66 | - |
| YUV | 164.05 | 108.79 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 133 | 130 | 0 | 0.44 | 0.45 | 0.07 | 1.67 | 0.76 | 0.72 |
| Hex | EE | 85 | 82 | 0 | 2C | 2D | 7 | 2 | 4C | 48 |
| Octal | 356 | 205 | 202 | 0 | 54 | 55 | 7 | 2 | 114 | 110 |
| Binary | 11101110 | 10000101 | 10000010 | 0 | 101100 | 101101 | 111 | 10 | 1001100 | 1001000 |
Color Harmonies of #EE8582
Complementary color
Monochromatic Colors of #EE8582
Black with #EE8582
Text Example
Text Example
White with #EE8582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8582; }
p { color: rgb(238,133,130); }
H1.HeaderClassName
{
color: #EE8582;
}
.AnyTagClassName
{
color: #EE8582;
}
</style>
background-color css
<style>
a { background-color: #EE8582; }
a { background-color: rgb(238,133,130); }
div.DivClassName
{
background-color: #EE8582;
}
.BgClassName
{
background-color: #EE8582;
}
</style>
border-color css
<style>
span { border-color: #EE8582; }
span { border-color: rgb(238,133,130); }
td.TdClassName
{
border-color: #EE8582;
}
.TagClassName
{
border-color: #EE8582;
}
</style>