Shades of Wewak #E19AA2
Tints of Wewak #E19AA2
RGB
CMYK
RGB Variations
Color information
#E19AA2 (or 0xE19AA2) is known color: Wewak. HEX triplet: E1, 9A and A2. RGB value is (225,154,162). Sum of RGB (Red+Green+Blue) = 225+154+162=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E19AA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19AA2 is #1E655D. Grayscale: #B0B0B0. Windows color (decimal): -1992030 or 10656481. OLE color: 10656481.
HSL color Cylindrical-coordinate representation of color #E19AA2: hue angle of 353.24º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E19AA2 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 154 | 162 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.12 |
| HSL | 353.24º | 0.54% | 0.74% | - |
| HSV(B) | 353.24º | 0.32% | 0.88% | - |
| XYZ | 49.13 | 41.73 | 39.65 | - |
| YUV | 176.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 154 | 162 | 0 | 0.32 | 0.28 | 0.12 | 353.24 | 0.54 | 0.74 |
| Hex | E1 | 9A | A2 | 0 | 20 | 1C | C | 161 | 36 | 4A |
| Octal | 341 | 232 | 242 | 0 | 40 | 34 | 14 | 541 | 66 | 112 |
| Binary | 11100001 | 10011010 | 10100010 | 0 | 100000 | 11100 | 1100 | 101100001 | 110110 | 1001010 |
Color Harmonies of #E19AA2
Complementary color
Monochromatic Colors of #E19AA2
Black with #E19AA2
Text Example
Text Example
White with #E19AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19AA2; }
p { color: rgb(225,154,162); }
H1.HeaderClassName
{
color: #E19AA2;
}
.AnyTagClassName
{
color: #E19AA2;
}
</style>
background-color css
<style>
a { background-color: #E19AA2; }
a { background-color: rgb(225,154,162); }
div.DivClassName
{
background-color: #E19AA2;
}
.BgClassName
{
background-color: #E19AA2;
}
</style>
border-color css
<style>
span { border-color: #E19AA2; }
span { border-color: rgb(225,154,162); }
td.TdClassName
{
border-color: #E19AA2;
}
.TagClassName
{
border-color: #E19AA2;
}
</style>