Shades of Wewak #E395A1
Tints of Wewak #E395A1
RGB
CMYK
RGB Variations
Color information
#E395A1 (or 0xE395A1) is known color: Wewak. HEX triplet: E3, 95 and A1. RGB value is (227,149,161). Sum of RGB (Red+Green+Blue) = 227+149+161=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E395A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E395A1 is #1C6A5E. Grayscale: #ADADAD. Windows color (decimal): -1862239 or 10589667. OLE color: 10589667.
HSL color Cylindrical-coordinate representation of color #E395A1: hue angle of 350.77º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E395A1 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 161 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.11 |
| HSL | 350.77º | 0.58% | 0.74% | - |
| HSV(B) | 350.77º | 0.34% | 0.89% | - |
| XYZ | 48.86 | 40.4 | 38.94 | - |
| YUV | 173.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 161 | 0 | 0.34 | 0.29 | 0.11 | 350.77 | 0.58 | 0.74 |
| Hex | E3 | 95 | A1 | 0 | 22 | 1D | B | 15F | 3A | 4A |
| Octal | 343 | 225 | 241 | 0 | 42 | 35 | 13 | 537 | 72 | 112 |
| Binary | 11100011 | 10010101 | 10100001 | 0 | 100010 | 11101 | 1011 | 101011111 | 111010 | 1001010 |
Color Harmonies of #E395A1
Complementary color
Monochromatic Colors of #E395A1
Black with #E395A1
Text Example
Text Example
White with #E395A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E395A1; }
p { color: rgb(227,149,161); }
H1.HeaderClassName
{
color: #E395A1;
}
.AnyTagClassName
{
color: #E395A1;
}
</style>
background-color css
<style>
a { background-color: #E395A1; }
a { background-color: rgb(227,149,161); }
div.DivClassName
{
background-color: #E395A1;
}
.BgClassName
{
background-color: #E395A1;
}
</style>
border-color css
<style>
span { border-color: #E395A1; }
span { border-color: rgb(227,149,161); }
td.TdClassName
{
border-color: #E395A1;
}
.TagClassName
{
border-color: #E395A1;
}
</style>