Shades of Wewak #EE9BA5
Tints of Wewak #EE9BA5
RGB
CMYK
RGB Variations
Color information
#EE9BA5 (or 0xEE9BA5) is known color: Wewak. HEX triplet: EE, 9B and A5. RGB value is (238,155,165). Sum of RGB (Red+Green+Blue) = 238+155+165=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9BA5 is #11645A. Grayscale: #B4B4B4. Windows color (decimal): -1139803 or 10853358. OLE color: 10853358.
HSL color Cylindrical-coordinate representation of color #EE9BA5: hue angle of 352.77º 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 #EE9BA5 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 165 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.07 |
| HSL | 352.77º | 0.71% | 0.77% | - |
| HSV(B) | 352.77º | 0.35% | 0.93% | - |
| XYZ | 53.77 | 44.34 | 41.32 | - |
| YUV | 180.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 165 | 0 | 0.35 | 0.31 | 0.07 | 352.77 | 0.71 | 0.77 |
| Hex | EE | 9B | A5 | 0 | 23 | 1F | 7 | 161 | 47 | 4D |
| Octal | 356 | 233 | 245 | 0 | 43 | 37 | 7 | 541 | 107 | 115 |
| Binary | 11101110 | 10011011 | 10100101 | 0 | 100011 | 11111 | 111 | 101100001 | 1000111 | 1001101 |
Color Harmonies of #EE9BA5
Complementary color
Monochromatic Colors of #EE9BA5
Black with #EE9BA5
Text Example
Text Example
White with #EE9BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9BA5; }
p { color: rgb(238,155,165); }
H1.HeaderClassName
{
color: #EE9BA5;
}
.AnyTagClassName
{
color: #EE9BA5;
}
</style>
background-color css
<style>
a { background-color: #EE9BA5; }
a { background-color: rgb(238,155,165); }
div.DivClassName
{
background-color: #EE9BA5;
}
.BgClassName
{
background-color: #EE9BA5;
}
</style>
border-color css
<style>
span { border-color: #EE9BA5; }
span { border-color: rgb(238,155,165); }
td.TdClassName
{
border-color: #EE9BA5;
}
.TagClassName
{
border-color: #EE9BA5;
}
</style>