Shades of Wewak #EF8A8F
Tints of Wewak #EF8A8F
RGB
CMYK
RGB Variations
Color information
#EF8A8F (or 0xEF8A8F) is known color: Wewak. HEX triplet: EF, 8A and 8F. RGB value is (239,138,143). Sum of RGB (Red+Green+Blue) = 239+138+143=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8A8F is #107570. Grayscale: #A8A8A8. Windows color (decimal): -1078641 or 9407215. OLE color: 9407215.
HSL color Cylindrical-coordinate representation of color #EF8A8F: hue angle of 357.03º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8A8F is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 143 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.06 |
| HSL | 357.03º | 0.76% | 0.74% | - |
| HSV(B) | 357.03º | 0.42% | 0.94% | - |
| XYZ | 49.64 | 38.51 | 30.8 | - |
| YUV | 168.77 | 113.46 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 143 | 0 | 0.42 | 0.40 | 0.06 | 357.03 | 0.76 | 0.74 |
| Hex | EF | 8A | 8F | 0 | 2A | 28 | 6 | 165 | 4C | 4A |
| Octal | 357 | 212 | 217 | 0 | 52 | 50 | 6 | 545 | 114 | 112 |
| Binary | 11101111 | 10001010 | 10001111 | 0 | 101010 | 101000 | 110 | 101100101 | 1001100 | 1001010 |
Color Harmonies of #EF8A8F
Complementary color
Monochromatic Colors of #EF8A8F
Black with #EF8A8F
Text Example
Text Example
White with #EF8A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8A8F; }
p { color: rgb(239,138,143); }
H1.HeaderClassName
{
color: #EF8A8F;
}
.AnyTagClassName
{
color: #EF8A8F;
}
</style>
background-color css
<style>
a { background-color: #EF8A8F; }
a { background-color: rgb(239,138,143); }
div.DivClassName
{
background-color: #EF8A8F;
}
.BgClassName
{
background-color: #EF8A8F;
}
</style>
border-color css
<style>
span { border-color: #EF8A8F; }
span { border-color: rgb(239,138,143); }
td.TdClassName
{
border-color: #EF8A8F;
}
.TagClassName
{
border-color: #EF8A8F;
}
</style>