Shades of Wewak #EA989B
Tints of Wewak #EA989B
RGB
CMYK
RGB Variations
Color information
#EA989B (or 0xEA989B) is known color: Wewak. HEX triplet: EA, 98 and 9B. RGB value is (234,152,155). Sum of RGB (Red+Green+Blue) = 234+152+155=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EA989B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA989B is #156764. Grayscale: #B0B0B0. Windows color (decimal): -1402725 or 10197226. OLE color: 10197226.
HSL color Cylindrical-coordinate representation of color #EA989B: hue angle of 357.8º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA989B is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 155 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.08 |
| HSL | 357.8º | 0.66% | 0.76% | - |
| HSV(B) | 357.8º | 0.35% | 0.92% | - |
| XYZ | 51.08 | 42.32 | 36.49 | - |
| YUV | 176.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 155 | 0 | 0.35 | 0.34 | 0.08 | 357.8 | 0.66 | 0.76 |
| Hex | EA | 98 | 9B | 0 | 23 | 22 | 8 | 166 | 42 | 4C |
| Octal | 352 | 230 | 233 | 0 | 43 | 42 | 10 | 546 | 102 | 114 |
| Binary | 11101010 | 10011000 | 10011011 | 0 | 100011 | 100010 | 1000 | 101100110 | 1000010 | 1001100 |
Color Harmonies of #EA989B
Complementary color
Monochromatic Colors of #EA989B
Black with #EA989B
Text Example
Text Example
White with #EA989B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA989B; }
p { color: rgb(234,152,155); }
H1.HeaderClassName
{
color: #EA989B;
}
.AnyTagClassName
{
color: #EA989B;
}
</style>
background-color css
<style>
a { background-color: #EA989B; }
a { background-color: rgb(234,152,155); }
div.DivClassName
{
background-color: #EA989B;
}
.BgClassName
{
background-color: #EA989B;
}
</style>
border-color css
<style>
span { border-color: #EA989B; }
span { border-color: rgb(234,152,155); }
td.TdClassName
{
border-color: #EA989B;
}
.TagClassName
{
border-color: #EA989B;
}
</style>