Shades of Wewak #E69EA0
Tints of Wewak #E69EA0
RGB
CMYK
RGB Variations
Color information
#E69EA0 (or 0xE69EA0) is known color: Wewak. HEX triplet: E6, 9E and A0. RGB value is (230,158,160). Sum of RGB (Red+Green+Blue) = 230+158+160=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E69EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69EA0 is #19615F. Grayscale: #B3B3B3. Windows color (decimal): -1663328 or 10526438. OLE color: 10526438.
HSL color Cylindrical-coordinate representation of color #E69EA0: hue angle of 358.33º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E69EA0 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 158 | 160 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.10 |
| HSL | 358.33º | 0.59% | 0.76% | - |
| HSV(B) | 358.33º | 0.31% | 0.9% | - |
| XYZ | 51.21 | 43.81 | 39.02 | - |
| YUV | 179.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 158 | 160 | 0 | 0.31 | 0.30 | 0.10 | 358.33 | 0.59 | 0.76 |
| Hex | E6 | 9E | A0 | 0 | 1F | 1E | A | 166 | 3B | 4C |
| Octal | 346 | 236 | 240 | 0 | 37 | 36 | 12 | 546 | 73 | 114 |
| Binary | 11100110 | 10011110 | 10100000 | 0 | 11111 | 11110 | 1010 | 101100110 | 111011 | 1001100 |
Color Harmonies of #E69EA0
Complementary color
Monochromatic Colors of #E69EA0
Black with #E69EA0
Text Example
Text Example
White with #E69EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69EA0; }
p { color: rgb(230,158,160); }
H1.HeaderClassName
{
color: #E69EA0;
}
.AnyTagClassName
{
color: #E69EA0;
}
</style>
background-color css
<style>
a { background-color: #E69EA0; }
a { background-color: rgb(230,158,160); }
div.DivClassName
{
background-color: #E69EA0;
}
.BgClassName
{
background-color: #E69EA0;
}
</style>
border-color css
<style>
span { border-color: #E69EA0; }
span { border-color: rgb(230,158,160); }
td.TdClassName
{
border-color: #E69EA0;
}
.TagClassName
{
border-color: #E69EA0;
}
</style>