Shades of Light Coral #EE827A
Tints of Light Coral #EE827A
RGB
CMYK
RGB Variations
Color information
#EE827A (or 0xEE827A) is known color: Light Coral. HEX triplet: EE, 82 and 7A. RGB value is (238,130,122). Sum of RGB (Red+Green+Blue) = 238+130+122=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE827A is #117D85. Grayscale: #A1A1A1. Windows color (decimal): -1146246 or 8028910. OLE color: 8028910.
HSL color Cylindrical-coordinate representation of color #EE827A: hue angle of 4.14º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE827A is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 122 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.07 |
| HSL | 4.14º | 0.77% | 0.71% | - |
| HSV(B) | 4.14º | 0.49% | 0.93% | - |
| XYZ | 46.76 | 35.55 | 22.81 | - |
| YUV | 161.38 | 105.78 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 122 | 0 | 0.45 | 0.49 | 0.07 | 4.14 | 0.77 | 0.71 |
| Hex | EE | 82 | 7A | 0 | 2D | 31 | 7 | 4 | 4D | 47 |
| Octal | 356 | 202 | 172 | 0 | 55 | 61 | 7 | 4 | 115 | 107 |
| Binary | 11101110 | 10000010 | 1111010 | 0 | 101101 | 110001 | 111 | 100 | 1001101 | 1000111 |
Color Harmonies of #EE827A
Complementary color
Monochromatic Colors of #EE827A
Black with #EE827A
Text Example
Text Example
White with #EE827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE827A; }
p { color: rgb(238,130,122); }
H1.HeaderClassName
{
color: #EE827A;
}
.AnyTagClassName
{
color: #EE827A;
}
</style>
background-color css
<style>
a { background-color: #EE827A; }
a { background-color: rgb(238,130,122); }
div.DivClassName
{
background-color: #EE827A;
}
.BgClassName
{
background-color: #EE827A;
}
</style>
border-color css
<style>
span { border-color: #EE827A; }
span { border-color: rgb(238,130,122); }
td.TdClassName
{
border-color: #EE827A;
}
.TagClassName
{
border-color: #EE827A;
}
</style>