Shades of Wewak #E29CA3
Tints of Wewak #E29CA3
RGB
CMYK
RGB Variations
Color information
#E29CA3 (or 0xE29CA3) is known color: Wewak. HEX triplet: E2, 9C and A3. RGB value is (226,156,163). Sum of RGB (Red+Green+Blue) = 226+156+163=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 163 (64.06% from 255 or 29.91% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29CA3 is #1D635C. Grayscale: #B1B1B1. Windows color (decimal): -1925981 or 10722530. OLE color: 10722530.
HSL color Cylindrical-coordinate representation of color #E29CA3: hue angle of 354º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29CA3 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 156 | 163 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.11 |
| HSL | 354º | 0.55% | 0.75% | - |
| HSV(B) | 354º | 0.31% | 0.89% | - |
| XYZ | 49.86 | 42.59 | 40.24 | - |
| YUV | 177.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 156 | 163 | 0 | 0.31 | 0.28 | 0.11 | 354 | 0.55 | 0.75 |
| Hex | E2 | 9C | A3 | 0 | 1F | 1C | B | 162 | 37 | 4B |
| Octal | 342 | 234 | 243 | 0 | 37 | 34 | 13 | 542 | 67 | 113 |
| Binary | 11100010 | 10011100 | 10100011 | 0 | 11111 | 11100 | 1011 | 101100010 | 110111 | 1001011 |
Color Harmonies of #E29CA3
Complementary color
Monochromatic Colors of #E29CA3
Black with #E29CA3
Text Example
Text Example
White with #E29CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29CA3; }
p { color: rgb(226,156,163); }
H1.HeaderClassName
{
color: #E29CA3;
}
.AnyTagClassName
{
color: #E29CA3;
}
</style>
background-color css
<style>
a { background-color: #E29CA3; }
a { background-color: rgb(226,156,163); }
div.DivClassName
{
background-color: #E29CA3;
}
.BgClassName
{
background-color: #E29CA3;
}
</style>
border-color css
<style>
span { border-color: #E29CA3; }
span { border-color: rgb(226,156,163); }
td.TdClassName
{
border-color: #E29CA3;
}
.TagClassName
{
border-color: #E29CA3;
}
</style>