Shades of Wewak #E99CA0
Tints of Wewak #E99CA0
RGB
CMYK
RGB Variations
Color information
#E99CA0 (or 0xE99CA0) is known color: Wewak. HEX triplet: E9, 9C and A0. RGB value is (233,156,160). Sum of RGB (Red+Green+Blue) = 233+156+160=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E99CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99CA0 is #16635F. Grayscale: #B3B3B3. Windows color (decimal): -1467232 or 10525929. OLE color: 10525929.
HSL color Cylindrical-coordinate representation of color #E99CA0: hue angle of 356.88º degrees, saturation: 0.64, 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 #E99CA0 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 156 | 160 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.09 |
| HSL | 356.88º | 0.64% | 0.76% | - |
| HSV(B) | 356.88º | 0.33% | 0.91% | - |
| XYZ | 51.84 | 43.64 | 38.95 | - |
| YUV | 179.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 156 | 160 | 0 | 0.33 | 0.31 | 0.09 | 356.88 | 0.64 | 0.76 |
| Hex | E9 | 9C | A0 | 0 | 21 | 1F | 9 | 165 | 40 | 4C |
| Octal | 351 | 234 | 240 | 0 | 41 | 37 | 11 | 545 | 100 | 114 |
| Binary | 11101001 | 10011100 | 10100000 | 0 | 100001 | 11111 | 1001 | 101100101 | 1000000 | 1001100 |
Color Harmonies of #E99CA0
Complementary color
Monochromatic Colors of #E99CA0
Black with #E99CA0
Text Example
Text Example
White with #E99CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99CA0; }
p { color: rgb(233,156,160); }
H1.HeaderClassName
{
color: #E99CA0;
}
.AnyTagClassName
{
color: #E99CA0;
}
</style>
background-color css
<style>
a { background-color: #E99CA0; }
a { background-color: rgb(233,156,160); }
div.DivClassName
{
background-color: #E99CA0;
}
.BgClassName
{
background-color: #E99CA0;
}
</style>
border-color css
<style>
span { border-color: #E99CA0; }
span { border-color: rgb(233,156,160); }
td.TdClassName
{
border-color: #E99CA0;
}
.TagClassName
{
border-color: #E99CA0;
}
</style>