Shades of Wewak #EA898F
Tints of Wewak #EA898F
RGB
CMYK
RGB Variations
Color information
#EA898F (or 0xEA898F) is known color: Wewak. HEX triplet: EA, 89 and 8F. RGB value is (234,137,143). Sum of RGB (Red+Green+Blue) = 234+137+143=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA898F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA898F is #157670. Grayscale: #A6A6A6. Windows color (decimal): -1406577 or 9406954. OLE color: 9406954.
HSL color Cylindrical-coordinate representation of color #EA898F: hue angle of 356.29º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA898F is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 137 | 143 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.08 |
| HSL | 356.29º | 0.7% | 0.73% | - |
| HSV(B) | 356.29º | 0.41% | 0.92% | - |
| XYZ | 47.84 | 37.37 | 30.68 | - |
| YUV | 166.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 137 | 143 | 0 | 0.41 | 0.39 | 0.08 | 356.29 | 0.7 | 0.73 |
| Hex | EA | 89 | 8F | 0 | 29 | 27 | 8 | 164 | 46 | 49 |
| Octal | 352 | 211 | 217 | 0 | 51 | 47 | 10 | 544 | 106 | 111 |
| Binary | 11101010 | 10001001 | 10001111 | 0 | 101001 | 100111 | 1000 | 101100100 | 1000110 | 1001001 |
Color Harmonies of #EA898F
Complementary color
Monochromatic Colors of #EA898F
Black with #EA898F
Text Example
Text Example
White with #EA898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA898F; }
p { color: rgb(234,137,143); }
H1.HeaderClassName
{
color: #EA898F;
}
.AnyTagClassName
{
color: #EA898F;
}
</style>
background-color css
<style>
a { background-color: #EA898F; }
a { background-color: rgb(234,137,143); }
div.DivClassName
{
background-color: #EA898F;
}
.BgClassName
{
background-color: #EA898F;
}
</style>
border-color css
<style>
span { border-color: #EA898F; }
span { border-color: rgb(234,137,143); }
td.TdClassName
{
border-color: #EA898F;
}
.TagClassName
{
border-color: #EA898F;
}
</style>