Shades of Wewak #EF9298
Tints of Wewak #EF9298
RGB
CMYK
RGB Variations
Color information
#EF9298 (or 0xEF9298) is known color: Wewak. HEX triplet: EF, 92 and 98. RGB value is (239,146,152). Sum of RGB (Red+Green+Blue) = 239+146+152=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9298 is #106D67. Grayscale: #AEAEAE. Windows color (decimal): -1076584 or 9999087. OLE color: 9999087.
HSL color Cylindrical-coordinate representation of color #EF9298: hue angle of 356.13º 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 #EF9298 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 152 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.06 |
| HSL | 356.13º | 0.74% | 0.75% | - |
| HSV(B) | 356.13º | 0.39% | 0.94% | - |
| XYZ | 51.54 | 41.18 | 34.94 | - |
| YUV | 174.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 152 | 0 | 0.39 | 0.36 | 0.06 | 356.13 | 0.74 | 0.75 |
| Hex | EF | 92 | 98 | 0 | 27 | 24 | 6 | 164 | 4A | 4B |
| Octal | 357 | 222 | 230 | 0 | 47 | 44 | 6 | 544 | 112 | 113 |
| Binary | 11101111 | 10010010 | 10011000 | 0 | 100111 | 100100 | 110 | 101100100 | 1001010 | 1001011 |
Color Harmonies of #EF9298
Complementary color
Monochromatic Colors of #EF9298
Black with #EF9298
Text Example
Text Example
White with #EF9298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9298; }
p { color: rgb(239,146,152); }
H1.HeaderClassName
{
color: #EF9298;
}
.AnyTagClassName
{
color: #EF9298;
}
</style>
background-color css
<style>
a { background-color: #EF9298; }
a { background-color: rgb(239,146,152); }
div.DivClassName
{
background-color: #EF9298;
}
.BgClassName
{
background-color: #EF9298;
}
</style>
border-color css
<style>
span { border-color: #EF9298; }
span { border-color: rgb(239,146,152); }
td.TdClassName
{
border-color: #EF9298;
}
.TagClassName
{
border-color: #EF9298;
}
</style>