Shades of Wewak #E89CA0
Tints of Wewak #E89CA0
RGB
CMYK
RGB Variations
Color information
#E89CA0 (or 0xE89CA0) is known color: Wewak. HEX triplet: E8, 9C and A0. RGB value is (232,156,160). Sum of RGB (Red+Green+Blue) = 232+156+160=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E89CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E89CA0 is #17635F. Grayscale: #B3B3B3. Windows color (decimal): -1532768 or 10525928. OLE color: 10525928.
HSL color Cylindrical-coordinate representation of color #E89CA0: hue angle of 356.84º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E89CA0 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 156 | 160 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.09 |
| HSL | 356.84º | 0.62% | 0.76% | - |
| HSV(B) | 356.84º | 0.33% | 0.91% | - |
| XYZ | 51.51 | 43.47 | 38.93 | - |
| YUV | 179.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 156 | 160 | 0 | 0.33 | 0.31 | 0.09 | 356.84 | 0.62 | 0.76 |
| Hex | E8 | 9C | A0 | 0 | 21 | 1F | 9 | 165 | 3E | 4C |
| Octal | 350 | 234 | 240 | 0 | 41 | 37 | 11 | 545 | 76 | 114 |
| Binary | 11101000 | 10011100 | 10100000 | 0 | 100001 | 11111 | 1001 | 101100101 | 111110 | 1001100 |
Color Harmonies of #E89CA0
Complementary color
Monochromatic Colors of #E89CA0
Black with #E89CA0
Text Example
Text Example
White with #E89CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89CA0; }
p { color: rgb(232,156,160); }
H1.HeaderClassName
{
color: #E89CA0;
}
.AnyTagClassName
{
color: #E89CA0;
}
</style>
background-color css
<style>
a { background-color: #E89CA0; }
a { background-color: rgb(232,156,160); }
div.DivClassName
{
background-color: #E89CA0;
}
.BgClassName
{
background-color: #E89CA0;
}
</style>
border-color css
<style>
span { border-color: #E89CA0; }
span { border-color: rgb(232,156,160); }
td.TdClassName
{
border-color: #E89CA0;
}
.TagClassName
{
border-color: #E89CA0;
}
</style>