Shades of Wewak #EA9C9E
Tints of Wewak #EA9C9E
RGB
CMYK
RGB Variations
Color information
#EA9C9E (or 0xEA9C9E) is known color: Wewak. HEX triplet: EA, 9C and 9E. RGB value is (234,156,158). Sum of RGB (Red+Green+Blue) = 234+156+158=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9C9E is #156361. Grayscale: #B3B3B3. Windows color (decimal): -1401698 or 10394858. OLE color: 10394858.
HSL color Cylindrical-coordinate representation of color #EA9C9E: hue angle of 358.46º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9C9E is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 158 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.08 |
| HSL | 358.46º | 0.65% | 0.76% | - |
| HSV(B) | 358.46º | 0.33% | 0.92% | - |
| XYZ | 51.99 | 43.74 | 38.05 | - |
| YUV | 179.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 158 | 0 | 0.33 | 0.32 | 0.08 | 358.46 | 0.65 | 0.76 |
| Hex | EA | 9C | 9E | 0 | 21 | 20 | 8 | 166 | 41 | 4C |
| Octal | 352 | 234 | 236 | 0 | 41 | 40 | 10 | 546 | 101 | 114 |
| Binary | 11101010 | 10011100 | 10011110 | 0 | 100001 | 100000 | 1000 | 101100110 | 1000001 | 1001100 |
Color Harmonies of #EA9C9E
Complementary color
Monochromatic Colors of #EA9C9E
Black with #EA9C9E
Text Example
Text Example
White with #EA9C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9C9E; }
p { color: rgb(234,156,158); }
H1.HeaderClassName
{
color: #EA9C9E;
}
.AnyTagClassName
{
color: #EA9C9E;
}
</style>
background-color css
<style>
a { background-color: #EA9C9E; }
a { background-color: rgb(234,156,158); }
div.DivClassName
{
background-color: #EA9C9E;
}
.BgClassName
{
background-color: #EA9C9E;
}
</style>
border-color css
<style>
span { border-color: #EA9C9E; }
span { border-color: rgb(234,156,158); }
td.TdClassName
{
border-color: #EA9C9E;
}
.TagClassName
{
border-color: #EA9C9E;
}
</style>