Shades of Wewak #EA9B9D
Tints of Wewak #EA9B9D
RGB
CMYK
RGB Variations
Color information
#EA9B9D (or 0xEA9B9D) is known color: Wewak. HEX triplet: EA, 9B and 9D. RGB value is (234,155,157). Sum of RGB (Red+Green+Blue) = 234+155+157=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9B9D is #156462. Grayscale: #B2B2B2. Windows color (decimal): -1401955 or 10329066. OLE color: 10329066.
HSL color Cylindrical-coordinate representation of color #EA9B9D: hue angle of 358.48º degrees, saturation: 0.65, 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 #EA9B9D is Cyan = 0, Magento = 0.34, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 155 | 157 | - |
| CMYK | 0 | 0.34 | 0.33 | 0.08 |
| HSL | 358.48º | 0.65% | 0.76% | - |
| HSV(B) | 358.48º | 0.34% | 0.92% | - |
| XYZ | 51.74 | 43.37 | 37.54 | - |
| YUV | 178.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 155 | 157 | 0 | 0.34 | 0.33 | 0.08 | 358.48 | 0.65 | 0.76 |
| Hex | EA | 9B | 9D | 0 | 22 | 21 | 8 | 166 | 41 | 4C |
| Octal | 352 | 233 | 235 | 0 | 42 | 41 | 10 | 546 | 101 | 114 |
| Binary | 11101010 | 10011011 | 10011101 | 0 | 100010 | 100001 | 1000 | 101100110 | 1000001 | 1001100 |
Color Harmonies of #EA9B9D
Complementary color
Monochromatic Colors of #EA9B9D
Black with #EA9B9D
Text Example
Text Example
White with #EA9B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9B9D; }
p { color: rgb(234,155,157); }
H1.HeaderClassName
{
color: #EA9B9D;
}
.AnyTagClassName
{
color: #EA9B9D;
}
</style>
background-color css
<style>
a { background-color: #EA9B9D; }
a { background-color: rgb(234,155,157); }
div.DivClassName
{
background-color: #EA9B9D;
}
.BgClassName
{
background-color: #EA9B9D;
}
</style>
border-color css
<style>
span { border-color: #EA9B9D; }
span { border-color: rgb(234,155,157); }
td.TdClassName
{
border-color: #EA9B9D;
}
.TagClassName
{
border-color: #EA9B9D;
}
</style>