Shades of Wewak #E19BA2
Tints of Wewak #E19BA2
RGB
CMYK
RGB Variations
Color information
#E19BA2 (or 0xE19BA2) is known color: Wewak. HEX triplet: E1, 9B and A2. RGB value is (225,155,162). Sum of RGB (Red+Green+Blue) = 225+155+162=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E19BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19BA2 is #1E645D. Grayscale: #B0B0B0. Windows color (decimal): -1991774 or 10656737. OLE color: 10656737.
HSL color Cylindrical-coordinate representation of color #E19BA2: hue angle of 354º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19BA2 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 155 | 162 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.12 |
| HSL | 354º | 0.54% | 0.75% | - |
| HSV(B) | 354º | 0.31% | 0.88% | - |
| XYZ | 49.29 | 42.06 | 39.7 | - |
| YUV | 176.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 155 | 162 | 0 | 0.31 | 0.28 | 0.12 | 354 | 0.54 | 0.75 |
| Hex | E1 | 9B | A2 | 0 | 1F | 1C | C | 162 | 36 | 4B |
| Octal | 341 | 233 | 242 | 0 | 37 | 34 | 14 | 542 | 66 | 113 |
| Binary | 11100001 | 10011011 | 10100010 | 0 | 11111 | 11100 | 1100 | 101100010 | 110110 | 1001011 |
Color Harmonies of #E19BA2
Complementary color
Monochromatic Colors of #E19BA2
Black with #E19BA2
Text Example
Text Example
White with #E19BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19BA2; }
p { color: rgb(225,155,162); }
H1.HeaderClassName
{
color: #E19BA2;
}
.AnyTagClassName
{
color: #E19BA2;
}
</style>
background-color css
<style>
a { background-color: #E19BA2; }
a { background-color: rgb(225,155,162); }
div.DivClassName
{
background-color: #E19BA2;
}
.BgClassName
{
background-color: #E19BA2;
}
</style>
border-color css
<style>
span { border-color: #E19BA2; }
span { border-color: rgb(225,155,162); }
td.TdClassName
{
border-color: #E19BA2;
}
.TagClassName
{
border-color: #E19BA2;
}
</style>