Shades of Wewak #E596A2
Tints of Wewak #E596A2
RGB
CMYK
RGB Variations
Color information
#E596A2 (or 0xE596A2) is known color: Wewak. HEX triplet: E5, 96 and A2. RGB value is (229,150,162). Sum of RGB (Red+Green+Blue) = 229+150+162=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E596A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E596A2 is #1A695D. Grayscale: #AFAFAF. Windows color (decimal): -1730910 or 10655461. OLE color: 10655461.
HSL color Cylindrical-coordinate representation of color #E596A2: hue angle of 350.89º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E596A2 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 150 | 162 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.10 |
| HSL | 350.89º | 0.6% | 0.74% | - |
| HSV(B) | 350.89º | 0.34% | 0.9% | - |
| XYZ | 49.74 | 41.08 | 39.49 | - |
| YUV | 174.99 | 120.67 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 162 | 0 | 0.34 | 0.29 | 0.10 | 350.89 | 0.6 | 0.74 |
| Hex | E5 | 96 | A2 | 0 | 22 | 1D | A | 15F | 3C | 4A |
| Octal | 345 | 226 | 242 | 0 | 42 | 35 | 12 | 537 | 74 | 112 |
| Binary | 11100101 | 10010110 | 10100010 | 0 | 100010 | 11101 | 1010 | 101011111 | 111100 | 1001010 |
Color Harmonies of #E596A2
Complementary color
Monochromatic Colors of #E596A2
Black with #E596A2
Text Example
Text Example
White with #E596A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596A2; }
p { color: rgb(229,150,162); }
H1.HeaderClassName
{
color: #E596A2;
}
.AnyTagClassName
{
color: #E596A2;
}
</style>
background-color css
<style>
a { background-color: #E596A2; }
a { background-color: rgb(229,150,162); }
div.DivClassName
{
background-color: #E596A2;
}
.BgClassName
{
background-color: #E596A2;
}
</style>
border-color css
<style>
span { border-color: #E596A2; }
span { border-color: rgb(229,150,162); }
td.TdClassName
{
border-color: #E596A2;
}
.TagClassName
{
border-color: #E596A2;
}
</style>