Shades of Wewak #E199A1
Tints of Wewak #E199A1
RGB
CMYK
RGB Variations
Color information
#E199A1 (or 0xE199A1) is known color: Wewak. HEX triplet: E1, 99 and A1. RGB value is (225,153,161). Sum of RGB (Red+Green+Blue) = 225+153+161=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E199A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E199A1 is #1E665E. Grayscale: #AFAFAF. Windows color (decimal): -1992287 or 10590689. OLE color: 10590689.
HSL color Cylindrical-coordinate representation of color #E199A1: hue angle of 353.33º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E199A1 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 161 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.12 |
| HSL | 353.33º | 0.55% | 0.74% | - |
| HSV(B) | 353.33º | 0.32% | 0.88% | - |
| XYZ | 48.88 | 41.36 | 39.13 | - |
| YUV | 175.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 161 | 0 | 0.32 | 0.28 | 0.12 | 353.33 | 0.55 | 0.74 |
| Hex | E1 | 99 | A1 | 0 | 20 | 1C | C | 161 | 37 | 4A |
| Octal | 341 | 231 | 241 | 0 | 40 | 34 | 14 | 541 | 67 | 112 |
| Binary | 11100001 | 10011001 | 10100001 | 0 | 100000 | 11100 | 1100 | 101100001 | 110111 | 1001010 |
Color Harmonies of #E199A1
Complementary color
Monochromatic Colors of #E199A1
Black with #E199A1
Text Example
Text Example
White with #E199A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E199A1; }
p { color: rgb(225,153,161); }
H1.HeaderClassName
{
color: #E199A1;
}
.AnyTagClassName
{
color: #E199A1;
}
</style>
background-color css
<style>
a { background-color: #E199A1; }
a { background-color: rgb(225,153,161); }
div.DivClassName
{
background-color: #E199A1;
}
.BgClassName
{
background-color: #E199A1;
}
</style>
border-color css
<style>
span { border-color: #E199A1; }
span { border-color: rgb(225,153,161); }
td.TdClassName
{
border-color: #E199A1;
}
.TagClassName
{
border-color: #E199A1;
}
</style>