Shades of Wewak #EF8A8D
Tints of Wewak #EF8A8D
RGB
CMYK
RGB Variations
Color information
#EF8A8D (or 0xEF8A8D) is known color: Wewak. HEX triplet: EF, 8A and 8D. RGB value is (239,138,141). Sum of RGB (Red+Green+Blue) = 239+138+141=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8A8D is #107572. Grayscale: #A8A8A8. Windows color (decimal): -1078643 or 9276143. OLE color: 9276143.
HSL color Cylindrical-coordinate representation of color #EF8A8D: hue angle of 358.22º 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 #EF8A8D is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 138 | 141 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.06 |
| HSL | 358.22º | 0.76% | 0.74% | - |
| HSV(B) | 358.22º | 0.42% | 0.94% | - |
| XYZ | 49.49 | 38.45 | 30.01 | - |
| YUV | 168.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 138 | 141 | 0 | 0.42 | 0.41 | 0.06 | 358.22 | 0.76 | 0.74 |
| Hex | EF | 8A | 8D | 0 | 2A | 29 | 6 | 166 | 4C | 4A |
| Octal | 357 | 212 | 215 | 0 | 52 | 51 | 6 | 546 | 114 | 112 |
| Binary | 11101111 | 10001010 | 10001101 | 0 | 101010 | 101001 | 110 | 101100110 | 1001100 | 1001010 |
Color Harmonies of #EF8A8D
Complementary color
Monochromatic Colors of #EF8A8D
Black with #EF8A8D
Text Example
Text Example
White with #EF8A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8A8D; }
p { color: rgb(239,138,141); }
H1.HeaderClassName
{
color: #EF8A8D;
}
.AnyTagClassName
{
color: #EF8A8D;
}
</style>
background-color css
<style>
a { background-color: #EF8A8D; }
a { background-color: rgb(239,138,141); }
div.DivClassName
{
background-color: #EF8A8D;
}
.BgClassName
{
background-color: #EF8A8D;
}
</style>
border-color css
<style>
span { border-color: #EF8A8D; }
span { border-color: rgb(239,138,141); }
td.TdClassName
{
border-color: #EF8A8D;
}
.TagClassName
{
border-color: #EF8A8D;
}
</style>