Shades of Wewak #E99BA0
Tints of Wewak #E99BA0
RGB
CMYK
RGB Variations
Color information
#E99BA0 (or 0xE99BA0) is known color: Wewak. HEX triplet: E9, 9B and A0. RGB value is (233,155,160). Sum of RGB (Red+Green+Blue) = 233+155+160=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E99BA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99BA0 is #16645F. Grayscale: #B2B2B2. Windows color (decimal): -1467488 or 10525673. OLE color: 10525673.
HSL color Cylindrical-coordinate representation of color #E99BA0: hue angle of 356.15º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E99BA0 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 160 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.09 |
| HSL | 356.15º | 0.64% | 0.76% | - |
| HSV(B) | 356.15º | 0.33% | 0.91% | - |
| XYZ | 51.67 | 43.3 | 38.89 | - |
| YUV | 178.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 160 | 0 | 0.33 | 0.31 | 0.09 | 356.15 | 0.64 | 0.76 |
| Hex | E9 | 9B | A0 | 0 | 21 | 1F | 9 | 164 | 40 | 4C |
| Octal | 351 | 233 | 240 | 0 | 41 | 37 | 11 | 544 | 100 | 114 |
| Binary | 11101001 | 10011011 | 10100000 | 0 | 100001 | 11111 | 1001 | 101100100 | 1000000 | 1001100 |
Color Harmonies of #E99BA0
Complementary color
Monochromatic Colors of #E99BA0
Black with #E99BA0
Text Example
Text Example
White with #E99BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99BA0; }
p { color: rgb(233,155,160); }
H1.HeaderClassName
{
color: #E99BA0;
}
.AnyTagClassName
{
color: #E99BA0;
}
</style>
background-color css
<style>
a { background-color: #E99BA0; }
a { background-color: rgb(233,155,160); }
div.DivClassName
{
background-color: #E99BA0;
}
.BgClassName
{
background-color: #E99BA0;
}
</style>
border-color css
<style>
span { border-color: #E99BA0; }
span { border-color: rgb(233,155,160); }
td.TdClassName
{
border-color: #E99BA0;
}
.TagClassName
{
border-color: #E99BA0;
}
</style>