Shades of Wewak #E59CA1
Tints of Wewak #E59CA1
RGB
CMYK
RGB Variations
Color information
#E59CA1 (or 0xE59CA1) is known color: Wewak. HEX triplet: E5, 9C and A1. RGB value is (229,156,161). Sum of RGB (Red+Green+Blue) = 229+156+161=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59CA1 is #1A635E. Grayscale: #B2B2B2. Windows color (decimal): -1729375 or 10591461. OLE color: 10591461.
HSL color Cylindrical-coordinate representation of color #E59CA1: hue angle of 355.89º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59CA1 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 161 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.10 |
| HSL | 355.89º | 0.58% | 0.75% | - |
| HSV(B) | 355.89º | 0.32% | 0.9% | - |
| XYZ | 50.63 | 43.01 | 39.35 | - |
| YUV | 178.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 161 | 0 | 0.32 | 0.30 | 0.10 | 355.89 | 0.58 | 0.75 |
| Hex | E5 | 9C | A1 | 0 | 20 | 1E | A | 164 | 3A | 4B |
| Octal | 345 | 234 | 241 | 0 | 40 | 36 | 12 | 544 | 72 | 113 |
| Binary | 11100101 | 10011100 | 10100001 | 0 | 100000 | 11110 | 1010 | 101100100 | 111010 | 1001011 |
Color Harmonies of #E59CA1
Complementary color
Monochromatic Colors of #E59CA1
Black with #E59CA1
Text Example
Text Example
White with #E59CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59CA1; }
p { color: rgb(229,156,161); }
H1.HeaderClassName
{
color: #E59CA1;
}
.AnyTagClassName
{
color: #E59CA1;
}
</style>
background-color css
<style>
a { background-color: #E59CA1; }
a { background-color: rgb(229,156,161); }
div.DivClassName
{
background-color: #E59CA1;
}
.BgClassName
{
background-color: #E59CA1;
}
</style>
border-color css
<style>
span { border-color: #E59CA1; }
span { border-color: rgb(229,156,161); }
td.TdClassName
{
border-color: #E59CA1;
}
.TagClassName
{
border-color: #E59CA1;
}
</style>