Shades of Wewak #E699A2
Tints of Wewak #E699A2
RGB
CMYK
RGB Variations
Color information
#E699A2 (or 0xE699A2) is known color: Wewak. HEX triplet: E6, 99 and A2. RGB value is (230,153,162). Sum of RGB (Red+Green+Blue) = 230+153+162=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E699A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E699A2 is #19665D. Grayscale: #B1B1B1. Windows color (decimal): -1664606 or 10656230. OLE color: 10656230.
HSL color Cylindrical-coordinate representation of color #E699A2: hue angle of 352.99º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E699A2 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 162 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.10 |
| HSL | 352.99º | 0.61% | 0.75% | - |
| HSV(B) | 352.99º | 0.33% | 0.9% | - |
| XYZ | 50.55 | 42.21 | 39.67 | - |
| YUV | 177.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 162 | 0 | 0.33 | 0.30 | 0.10 | 352.99 | 0.61 | 0.75 |
| Hex | E6 | 99 | A2 | 0 | 21 | 1E | A | 161 | 3D | 4B |
| Octal | 346 | 231 | 242 | 0 | 41 | 36 | 12 | 541 | 75 | 113 |
| Binary | 11100110 | 10011001 | 10100010 | 0 | 100001 | 11110 | 1010 | 101100001 | 111101 | 1001011 |
Color Harmonies of #E699A2
Complementary color
Monochromatic Colors of #E699A2
Black with #E699A2
Text Example
Text Example
White with #E699A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699A2; }
p { color: rgb(230,153,162); }
H1.HeaderClassName
{
color: #E699A2;
}
.AnyTagClassName
{
color: #E699A2;
}
</style>
background-color css
<style>
a { background-color: #E699A2; }
a { background-color: rgb(230,153,162); }
div.DivClassName
{
background-color: #E699A2;
}
.BgClassName
{
background-color: #E699A2;
}
</style>
border-color css
<style>
span { border-color: #E699A2; }
span { border-color: rgb(230,153,162); }
td.TdClassName
{
border-color: #E699A2;
}
.TagClassName
{
border-color: #E699A2;
}
</style>