Shades of Wewak #EF929E
Tints of Wewak #EF929E
RGB
CMYK
RGB Variations
Color information
#EF929E (or 0xEF929E) is known color: Wewak. HEX triplet: EF, 92 and 9E. RGB value is (239,146,158). Sum of RGB (Red+Green+Blue) = 239+146+158=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF929E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF929E is #106D61. Grayscale: #AFAFAF. Windows color (decimal): -1076578 or 10392303. OLE color: 10392303.
HSL color Cylindrical-coordinate representation of color #EF929E: hue angle of 352.26º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF929E is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 158 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.06 |
| HSL | 352.26º | 0.74% | 0.75% | - |
| HSV(B) | 352.26º | 0.39% | 0.94% | - |
| XYZ | 52.05 | 41.38 | 37.59 | - |
| YUV | 175.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 158 | 0 | 0.39 | 0.34 | 0.06 | 352.26 | 0.74 | 0.75 |
| Hex | EF | 92 | 9E | 0 | 27 | 22 | 6 | 160 | 4A | 4B |
| Octal | 357 | 222 | 236 | 0 | 47 | 42 | 6 | 540 | 112 | 113 |
| Binary | 11101111 | 10010010 | 10011110 | 0 | 100111 | 100010 | 110 | 101100000 | 1001010 | 1001011 |
Color Harmonies of #EF929E
Complementary color
Monochromatic Colors of #EF929E
Black with #EF929E
Text Example
Text Example
White with #EF929E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF929E; }
p { color: rgb(239,146,158); }
H1.HeaderClassName
{
color: #EF929E;
}
.AnyTagClassName
{
color: #EF929E;
}
</style>
background-color css
<style>
a { background-color: #EF929E; }
a { background-color: rgb(239,146,158); }
div.DivClassName
{
background-color: #EF929E;
}
.BgClassName
{
background-color: #EF929E;
}
</style>
border-color css
<style>
span { border-color: #EF929E; }
span { border-color: rgb(239,146,158); }
td.TdClassName
{
border-color: #EF929E;
}
.TagClassName
{
border-color: #EF929E;
}
</style>