Shades of Wewak #EA9899
Tints of Wewak #EA9899
RGB
CMYK
RGB Variations
Color information
#EA9899 (or 0xEA9899) is known color: Wewak. HEX triplet: EA, 98 and 99. RGB value is (234,152,153). Sum of RGB (Red+Green+Blue) = 234+152+153=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9899 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9899 is #156766. Grayscale: #B0B0B0. Windows color (decimal): -1402727 or 10066154. OLE color: 10066154.
HSL color Cylindrical-coordinate representation of color #EA9899: hue angle of 359.27º 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 #EA9899 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 153 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.08 |
| HSL | 359.27º | 0.66% | 0.76% | - |
| HSV(B) | 359.27º | 0.35% | 0.92% | - |
| XYZ | 50.91 | 42.25 | 35.61 | - |
| YUV | 176.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 153 | 0 | 0.35 | 0.35 | 0.08 | 359.27 | 0.66 | 0.76 |
| Hex | EA | 98 | 99 | 0 | 23 | 23 | 8 | 167 | 42 | 4C |
| Octal | 352 | 230 | 231 | 0 | 43 | 43 | 10 | 547 | 102 | 114 |
| Binary | 11101010 | 10011000 | 10011001 | 0 | 100011 | 100011 | 1000 | 101100111 | 1000010 | 1001100 |
Color Harmonies of #EA9899
Complementary color
Monochromatic Colors of #EA9899
Black with #EA9899
Text Example
Text Example
White with #EA9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9899; }
p { color: rgb(234,152,153); }
H1.HeaderClassName
{
color: #EA9899;
}
.AnyTagClassName
{
color: #EA9899;
}
</style>
background-color css
<style>
a { background-color: #EA9899; }
a { background-color: rgb(234,152,153); }
div.DivClassName
{
background-color: #EA9899;
}
.BgClassName
{
background-color: #EA9899;
}
</style>
border-color css
<style>
span { border-color: #EA9899; }
span { border-color: rgb(234,152,153); }
td.TdClassName
{
border-color: #EA9899;
}
.TagClassName
{
border-color: #EA9899;
}
</style>