Shades of Wewak #E996A0
Tints of Wewak #E996A0
RGB
CMYK
RGB Variations
Color information
#E996A0 (or 0xE996A0) is known color: Wewak. HEX triplet: E9, 96 and A0. RGB value is (233,150,160). Sum of RGB (Red+Green+Blue) = 233+150+160=543 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.91% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 233 - color contains mainly: red. Hex color #E996A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E996A0 is #16695F. Grayscale: #AFAFAF. Windows color (decimal): -1468768 or 10524393. OLE color: 10524393.
HSL color Cylindrical-coordinate representation of color #E996A0: hue angle of 352.77º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E996A0 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 150 | 160 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.09 |
| HSL | 352.77º | 0.65% | 0.75% | - |
| HSV(B) | 352.77º | 0.36% | 0.91% | - |
| XYZ | 50.86 | 41.67 | 38.62 | - |
| YUV | 175.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 150 | 160 | 0 | 0.36 | 0.31 | 0.09 | 352.77 | 0.65 | 0.75 |
| Hex | E9 | 96 | A0 | 0 | 24 | 1F | 9 | 161 | 41 | 4B |
| Octal | 351 | 226 | 240 | 0 | 44 | 37 | 11 | 541 | 101 | 113 |
| Binary | 11101001 | 10010110 | 10100000 | 0 | 100100 | 11111 | 1001 | 101100001 | 1000001 | 1001011 |
Color Harmonies of #E996A0
Complementary color
Monochromatic Colors of #E996A0
Black with #E996A0
Text Example
Text Example
White with #E996A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E996A0; }
p { color: rgb(233,150,160); }
H1.HeaderClassName
{
color: #E996A0;
}
.AnyTagClassName
{
color: #E996A0;
}
</style>
background-color css
<style>
a { background-color: #E996A0; }
a { background-color: rgb(233,150,160); }
div.DivClassName
{
background-color: #E996A0;
}
.BgClassName
{
background-color: #E996A0;
}
</style>
border-color css
<style>
span { border-color: #E996A0; }
span { border-color: rgb(233,150,160); }
td.TdClassName
{
border-color: #E996A0;
}
.TagClassName
{
border-color: #E996A0;
}
</style>