Shades of Wewak #EE9DA1
Tints of Wewak #EE9DA1
RGB
CMYK
RGB Variations
Color information
#EE9DA1 (or 0xEE9DA1) is known color: Wewak. HEX triplet: EE, 9D and A1. RGB value is (238,157,161). Sum of RGB (Red+Green+Blue) = 238+157+161=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9DA1 is #11625E. Grayscale: #B5B5B5. Windows color (decimal): -1139295 or 10591726. OLE color: 10591726.
HSL color Cylindrical-coordinate representation of color #EE9DA1: hue angle of 357.04º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EE9DA1 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 161 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.07 |
| HSL | 357.04º | 0.7% | 0.77% | - |
| HSV(B) | 357.04º | 0.34% | 0.93% | - |
| XYZ | 53.75 | 44.86 | 39.54 | - |
| YUV | 181.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 161 | 0 | 0.34 | 0.32 | 0.07 | 357.04 | 0.7 | 0.77 |
| Hex | EE | 9D | A1 | 0 | 22 | 20 | 7 | 165 | 46 | 4D |
| Octal | 356 | 235 | 241 | 0 | 42 | 40 | 7 | 545 | 106 | 115 |
| Binary | 11101110 | 10011101 | 10100001 | 0 | 100010 | 100000 | 111 | 101100101 | 1000110 | 1001101 |
Color Harmonies of #EE9DA1
Complementary color
Monochromatic Colors of #EE9DA1
Black with #EE9DA1
Text Example
Text Example
White with #EE9DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9DA1; }
p { color: rgb(238,157,161); }
H1.HeaderClassName
{
color: #EE9DA1;
}
.AnyTagClassName
{
color: #EE9DA1;
}
</style>
background-color css
<style>
a { background-color: #EE9DA1; }
a { background-color: rgb(238,157,161); }
div.DivClassName
{
background-color: #EE9DA1;
}
.BgClassName
{
background-color: #EE9DA1;
}
</style>
border-color css
<style>
span { border-color: #EE9DA1; }
span { border-color: rgb(238,157,161); }
td.TdClassName
{
border-color: #EE9DA1;
}
.TagClassName
{
border-color: #EE9DA1;
}
</style>