Shades of Light Coral #EF807B
Tints of Light Coral #EF807B
RGB
CMYK
RGB Variations
Color information
#EF807B (or 0xEF807B) is known color: Light Coral. HEX triplet: EF, 80 and 7B. RGB value is (239,128,123). Sum of RGB (Red+Green+Blue) = 239+128+123=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EF807B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF807B is #107F84. Grayscale: #A0A0A0. Windows color (decimal): -1081221 or 8093935. OLE color: 8093935.
HSL color Cylindrical-coordinate representation of color #EF807B: hue angle of 2.59º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF807B is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 128 | 123 | - |
CMYK | 0 | 0.46 | 0.49 | 0.06 |
HSL | 2.59º | 0.78% | 0.71% | - |
HSV(B) | 2.59º | 0.49% | 0.94% | - |
XYZ | 46.89 | 35.22 | 23.07 | - |
YUV | 160.62 | 106.77 | 183.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 128 | 123 | 0 | 0.46 | 0.49 | 0.06 | 2.59 | 0.78 | 0.71 |
Hex | EF | 80 | 7B | 0 | 2E | 31 | 6 | 3 | 4E | 47 |
Octal | 357 | 200 | 173 | 0 | 56 | 61 | 6 | 3 | 116 | 107 |
Binary | 11101111 | 10000000 | 1111011 | 0 | 101110 | 110001 | 110 | 11 | 1001110 | 1000111 |
Color Harmonies of #EF807B
Complementary color
Monochromatic Colors of #EF807B
Black with #EF807B
Text Example
Text Example
White with #EF807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF807B; }
p { color: rgb(239,128,123); }
H1.HeaderClassName
{
color: #EF807B;
}
.AnyTagClassName
{
color: #EF807B;
}
</style>
background-color css
<style>
a { background-color: #EF807B; }
a { background-color: rgb(239,128,123); }
div.DivClassName
{
background-color: #EF807B;
}
.BgClassName
{
background-color: #EF807B;
}
</style>
border-color css
<style>
span { border-color: #EF807B; }
span { border-color: rgb(239,128,123); }
td.TdClassName
{
border-color: #EF807B;
}
.TagClassName
{
border-color: #EF807B;
}
</style>