Shades of Wewak #EA9A9E
Tints of Wewak #EA9A9E
RGB
CMYK
RGB Variations
Color information
#EA9A9E (or 0xEA9A9E) is known color: Wewak. HEX triplet: EA, 9A and 9E. RGB value is (234,154,158). Sum of RGB (Red+Green+Blue) = 234+154+158=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 154 (60.55% from 255 or 28.21% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9A9E is #156561. Grayscale: #B2B2B2. Windows color (decimal): -1402210 or 10394346. OLE color: 10394346.
HSL color Cylindrical-coordinate representation of color #EA9A9E: hue angle of 357º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9A9E is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 158 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.08 |
| HSL | 357º | 0.66% | 0.76% | - |
| HSV(B) | 357º | 0.34% | 0.92% | - |
| XYZ | 51.66 | 43.07 | 37.94 | - |
| YUV | 178.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 158 | 0 | 0.34 | 0.32 | 0.08 | 357 | 0.66 | 0.76 |
| Hex | EA | 9A | 9E | 0 | 22 | 20 | 8 | 165 | 42 | 4C |
| Octal | 352 | 232 | 236 | 0 | 42 | 40 | 10 | 545 | 102 | 114 |
| Binary | 11101010 | 10011010 | 10011110 | 0 | 100010 | 100000 | 1000 | 101100101 | 1000010 | 1001100 |
Color Harmonies of #EA9A9E
Complementary color
Monochromatic Colors of #EA9A9E
Black with #EA9A9E
Text Example
Text Example
White with #EA9A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9A9E; }
p { color: rgb(234,154,158); }
H1.HeaderClassName
{
color: #EA9A9E;
}
.AnyTagClassName
{
color: #EA9A9E;
}
</style>
background-color css
<style>
a { background-color: #EA9A9E; }
a { background-color: rgb(234,154,158); }
div.DivClassName
{
background-color: #EA9A9E;
}
.BgClassName
{
background-color: #EA9A9E;
}
</style>
border-color css
<style>
span { border-color: #EA9A9E; }
span { border-color: rgb(234,154,158); }
td.TdClassName
{
border-color: #EA9A9E;
}
.TagClassName
{
border-color: #EA9A9E;
}
</style>