Shades of Wewak #E496A2
Tints of Wewak #E496A2
RGB
CMYK
RGB Variations
Color information
#E496A2 (or 0xE496A2) is known color: Wewak. HEX triplet: E4, 96 and A2. RGB value is (228,150,162). Sum of RGB (Red+Green+Blue) = 228+150+162=540 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.22% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 228 - color contains mainly: red. Hex color #E496A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E496A2 is #1B695D. Grayscale: #AEAEAE. Windows color (decimal): -1796446 or 10655460. OLE color: 10655460.
HSL color Cylindrical-coordinate representation of color #E496A2: hue angle of 350.77º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E496A2 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 150 | 162 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.11 |
| HSL | 350.77º | 0.59% | 0.74% | - |
| HSV(B) | 350.77º | 0.34% | 0.89% | - |
| XYZ | 49.42 | 40.92 | 39.48 | - |
| YUV | 174.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 150 | 162 | 0 | 0.34 | 0.29 | 0.11 | 350.77 | 0.59 | 0.74 |
| Hex | E4 | 96 | A2 | 0 | 22 | 1D | B | 15F | 3B | 4A |
| Octal | 344 | 226 | 242 | 0 | 42 | 35 | 13 | 537 | 73 | 112 |
| Binary | 11100100 | 10010110 | 10100010 | 0 | 100010 | 11101 | 1011 | 101011111 | 111011 | 1001010 |
Color Harmonies of #E496A2
Complementary color
Monochromatic Colors of #E496A2
Black with #E496A2
Text Example
Text Example
White with #E496A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E496A2; }
p { color: rgb(228,150,162); }
H1.HeaderClassName
{
color: #E496A2;
}
.AnyTagClassName
{
color: #E496A2;
}
</style>
background-color css
<style>
a { background-color: #E496A2; }
a { background-color: rgb(228,150,162); }
div.DivClassName
{
background-color: #E496A2;
}
.BgClassName
{
background-color: #E496A2;
}
</style>
border-color css
<style>
span { border-color: #E496A2; }
span { border-color: rgb(228,150,162); }
td.TdClassName
{
border-color: #E496A2;
}
.TagClassName
{
border-color: #E496A2;
}
</style>