Shades of Wewak #EF929B
Tints of Wewak #EF929B
RGB
CMYK
RGB Variations
Color information
#EF929B (or 0xEF929B) is known color: Wewak. HEX triplet: EF, 92 and 9B. RGB value is (239,146,155). Sum of RGB (Red+Green+Blue) = 239+146+155=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF929B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF929B is #106D64. Grayscale: #AEAEAE. Windows color (decimal): -1076581 or 10195695. OLE color: 10195695.
HSL color Cylindrical-coordinate representation of color #EF929B: hue angle of 354.19º 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 #EF929B is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 155 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.06 |
| HSL | 354.19º | 0.74% | 0.75% | - |
| HSV(B) | 354.19º | 0.39% | 0.94% | - |
| XYZ | 51.79 | 41.28 | 36.25 | - |
| YUV | 174.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 155 | 0 | 0.39 | 0.35 | 0.06 | 354.19 | 0.74 | 0.75 |
| Hex | EF | 92 | 9B | 0 | 27 | 23 | 6 | 162 | 4A | 4B |
| Octal | 357 | 222 | 233 | 0 | 47 | 43 | 6 | 542 | 112 | 113 |
| Binary | 11101111 | 10010010 | 10011011 | 0 | 100111 | 100011 | 110 | 101100010 | 1001010 | 1001011 |
Color Harmonies of #EF929B
Complementary color
Monochromatic Colors of #EF929B
Black with #EF929B
Text Example
Text Example
White with #EF929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF929B; }
p { color: rgb(239,146,155); }
H1.HeaderClassName
{
color: #EF929B;
}
.AnyTagClassName
{
color: #EF929B;
}
</style>
background-color css
<style>
a { background-color: #EF929B; }
a { background-color: rgb(239,146,155); }
div.DivClassName
{
background-color: #EF929B;
}
.BgClassName
{
background-color: #EF929B;
}
</style>
border-color css
<style>
span { border-color: #EF929B; }
span { border-color: rgb(239,146,155); }
td.TdClassName
{
border-color: #EF929B;
}
.TagClassName
{
border-color: #EF929B;
}
</style>