Shades of Wewak #E994A1
Tints of Wewak #E994A1
RGB
CMYK
RGB Variations
Color information
#E994A1 (or 0xE994A1) is known color: Wewak. HEX triplet: E9, 94 and A1. RGB value is (233,148,161). Sum of RGB (Red+Green+Blue) = 233+148+161=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E994A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E994A1 is #166B5E. Grayscale: #AEAEAE. Windows color (decimal): -1469279 or 10589417. OLE color: 10589417.
HSL color Cylindrical-coordinate representation of color #E994A1: hue angle of 350.82º degrees, saturation: 0.66, 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 #E994A1 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 148 | 161 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.09 |
| HSL | 350.82º | 0.66% | 0.75% | - |
| HSV(B) | 350.82º | 0.36% | 0.91% | - |
| XYZ | 50.63 | 41.08 | 38.98 | - |
| YUV | 174.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 148 | 161 | 0 | 0.36 | 0.31 | 0.09 | 350.82 | 0.66 | 0.75 |
| Hex | E9 | 94 | A1 | 0 | 24 | 1F | 9 | 15F | 42 | 4B |
| Octal | 351 | 224 | 241 | 0 | 44 | 37 | 11 | 537 | 102 | 113 |
| Binary | 11101001 | 10010100 | 10100001 | 0 | 100100 | 11111 | 1001 | 101011111 | 1000010 | 1001011 |
Color Harmonies of #E994A1
Complementary color
Monochromatic Colors of #E994A1
Black with #E994A1
Text Example
Text Example
White with #E994A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E994A1; }
p { color: rgb(233,148,161); }
H1.HeaderClassName
{
color: #E994A1;
}
.AnyTagClassName
{
color: #E994A1;
}
</style>
background-color css
<style>
a { background-color: #E994A1; }
a { background-color: rgb(233,148,161); }
div.DivClassName
{
background-color: #E994A1;
}
.BgClassName
{
background-color: #E994A1;
}
</style>
border-color css
<style>
span { border-color: #E994A1; }
span { border-color: rgb(233,148,161); }
td.TdClassName
{
border-color: #E994A1;
}
.TagClassName
{
border-color: #E994A1;
}
</style>