Shades of Wewak #E999A0
Tints of Wewak #E999A0
RGB
CMYK
RGB Variations
Color information
#E999A0 (or 0xE999A0) is known color: Wewak. HEX triplet: E9, 99 and A0. RGB value is (233,153,160). Sum of RGB (Red+Green+Blue) = 233+153+160=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E999A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E999A0 is #16665F. Grayscale: #B1B1B1. Windows color (decimal): -1468000 or 10525161. OLE color: 10525161.
HSL color Cylindrical-coordinate representation of color #E999A0: hue angle of 354.75º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E999A0 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 153 | 160 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.09 |
| HSL | 354.75º | 0.65% | 0.76% | - |
| HSV(B) | 354.75º | 0.34% | 0.91% | - |
| XYZ | 51.34 | 42.64 | 38.78 | - |
| YUV | 177.72 | 118 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 153 | 160 | 0 | 0.34 | 0.31 | 0.09 | 354.75 | 0.65 | 0.76 |
| Hex | E9 | 99 | A0 | 0 | 22 | 1F | 9 | 163 | 41 | 4C |
| Octal | 351 | 231 | 240 | 0 | 42 | 37 | 11 | 543 | 101 | 114 |
| Binary | 11101001 | 10011001 | 10100000 | 0 | 100010 | 11111 | 1001 | 101100011 | 1000001 | 1001100 |
Color Harmonies of #E999A0
Complementary color
Monochromatic Colors of #E999A0
Black with #E999A0
Text Example
Text Example
White with #E999A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E999A0; }
p { color: rgb(233,153,160); }
H1.HeaderClassName
{
color: #E999A0;
}
.AnyTagClassName
{
color: #E999A0;
}
</style>
background-color css
<style>
a { background-color: #E999A0; }
a { background-color: rgb(233,153,160); }
div.DivClassName
{
background-color: #E999A0;
}
.BgClassName
{
background-color: #E999A0;
}
</style>
border-color css
<style>
span { border-color: #E999A0; }
span { border-color: rgb(233,153,160); }
td.TdClassName
{
border-color: #E999A0;
}
.TagClassName
{
border-color: #E999A0;
}
</style>