Shades of Wewak #E19CA3
Tints of Wewak #E19CA3
RGB
CMYK
RGB Variations
Color information
#E19CA3 (or 0xE19CA3) is known color: Wewak. HEX triplet: E1, 9C and A3. RGB value is (225,156,163). Sum of RGB (Red+Green+Blue) = 225+156+163=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E19CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19CA3 is #1E635C. Grayscale: #B1B1B1. Windows color (decimal): -1991517 or 10722529. OLE color: 10722529.
HSL color Cylindrical-coordinate representation of color #E19CA3: hue angle of 353.91º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E19CA3 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 156 | 163 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.12 |
| HSL | 353.91º | 0.53% | 0.75% | - |
| HSV(B) | 353.91º | 0.31% | 0.88% | - |
| XYZ | 49.55 | 42.43 | 40.23 | - |
| YUV | 177.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 156 | 163 | 0 | 0.31 | 0.28 | 0.12 | 353.91 | 0.53 | 0.75 |
| Hex | E1 | 9C | A3 | 0 | 1F | 1C | C | 162 | 35 | 4B |
| Octal | 341 | 234 | 243 | 0 | 37 | 34 | 14 | 542 | 65 | 113 |
| Binary | 11100001 | 10011100 | 10100011 | 0 | 11111 | 11100 | 1100 | 101100010 | 110101 | 1001011 |
Color Harmonies of #E19CA3
Complementary color
Monochromatic Colors of #E19CA3
Black with #E19CA3
Text Example
Text Example
White with #E19CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19CA3; }
p { color: rgb(225,156,163); }
H1.HeaderClassName
{
color: #E19CA3;
}
.AnyTagClassName
{
color: #E19CA3;
}
</style>
background-color css
<style>
a { background-color: #E19CA3; }
a { background-color: rgb(225,156,163); }
div.DivClassName
{
background-color: #E19CA3;
}
.BgClassName
{
background-color: #E19CA3;
}
</style>
border-color css
<style>
span { border-color: #E19CA3; }
span { border-color: rgb(225,156,163); }
td.TdClassName
{
border-color: #E19CA3;
}
.TagClassName
{
border-color: #E19CA3;
}
</style>