Shades of Wewak #E795A1
Tints of Wewak #E795A1
RGB
CMYK
RGB Variations
Color information
#E795A1 (or 0xE795A1) is known color: Wewak. HEX triplet: E7, 95 and A1. RGB value is (231,149,161). Sum of RGB (Red+Green+Blue) = 231+149+161=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E795A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E795A1 is #186A5E. Grayscale: #AEAEAE. Windows color (decimal): -1600095 or 10589671. OLE color: 10589671.
HSL color Cylindrical-coordinate representation of color #E795A1: hue angle of 351.22º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E795A1 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 149 | 161 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.09 |
| HSL | 351.22º | 0.63% | 0.75% | - |
| HSV(B) | 351.22º | 0.35% | 0.91% | - |
| XYZ | 50.14 | 41.06 | 39 | - |
| YUV | 174.89 | 120.17 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 149 | 161 | 0 | 0.35 | 0.30 | 0.09 | 351.22 | 0.63 | 0.75 |
| Hex | E7 | 95 | A1 | 0 | 23 | 1E | 9 | 15F | 3F | 4B |
| Octal | 347 | 225 | 241 | 0 | 43 | 36 | 11 | 537 | 77 | 113 |
| Binary | 11100111 | 10010101 | 10100001 | 0 | 100011 | 11110 | 1001 | 101011111 | 111111 | 1001011 |
Color Harmonies of #E795A1
Complementary color
Monochromatic Colors of #E795A1
Black with #E795A1
Text Example
Text Example
White with #E795A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E795A1; }
p { color: rgb(231,149,161); }
H1.HeaderClassName
{
color: #E795A1;
}
.AnyTagClassName
{
color: #E795A1;
}
</style>
background-color css
<style>
a { background-color: #E795A1; }
a { background-color: rgb(231,149,161); }
div.DivClassName
{
background-color: #E795A1;
}
.BgClassName
{
background-color: #E795A1;
}
</style>
border-color css
<style>
span { border-color: #E795A1; }
span { border-color: rgb(231,149,161); }
td.TdClassName
{
border-color: #E795A1;
}
.TagClassName
{
border-color: #E795A1;
}
</style>