Shades of Wewak #EA979F
Tints of Wewak #EA979F
RGB
CMYK
RGB Variations
Color information
#EA979F (or 0xEA979F) is known color: Wewak. HEX triplet: EA, 97 and 9F. RGB value is (234,151,159). Sum of RGB (Red+Green+Blue) = 234+151+159=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA979F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA979F is #156860. Grayscale: #B0B0B0. Windows color (decimal): -1402977 or 10459114. OLE color: 10459114.
HSL color Cylindrical-coordinate representation of color #EA979F: hue angle of 354.22º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA979F is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 159 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.08 |
| HSL | 354.22º | 0.66% | 0.75% | - |
| HSV(B) | 354.22º | 0.35% | 0.92% | - |
| XYZ | 51.26 | 42.13 | 38.23 | - |
| YUV | 176.73 | 118 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 159 | 0 | 0.35 | 0.32 | 0.08 | 354.22 | 0.66 | 0.75 |
| Hex | EA | 97 | 9F | 0 | 23 | 20 | 8 | 162 | 42 | 4B |
| Octal | 352 | 227 | 237 | 0 | 43 | 40 | 10 | 542 | 102 | 113 |
| Binary | 11101010 | 10010111 | 10011111 | 0 | 100011 | 100000 | 1000 | 101100010 | 1000010 | 1001011 |
Color Harmonies of #EA979F
Complementary color
Monochromatic Colors of #EA979F
Black with #EA979F
Text Example
Text Example
White with #EA979F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA979F; }
p { color: rgb(234,151,159); }
H1.HeaderClassName
{
color: #EA979F;
}
.AnyTagClassName
{
color: #EA979F;
}
</style>
background-color css
<style>
a { background-color: #EA979F; }
a { background-color: rgb(234,151,159); }
div.DivClassName
{
background-color: #EA979F;
}
.BgClassName
{
background-color: #EA979F;
}
</style>
border-color css
<style>
span { border-color: #EA979F; }
span { border-color: rgb(234,151,159); }
td.TdClassName
{
border-color: #EA979F;
}
.TagClassName
{
border-color: #EA979F;
}
</style>