Shades of Wewak #EA999E
Tints of Wewak #EA999E
RGB
CMYK
RGB Variations
Color information
#EA999E (or 0xEA999E) is known color: Wewak. HEX triplet: EA, 99 and 9E. RGB value is (234,153,158). Sum of RGB (Red+Green+Blue) = 234+153+158=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA999E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA999E is #156661. Grayscale: #B1B1B1. Windows color (decimal): -1402466 or 10394090. OLE color: 10394090.
HSL color Cylindrical-coordinate representation of color #EA999E: hue angle of 356.3º 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 #EA999E is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 158 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.08 |
| HSL | 356.3º | 0.66% | 0.76% | - |
| HSV(B) | 356.3º | 0.35% | 0.92% | - |
| XYZ | 51.49 | 42.74 | 37.88 | - |
| YUV | 177.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 158 | 0 | 0.35 | 0.32 | 0.08 | 356.3 | 0.66 | 0.76 |
| Hex | EA | 99 | 9E | 0 | 23 | 20 | 8 | 164 | 42 | 4C |
| Octal | 352 | 231 | 236 | 0 | 43 | 40 | 10 | 544 | 102 | 114 |
| Binary | 11101010 | 10011001 | 10011110 | 0 | 100011 | 100000 | 1000 | 101100100 | 1000010 | 1001100 |
Color Harmonies of #EA999E
Complementary color
Monochromatic Colors of #EA999E
Black with #EA999E
Text Example
Text Example
White with #EA999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA999E; }
p { color: rgb(234,153,158); }
H1.HeaderClassName
{
color: #EA999E;
}
.AnyTagClassName
{
color: #EA999E;
}
</style>
background-color css
<style>
a { background-color: #EA999E; }
a { background-color: rgb(234,153,158); }
div.DivClassName
{
background-color: #EA999E;
}
.BgClassName
{
background-color: #EA999E;
}
</style>
border-color css
<style>
span { border-color: #EA999E; }
span { border-color: rgb(234,153,158); }
td.TdClassName
{
border-color: #EA999E;
}
.TagClassName
{
border-color: #EA999E;
}
</style>