Shades of Light Coral #EE7D7B
Tints of Light Coral #EE7D7B
RGB
CMYK
RGB Variations
Color information
#EE7D7B (or 0xEE7D7B) is known color: Light Coral. HEX triplet: EE, 7D and 7B. RGB value is (238,125,123). Sum of RGB (Red+Green+Blue) = 238+125+123=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7D7B is #118284. Grayscale: #9E9E9E. Windows color (decimal): -1147525 or 8093166. OLE color: 8093166.
HSL color Cylindrical-coordinate representation of color #EE7D7B: hue angle of 1.04º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7D7B is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 125 | 123 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.07 |
| HSL | 1.04º | 0.77% | 0.71% | - |
| HSV(B) | 1.04º | 0.48% | 0.93% | - |
| XYZ | 46.17 | 34.27 | 22.92 | - |
| YUV | 158.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 125 | 123 | 0 | 0.47 | 0.48 | 0.07 | 1.04 | 0.77 | 0.71 |
| Hex | EE | 7D | 7B | 0 | 2F | 30 | 7 | 1 | 4D | 47 |
| Octal | 356 | 175 | 173 | 0 | 57 | 60 | 7 | 1 | 115 | 107 |
| Binary | 11101110 | 1111101 | 1111011 | 0 | 101111 | 110000 | 111 | 1 | 1001101 | 1000111 |
Color Harmonies of #EE7D7B
Complementary color
Monochromatic Colors of #EE7D7B
Black with #EE7D7B
Text Example
Text Example
White with #EE7D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7D7B; }
p { color: rgb(238,125,123); }
H1.HeaderClassName
{
color: #EE7D7B;
}
.AnyTagClassName
{
color: #EE7D7B;
}
</style>
background-color css
<style>
a { background-color: #EE7D7B; }
a { background-color: rgb(238,125,123); }
div.DivClassName
{
background-color: #EE7D7B;
}
.BgClassName
{
background-color: #EE7D7B;
}
</style>
border-color css
<style>
span { border-color: #EE7D7B; }
span { border-color: rgb(238,125,123); }
td.TdClassName
{
border-color: #EE7D7B;
}
.TagClassName
{
border-color: #EE7D7B;
}
</style>