Shades of Light Coral #EE807B
Tints of Light Coral #EE807B
RGB
CMYK
RGB Variations
Color information
#EE807B (or 0xEE807B) is known color: Light Coral. HEX triplet: EE, 80 and 7B. RGB value is (238,128,123). Sum of RGB (Red+Green+Blue) = 238+128+123=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE807B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE807B is #117F84. Grayscale: #A0A0A0. Windows color (decimal): -1146757 or 8093934. OLE color: 8093934.
HSL color Cylindrical-coordinate representation of color #EE807B: hue angle of 2.61º 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 #EE807B is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 123 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.07 |
| HSL | 2.61º | 0.77% | 0.71% | - |
| HSV(B) | 2.61º | 0.48% | 0.93% | - |
| XYZ | 46.55 | 35.05 | 23.05 | - |
| YUV | 160.32 | 106.94 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 123 | 0 | 0.46 | 0.48 | 0.07 | 2.61 | 0.77 | 0.71 |
| Hex | EE | 80 | 7B | 0 | 2E | 30 | 7 | 3 | 4D | 47 |
| Octal | 356 | 200 | 173 | 0 | 56 | 60 | 7 | 3 | 115 | 107 |
| Binary | 11101110 | 10000000 | 1111011 | 0 | 101110 | 110000 | 111 | 11 | 1001101 | 1000111 |
Color Harmonies of #EE807B
Complementary color
Monochromatic Colors of #EE807B
Black with #EE807B
Text Example
Text Example
White with #EE807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE807B; }
p { color: rgb(238,128,123); }
H1.HeaderClassName
{
color: #EE807B;
}
.AnyTagClassName
{
color: #EE807B;
}
</style>
background-color css
<style>
a { background-color: #EE807B; }
a { background-color: rgb(238,128,123); }
div.DivClassName
{
background-color: #EE807B;
}
.BgClassName
{
background-color: #EE807B;
}
</style>
border-color css
<style>
span { border-color: #EE807B; }
span { border-color: rgb(238,128,123); }
td.TdClassName
{
border-color: #EE807B;
}
.TagClassName
{
border-color: #EE807B;
}
</style>