Shades of Light Coral #EE7F7F
Tints of Light Coral #EE7F7F
RGB
CMYK
RGB Variations
Color information
#EE7F7F (or 0xEE7F7F) is known color: Light Coral. HEX triplet: EE, 7F and 7F. RGB value is (238,127,127). Sum of RGB (Red+Green+Blue) = 238+127+127=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7F7F is #118080. Grayscale: #A0A0A0. Windows color (decimal): -1147009 or 8355822. OLE color: 8355822.
HSL color Cylindrical-coordinate representation of color #EE7F7F: hue angle of 0º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7F7F is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 127 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.07 |
| HSL | 0º | 0.77% | 0.72% | - |
| HSV(B) | 0º | 0.47% | 0.93% | - |
| XYZ | 46.68 | 34.89 | 24.35 | - |
| YUV | 160.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 127 | 0 | 0.47 | 0.47 | 0.07 | 0 | 0.77 | 0.72 |
| Hex | EE | 7F | 7F | 0 | 2F | 2F | 7 | 0 | 4D | 48 |
| Octal | 356 | 177 | 177 | 0 | 57 | 57 | 7 | 0 | 115 | 110 |
| Binary | 11101110 | 1111111 | 1111111 | 0 | 101111 | 101111 | 111 | 0 | 1001101 | 1001000 |
Color Harmonies of #EE7F7F
Complementary color
Monochromatic Colors of #EE7F7F
Black with #EE7F7F
Text Example
Text Example
White with #EE7F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7F7F; }
p { color: rgb(238,127,127); }
H1.HeaderClassName
{
color: #EE7F7F;
}
.AnyTagClassName
{
color: #EE7F7F;
}
</style>
background-color css
<style>
a { background-color: #EE7F7F; }
a { background-color: rgb(238,127,127); }
div.DivClassName
{
background-color: #EE7F7F;
}
.BgClassName
{
background-color: #EE7F7F;
}
</style>
border-color css
<style>
span { border-color: #EE7F7F; }
span { border-color: rgb(238,127,127); }
td.TdClassName
{
border-color: #EE7F7F;
}
.TagClassName
{
border-color: #EE7F7F;
}
</style>