Shades of Wewak #E19495
Tints of Wewak #E19495
RGB
CMYK
RGB Variations
Color information
#E19495 (or 0xE19495) is known color: Wewak. HEX triplet: E1, 94 and 95. RGB value is (225,148,149). Sum of RGB (Red+Green+Blue) = 225+148+149=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E19495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19495 is #1E6B6A. Grayscale: #ABABAB. Windows color (decimal): -1993579 or 9802977. OLE color: 9802977.
HSL color Cylindrical-coordinate representation of color #E19495: hue angle of 359.22º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E19495 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 149 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.12 |
| HSL | 359.22º | 0.56% | 0.73% | - |
| HSV(B) | 359.22º | 0.34% | 0.88% | - |
| XYZ | 47.07 | 39.36 | 33.55 | - |
| YUV | 171.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 149 | 0 | 0.34 | 0.34 | 0.12 | 359.22 | 0.56 | 0.73 |
| Hex | E1 | 94 | 95 | 0 | 22 | 22 | C | 167 | 38 | 49 |
| Octal | 341 | 224 | 225 | 0 | 42 | 42 | 14 | 547 | 70 | 111 |
| Binary | 11100001 | 10010100 | 10010101 | 0 | 100010 | 100010 | 1100 | 101100111 | 111000 | 1001001 |
Color Harmonies of #E19495
Complementary color
Monochromatic Colors of #E19495
Black with #E19495
Text Example
Text Example
White with #E19495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19495; }
p { color: rgb(225,148,149); }
H1.HeaderClassName
{
color: #E19495;
}
.AnyTagClassName
{
color: #E19495;
}
</style>
background-color css
<style>
a { background-color: #E19495; }
a { background-color: rgb(225,148,149); }
div.DivClassName
{
background-color: #E19495;
}
.BgClassName
{
background-color: #E19495;
}
</style>
border-color css
<style>
span { border-color: #E19495; }
span { border-color: rgb(225,148,149); }
td.TdClassName
{
border-color: #E19495;
}
.TagClassName
{
border-color: #E19495;
}
</style>