Shades of Wewak #EF9EA1
Tints of Wewak #EF9EA1
RGB
CMYK
RGB Variations
Color information
#EF9EA1 (or 0xEF9EA1) is known color: Wewak. HEX triplet: EF, 9E and A1. RGB value is (239,158,161). Sum of RGB (Red+Green+Blue) = 239+158+161=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 161 (63.28% from 255 or 28.85% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9EA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9EA1 is #10615E. Grayscale: #B6B6B6. Windows color (decimal): -1073503 or 10591983. OLE color: 10591983.
HSL color Cylindrical-coordinate representation of color #EF9EA1: hue angle of 357.78º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9EA1 is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 158 | 161 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.06 |
| HSL | 357.78º | 0.72% | 0.78% | - |
| HSV(B) | 357.78º | 0.34% | 0.94% | - |
| XYZ | 54.26 | 45.38 | 39.62 | - |
| YUV | 182.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 158 | 161 | 0 | 0.34 | 0.33 | 0.06 | 357.78 | 0.72 | 0.78 |
| Hex | EF | 9E | A1 | 0 | 22 | 21 | 6 | 166 | 48 | 4E |
| Octal | 357 | 236 | 241 | 0 | 42 | 41 | 6 | 546 | 110 | 116 |
| Binary | 11101111 | 10011110 | 10100001 | 0 | 100010 | 100001 | 110 | 101100110 | 1001000 | 1001110 |
Color Harmonies of #EF9EA1
Complementary color
Monochromatic Colors of #EF9EA1
Black with #EF9EA1
Text Example
Text Example
White with #EF9EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9EA1; }
p { color: rgb(239,158,161); }
H1.HeaderClassName
{
color: #EF9EA1;
}
.AnyTagClassName
{
color: #EF9EA1;
}
</style>
background-color css
<style>
a { background-color: #EF9EA1; }
a { background-color: rgb(239,158,161); }
div.DivClassName
{
background-color: #EF9EA1;
}
.BgClassName
{
background-color: #EF9EA1;
}
</style>
border-color css
<style>
span { border-color: #EF9EA1; }
span { border-color: rgb(239,158,161); }
td.TdClassName
{
border-color: #EF9EA1;
}
.TagClassName
{
border-color: #EF9EA1;
}
</style>