Shades of Wewak #E99DA0
Tints of Wewak #E99DA0
RGB
CMYK
RGB Variations
Color information
#E99DA0 (or 0xE99DA0) is known color: Wewak. HEX triplet: E9, 9D and A0. RGB value is (233,157,160). Sum of RGB (Red+Green+Blue) = 233+157+160=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E99DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99DA0 is #16625F. Grayscale: #B4B4B4. Windows color (decimal): -1466976 or 10526185. OLE color: 10526185.
HSL color Cylindrical-coordinate representation of color #E99DA0: hue angle of 357.63º degrees, saturation: 0.63, 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 #E99DA0 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 160 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.09 |
| HSL | 357.63º | 0.63% | 0.76% | - |
| HSV(B) | 357.63º | 0.33% | 0.91% | - |
| XYZ | 52.01 | 43.98 | 39 | - |
| YUV | 180.07 | 116.68 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 160 | 0 | 0.33 | 0.31 | 0.09 | 357.63 | 0.63 | 0.76 |
| Hex | E9 | 9D | A0 | 0 | 21 | 1F | 9 | 166 | 3F | 4C |
| Octal | 351 | 235 | 240 | 0 | 41 | 37 | 11 | 546 | 77 | 114 |
| Binary | 11101001 | 10011101 | 10100000 | 0 | 100001 | 11111 | 1001 | 101100110 | 111111 | 1001100 |
Color Harmonies of #E99DA0
Complementary color
Monochromatic Colors of #E99DA0
Black with #E99DA0
Text Example
Text Example
White with #E99DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99DA0; }
p { color: rgb(233,157,160); }
H1.HeaderClassName
{
color: #E99DA0;
}
.AnyTagClassName
{
color: #E99DA0;
}
</style>
background-color css
<style>
a { background-color: #E99DA0; }
a { background-color: rgb(233,157,160); }
div.DivClassName
{
background-color: #E99DA0;
}
.BgClassName
{
background-color: #E99DA0;
}
</style>
border-color css
<style>
span { border-color: #E99DA0; }
span { border-color: rgb(233,157,160); }
td.TdClassName
{
border-color: #E99DA0;
}
.TagClassName
{
border-color: #E99DA0;
}
</style>