Shades of Wewak #EA98A1
Tints of Wewak #EA98A1
RGB
CMYK
RGB Variations
Color information
#EA98A1 (or 0xEA98A1) is known color: Wewak. HEX triplet: EA, 98 and A1. RGB value is (234,152,161). Sum of RGB (Red+Green+Blue) = 234+152+161=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA98A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA98A1 is #15675E. Grayscale: #B1B1B1. Windows color (decimal): -1402719 or 10590442. OLE color: 10590442.
HSL color Cylindrical-coordinate representation of color #EA98A1: hue angle of 353.41º 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 #EA98A1 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 161 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.08 |
| HSL | 353.41º | 0.66% | 0.76% | - |
| HSV(B) | 353.41º | 0.35% | 0.92% | - |
| XYZ | 51.59 | 42.52 | 39.21 | - |
| YUV | 177.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 161 | 0 | 0.35 | 0.31 | 0.08 | 353.41 | 0.66 | 0.76 |
| Hex | EA | 98 | A1 | 0 | 23 | 1F | 8 | 161 | 42 | 4C |
| Octal | 352 | 230 | 241 | 0 | 43 | 37 | 10 | 541 | 102 | 114 |
| Binary | 11101010 | 10011000 | 10100001 | 0 | 100011 | 11111 | 1000 | 101100001 | 1000010 | 1001100 |
Color Harmonies of #EA98A1
Complementary color
Monochromatic Colors of #EA98A1
Black with #EA98A1
Text Example
Text Example
White with #EA98A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA98A1; }
p { color: rgb(234,152,161); }
H1.HeaderClassName
{
color: #EA98A1;
}
.AnyTagClassName
{
color: #EA98A1;
}
</style>
background-color css
<style>
a { background-color: #EA98A1; }
a { background-color: rgb(234,152,161); }
div.DivClassName
{
background-color: #EA98A1;
}
.BgClassName
{
background-color: #EA98A1;
}
</style>
border-color css
<style>
span { border-color: #EA98A1; }
span { border-color: rgb(234,152,161); }
td.TdClassName
{
border-color: #EA98A1;
}
.TagClassName
{
border-color: #EA98A1;
}
</style>