Shades of Wewak #E499A2
Tints of Wewak #E499A2
RGB
CMYK
RGB Variations
Color information
#E499A2 (or 0xE499A2) is known color: Wewak. HEX triplet: E4, 99 and A2. RGB value is (228,153,162). Sum of RGB (Red+Green+Blue) = 228+153+162=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 162 (63.67% from 255 or 29.83% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E499A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E499A2 is #1B665D. Grayscale: #B0B0B0. Windows color (decimal): -1795678 or 10656228. OLE color: 10656228.
HSL color Cylindrical-coordinate representation of color #E499A2: hue angle of 352.8º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E499A2 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 153 | 162 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.11 |
| HSL | 352.8º | 0.58% | 0.75% | - |
| HSV(B) | 352.8º | 0.33% | 0.89% | - |
| XYZ | 49.91 | 41.89 | 39.64 | - |
| YUV | 176.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 153 | 162 | 0 | 0.33 | 0.29 | 0.11 | 352.8 | 0.58 | 0.75 |
| Hex | E4 | 99 | A2 | 0 | 21 | 1D | B | 161 | 3A | 4B |
| Octal | 344 | 231 | 242 | 0 | 41 | 35 | 13 | 541 | 72 | 113 |
| Binary | 11100100 | 10011001 | 10100010 | 0 | 100001 | 11101 | 1011 | 101100001 | 111010 | 1001011 |
Color Harmonies of #E499A2
Complementary color
Monochromatic Colors of #E499A2
Black with #E499A2
Text Example
Text Example
White with #E499A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E499A2; }
p { color: rgb(228,153,162); }
H1.HeaderClassName
{
color: #E499A2;
}
.AnyTagClassName
{
color: #E499A2;
}
</style>
background-color css
<style>
a { background-color: #E499A2; }
a { background-color: rgb(228,153,162); }
div.DivClassName
{
background-color: #E499A2;
}
.BgClassName
{
background-color: #E499A2;
}
</style>
border-color css
<style>
span { border-color: #E499A2; }
span { border-color: rgb(228,153,162); }
td.TdClassName
{
border-color: #E499A2;
}
.TagClassName
{
border-color: #E499A2;
}
</style>