Shades of Wewak #EE9BA0
Tints of Wewak #EE9BA0
RGB
CMYK
RGB Variations
Color information
#EE9BA0 (or 0xEE9BA0) is known color: Wewak. HEX triplet: EE, 9B and A0. RGB value is (238,155,160). Sum of RGB (Red+Green+Blue) = 238+155+160=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9BA0 is #11645F. Grayscale: #B4B4B4. Windows color (decimal): -1139808 or 10525678. OLE color: 10525678.
HSL color Cylindrical-coordinate representation of color #EE9BA0: hue angle of 356.39º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9BA0 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 160 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.07 |
| HSL | 356.39º | 0.71% | 0.77% | - |
| HSV(B) | 356.39º | 0.35% | 0.93% | - |
| XYZ | 53.33 | 44.16 | 38.97 | - |
| YUV | 180.39 | 116.5 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 160 | 0 | 0.35 | 0.33 | 0.07 | 356.39 | 0.71 | 0.77 |
| Hex | EE | 9B | A0 | 0 | 23 | 21 | 7 | 164 | 47 | 4D |
| Octal | 356 | 233 | 240 | 0 | 43 | 41 | 7 | 544 | 107 | 115 |
| Binary | 11101110 | 10011011 | 10100000 | 0 | 100011 | 100001 | 111 | 101100100 | 1000111 | 1001101 |
Color Harmonies of #EE9BA0
Complementary color
Monochromatic Colors of #EE9BA0
Black with #EE9BA0
Text Example
Text Example
White with #EE9BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9BA0; }
p { color: rgb(238,155,160); }
H1.HeaderClassName
{
color: #EE9BA0;
}
.AnyTagClassName
{
color: #EE9BA0;
}
</style>
background-color css
<style>
a { background-color: #EE9BA0; }
a { background-color: rgb(238,155,160); }
div.DivClassName
{
background-color: #EE9BA0;
}
.BgClassName
{
background-color: #EE9BA0;
}
</style>
border-color css
<style>
span { border-color: #EE9BA0; }
span { border-color: rgb(238,155,160); }
td.TdClassName
{
border-color: #EE9BA0;
}
.TagClassName
{
border-color: #EE9BA0;
}
</style>