Shades of Wewak #E59BA4
Tints of Wewak #E59BA4
RGB
CMYK
RGB Variations
Color information
#E59BA4 (or 0xE59BA4) is known color: Wewak. HEX triplet: E5, 9B and A4. RGB value is (229,155,164). Sum of RGB (Red+Green+Blue) = 229+155+164=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59BA4 is #1A645B. Grayscale: #B2B2B2. Windows color (decimal): -1729628 or 10787813. OLE color: 10787813.
HSL color Cylindrical-coordinate representation of color #E59BA4: hue angle of 352.7º degrees, saturation: 0.59, 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 #E59BA4 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 155 | 164 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.10 |
| HSL | 352.7º | 0.59% | 0.75% | - |
| HSV(B) | 352.7º | 0.32% | 0.9% | - |
| XYZ | 50.74 | 42.78 | 40.71 | - |
| YUV | 178.15 | 120.02 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 155 | 164 | 0 | 0.32 | 0.28 | 0.10 | 352.7 | 0.59 | 0.75 |
| Hex | E5 | 9B | A4 | 0 | 20 | 1C | A | 161 | 3B | 4B |
| Octal | 345 | 233 | 244 | 0 | 40 | 34 | 12 | 541 | 73 | 113 |
| Binary | 11100101 | 10011011 | 10100100 | 0 | 100000 | 11100 | 1010 | 101100001 | 111011 | 1001011 |
Color Harmonies of #E59BA4
Complementary color
Monochromatic Colors of #E59BA4
Black with #E59BA4
Text Example
Text Example
White with #E59BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59BA4; }
p { color: rgb(229,155,164); }
H1.HeaderClassName
{
color: #E59BA4;
}
.AnyTagClassName
{
color: #E59BA4;
}
</style>
background-color css
<style>
a { background-color: #E59BA4; }
a { background-color: rgb(229,155,164); }
div.DivClassName
{
background-color: #E59BA4;
}
.BgClassName
{
background-color: #E59BA4;
}
</style>
border-color css
<style>
span { border-color: #E59BA4; }
span { border-color: rgb(229,155,164); }
td.TdClassName
{
border-color: #E59BA4;
}
.TagClassName
{
border-color: #E59BA4;
}
</style>