Shades of Wewak #EE9DA2
Tints of Wewak #EE9DA2
RGB
CMYK
RGB Variations
Color information
#EE9DA2 (or 0xEE9DA2) is known color: Wewak. HEX triplet: EE, 9D and A2. RGB value is (238,157,162). Sum of RGB (Red+Green+Blue) = 238+157+162=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9DA2 is #11625D. Grayscale: #B5B5B5. Windows color (decimal): -1139294 or 10657262. OLE color: 10657262.
HSL color Cylindrical-coordinate representation of color #EE9DA2: hue angle of 356.3º 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 #EE9DA2 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 162 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.07 |
| HSL | 356.3º | 0.7% | 0.77% | - |
| HSV(B) | 356.3º | 0.34% | 0.93% | - |
| XYZ | 53.84 | 44.9 | 40.01 | - |
| YUV | 181.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 162 | 0 | 0.34 | 0.32 | 0.07 | 356.3 | 0.7 | 0.77 |
| Hex | EE | 9D | A2 | 0 | 22 | 20 | 7 | 164 | 46 | 4D |
| Octal | 356 | 235 | 242 | 0 | 42 | 40 | 7 | 544 | 106 | 115 |
| Binary | 11101110 | 10011101 | 10100010 | 0 | 100010 | 100000 | 111 | 101100100 | 1000110 | 1001101 |
Color Harmonies of #EE9DA2
Complementary color
Monochromatic Colors of #EE9DA2
Black with #EE9DA2
Text Example
Text Example
White with #EE9DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9DA2; }
p { color: rgb(238,157,162); }
H1.HeaderClassName
{
color: #EE9DA2;
}
.AnyTagClassName
{
color: #EE9DA2;
}
</style>
background-color css
<style>
a { background-color: #EE9DA2; }
a { background-color: rgb(238,157,162); }
div.DivClassName
{
background-color: #EE9DA2;
}
.BgClassName
{
background-color: #EE9DA2;
}
</style>
border-color css
<style>
span { border-color: #EE9DA2; }
span { border-color: rgb(238,157,162); }
td.TdClassName
{
border-color: #EE9DA2;
}
.TagClassName
{
border-color: #EE9DA2;
}
</style>