Shades of Wewak #EFA2A8
Tints of Wewak #EFA2A8
RGB
CMYK
RGB Variations
Color information
#EFA2A8 (or 0xEFA2A8) is known color: Wewak. HEX triplet: EF, A2 and A8. RGB value is (239,162,168). Sum of RGB (Red+Green+Blue) = 239+162+168=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA2A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA2A8 is #105D57. Grayscale: #B9B9B9. Windows color (decimal): -1072472 or 11051759. OLE color: 11051759.
HSL color Cylindrical-coordinate representation of color #EFA2A8: hue angle of 355.32º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFA2A8 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 162 | 168 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.06 |
| HSL | 355.32º | 0.71% | 0.79% | - |
| HSV(B) | 355.32º | 0.32% | 0.94% | - |
| XYZ | 55.58 | 47.02 | 43.19 | - |
| YUV | 185.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 162 | 168 | 0 | 0.32 | 0.30 | 0.06 | 355.32 | 0.71 | 0.79 |
| Hex | EF | A2 | A8 | 0 | 20 | 1E | 6 | 163 | 47 | 4F |
| Octal | 357 | 242 | 250 | 0 | 40 | 36 | 6 | 543 | 107 | 117 |
| Binary | 11101111 | 10100010 | 10101000 | 0 | 100000 | 11110 | 110 | 101100011 | 1000111 | 1001111 |
Color Harmonies of #EFA2A8
Complementary color
Monochromatic Colors of #EFA2A8
Black with #EFA2A8
Text Example
Text Example
White with #EFA2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA2A8; }
p { color: rgb(239,162,168); }
H1.HeaderClassName
{
color: #EFA2A8;
}
.AnyTagClassName
{
color: #EFA2A8;
}
</style>
background-color css
<style>
a { background-color: #EFA2A8; }
a { background-color: rgb(239,162,168); }
div.DivClassName
{
background-color: #EFA2A8;
}
.BgClassName
{
background-color: #EFA2A8;
}
</style>
border-color css
<style>
span { border-color: #EFA2A8; }
span { border-color: rgb(239,162,168); }
td.TdClassName
{
border-color: #EFA2A8;
}
.TagClassName
{
border-color: #EFA2A8;
}
</style>