Shades of Wewak #EA9A9B
Tints of Wewak #EA9A9B
RGB
CMYK
RGB Variations
Color information
#EA9A9B (or 0xEA9A9B) is known color: Wewak. HEX triplet: EA, 9A and 9B. RGB value is (234,154,155). Sum of RGB (Red+Green+Blue) = 234+154+155=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9A9B is #156564. Grayscale: #B2B2B2. Windows color (decimal): -1402213 or 10197738. OLE color: 10197738.
HSL color Cylindrical-coordinate representation of color #EA9A9B: hue angle of 359.25º 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 #EA9A9B is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 155 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.08 |
| HSL | 359.25º | 0.66% | 0.76% | - |
| HSV(B) | 359.25º | 0.34% | 0.92% | - |
| XYZ | 51.4 | 42.97 | 36.6 | - |
| YUV | 178.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 155 | 0 | 0.34 | 0.34 | 0.08 | 359.25 | 0.66 | 0.76 |
| Hex | EA | 9A | 9B | 0 | 22 | 22 | 8 | 167 | 42 | 4C |
| Octal | 352 | 232 | 233 | 0 | 42 | 42 | 10 | 547 | 102 | 114 |
| Binary | 11101010 | 10011010 | 10011011 | 0 | 100010 | 100010 | 1000 | 101100111 | 1000010 | 1001100 |
Color Harmonies of #EA9A9B
Complementary color
Monochromatic Colors of #EA9A9B
Black with #EA9A9B
Text Example
Text Example
White with #EA9A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9A9B; }
p { color: rgb(234,154,155); }
H1.HeaderClassName
{
color: #EA9A9B;
}
.AnyTagClassName
{
color: #EA9A9B;
}
</style>
background-color css
<style>
a { background-color: #EA9A9B; }
a { background-color: rgb(234,154,155); }
div.DivClassName
{
background-color: #EA9A9B;
}
.BgClassName
{
background-color: #EA9A9B;
}
</style>
border-color css
<style>
span { border-color: #EA9A9B; }
span { border-color: rgb(234,154,155); }
td.TdClassName
{
border-color: #EA9A9B;
}
.TagClassName
{
border-color: #EA9A9B;
}
</style>