Shades of Wewak #E698A0
Tints of Wewak #E698A0
RGB
CMYK
RGB Variations
Color information
#E698A0 (or 0xE698A0) is known color: Wewak. HEX triplet: E6, 98 and A0. RGB value is (230,152,160). Sum of RGB (Red+Green+Blue) = 230+152+160=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E698A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E698A0 is #19675F. Grayscale: #B0B0B0. Windows color (decimal): -1664864 or 10524902. OLE color: 10524902.
HSL color Cylindrical-coordinate representation of color #E698A0: hue angle of 353.85º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E698A0 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 160 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.10 |
| HSL | 353.85º | 0.61% | 0.75% | - |
| HSV(B) | 353.85º | 0.34% | 0.9% | - |
| XYZ | 50.21 | 41.82 | 38.68 | - |
| YUV | 176.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 160 | 0 | 0.34 | 0.30 | 0.10 | 353.85 | 0.61 | 0.75 |
| Hex | E6 | 98 | A0 | 0 | 22 | 1E | A | 162 | 3D | 4B |
| Octal | 346 | 230 | 240 | 0 | 42 | 36 | 12 | 542 | 75 | 113 |
| Binary | 11100110 | 10011000 | 10100000 | 0 | 100010 | 11110 | 1010 | 101100010 | 111101 | 1001011 |
Color Harmonies of #E698A0
Complementary color
Monochromatic Colors of #E698A0
Black with #E698A0
Text Example
Text Example
White with #E698A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E698A0; }
p { color: rgb(230,152,160); }
H1.HeaderClassName
{
color: #E698A0;
}
.AnyTagClassName
{
color: #E698A0;
}
</style>
background-color css
<style>
a { background-color: #E698A0; }
a { background-color: rgb(230,152,160); }
div.DivClassName
{
background-color: #E698A0;
}
.BgClassName
{
background-color: #E698A0;
}
</style>
border-color css
<style>
span { border-color: #E698A0; }
span { border-color: rgb(230,152,160); }
td.TdClassName
{
border-color: #E698A0;
}
.TagClassName
{
border-color: #E698A0;
}
</style>