Shades of Light Coral #EE7E7A
Tints of Light Coral #EE7E7A
RGB
CMYK
RGB Variations
Color information
#EE7E7A (or 0xEE7E7A) is known color: Light Coral. HEX triplet: EE, 7E and 7A. RGB value is (238,126,122). Sum of RGB (Red+Green+Blue) = 238+126+122=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7E7A is #118185. Grayscale: #9F9F9F. Windows color (decimal): -1147270 or 8027886. OLE color: 8027886.
HSL color Cylindrical-coordinate representation of color #EE7E7A: hue angle of 2.07º 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 #EE7E7A is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 126 | 122 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.07 |
| HSL | 2.07º | 0.77% | 0.71% | - |
| HSV(B) | 2.07º | 0.49% | 0.93% | - |
| XYZ | 46.23 | 34.5 | 22.64 | - |
| YUV | 159.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 122 | 0 | 0.47 | 0.49 | 0.07 | 2.07 | 0.77 | 0.71 |
| Hex | EE | 7E | 7A | 0 | 2F | 31 | 7 | 2 | 4D | 47 |
| Octal | 356 | 176 | 172 | 0 | 57 | 61 | 7 | 2 | 115 | 107 |
| Binary | 11101110 | 1111110 | 1111010 | 0 | 101111 | 110001 | 111 | 10 | 1001101 | 1000111 |
Color Harmonies of #EE7E7A
Complementary color
Monochromatic Colors of #EE7E7A
Black with #EE7E7A
Text Example
Text Example
White with #EE7E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7E7A; }
p { color: rgb(238,126,122); }
H1.HeaderClassName
{
color: #EE7E7A;
}
.AnyTagClassName
{
color: #EE7E7A;
}
</style>
background-color css
<style>
a { background-color: #EE7E7A; }
a { background-color: rgb(238,126,122); }
div.DivClassName
{
background-color: #EE7E7A;
}
.BgClassName
{
background-color: #EE7E7A;
}
</style>
border-color css
<style>
span { border-color: #EE7E7A; }
span { border-color: rgb(238,126,122); }
td.TdClassName
{
border-color: #EE7E7A;
}
.TagClassName
{
border-color: #EE7E7A;
}
</style>