Shades of Wewak #E990A0
Tints of Wewak #E990A0
RGB
CMYK
RGB Variations
Color information
#E990A0 (or 0xE990A0) is known color: Wewak. HEX triplet: E9, 90 and A0. RGB value is (233,144,160). Sum of RGB (Red+Green+Blue) = 233+144+160=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E990A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E990A0 is #166F5F. Grayscale: #ACACAC. Windows color (decimal): -1470304 or 10522857. OLE color: 10522857.
HSL color Cylindrical-coordinate representation of color #E990A0: hue angle of 349.21º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E990A0 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 160 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.09 |
| HSL | 349.21º | 0.67% | 0.74% | - |
| HSV(B) | 349.21º | 0.38% | 0.91% | - |
| XYZ | 49.92 | 39.81 | 38.31 | - |
| YUV | 172.44 | 120.99 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 160 | 0 | 0.38 | 0.31 | 0.09 | 349.21 | 0.67 | 0.74 |
| Hex | E9 | 90 | A0 | 0 | 26 | 1F | 9 | 15D | 43 | 4A |
| Octal | 351 | 220 | 240 | 0 | 46 | 37 | 11 | 535 | 103 | 112 |
| Binary | 11101001 | 10010000 | 10100000 | 0 | 100110 | 11111 | 1001 | 101011101 | 1000011 | 1001010 |
Color Harmonies of #E990A0
Complementary color
Monochromatic Colors of #E990A0
Black with #E990A0
Text Example
Text Example
White with #E990A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990A0; }
p { color: rgb(233,144,160); }
H1.HeaderClassName
{
color: #E990A0;
}
.AnyTagClassName
{
color: #E990A0;
}
</style>
background-color css
<style>
a { background-color: #E990A0; }
a { background-color: rgb(233,144,160); }
div.DivClassName
{
background-color: #E990A0;
}
.BgClassName
{
background-color: #E990A0;
}
</style>
border-color css
<style>
span { border-color: #E990A0; }
span { border-color: rgb(233,144,160); }
td.TdClassName
{
border-color: #E990A0;
}
.TagClassName
{
border-color: #E990A0;
}
</style>