Shades of Wewak #E790A0
Tints of Wewak #E790A0
RGB
CMYK
RGB Variations
Color information
#E790A0 (or 0xE790A0) is known color: Wewak. HEX triplet: E7, 90 and A0. RGB value is (231,144,160). Sum of RGB (Red+Green+Blue) = 231+144+160=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E790A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E790A0 is #186F5F. Grayscale: #ABABAB. Windows color (decimal): -1601376 or 10522855. OLE color: 10522855.
HSL color Cylindrical-coordinate representation of color #E790A0: hue angle of 348.97º degrees, saturation: 0.64, 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 #E790A0 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 144 | 160 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.09 |
| HSL | 348.97º | 0.64% | 0.74% | - |
| HSV(B) | 348.97º | 0.38% | 0.91% | - |
| XYZ | 49.27 | 39.47 | 38.28 | - |
| YUV | 171.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 144 | 160 | 0 | 0.38 | 0.31 | 0.09 | 348.97 | 0.64 | 0.74 |
| Hex | E7 | 90 | A0 | 0 | 26 | 1F | 9 | 15D | 40 | 4A |
| Octal | 347 | 220 | 240 | 0 | 46 | 37 | 11 | 535 | 100 | 112 |
| Binary | 11100111 | 10010000 | 10100000 | 0 | 100110 | 11111 | 1001 | 101011101 | 1000000 | 1001010 |
Color Harmonies of #E790A0
Complementary color
Monochromatic Colors of #E790A0
Black with #E790A0
Text Example
Text Example
White with #E790A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E790A0; }
p { color: rgb(231,144,160); }
H1.HeaderClassName
{
color: #E790A0;
}
.AnyTagClassName
{
color: #E790A0;
}
</style>
background-color css
<style>
a { background-color: #E790A0; }
a { background-color: rgb(231,144,160); }
div.DivClassName
{
background-color: #E790A0;
}
.BgClassName
{
background-color: #E790A0;
}
</style>
border-color css
<style>
span { border-color: #E790A0; }
span { border-color: rgb(231,144,160); }
td.TdClassName
{
border-color: #E790A0;
}
.TagClassName
{
border-color: #E790A0;
}
</style>