Shades of Wewak #EF98A0
Tints of Wewak #EF98A0
RGB
CMYK
RGB Variations
Color information
#EF98A0 (or 0xEF98A0) is known color: Wewak. HEX triplet: EF, 98 and A0. RGB value is (239,152,160). Sum of RGB (Red+Green+Blue) = 239+152+160=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF98A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF98A0 is #10675F. Grayscale: #B2B2B2. Windows color (decimal): -1075040 or 10524911. OLE color: 10524911.
HSL color Cylindrical-coordinate representation of color #EF98A0: hue angle of 354.48º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF98A0 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 152 | 160 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.06 |
| HSL | 354.48º | 0.73% | 0.77% | - |
| HSV(B) | 354.48º | 0.36% | 0.94% | - |
| XYZ | 53.17 | 43.35 | 38.82 | - |
| YUV | 178.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 152 | 160 | 0 | 0.36 | 0.33 | 0.06 | 354.48 | 0.73 | 0.77 |
| Hex | EF | 98 | A0 | 0 | 24 | 21 | 6 | 162 | 49 | 4D |
| Octal | 357 | 230 | 240 | 0 | 44 | 41 | 6 | 542 | 111 | 115 |
| Binary | 11101111 | 10011000 | 10100000 | 0 | 100100 | 100001 | 110 | 101100010 | 1001001 | 1001101 |
Color Harmonies of #EF98A0
Complementary color
Monochromatic Colors of #EF98A0
Black with #EF98A0
Text Example
Text Example
White with #EF98A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF98A0; }
p { color: rgb(239,152,160); }
H1.HeaderClassName
{
color: #EF98A0;
}
.AnyTagClassName
{
color: #EF98A0;
}
</style>
background-color css
<style>
a { background-color: #EF98A0; }
a { background-color: rgb(239,152,160); }
div.DivClassName
{
background-color: #EF98A0;
}
.BgClassName
{
background-color: #EF98A0;
}
</style>
border-color css
<style>
span { border-color: #EF98A0; }
span { border-color: rgb(239,152,160); }
td.TdClassName
{
border-color: #EF98A0;
}
.TagClassName
{
border-color: #EF98A0;
}
</style>