Shades of Wewak #E59A9F
Tints of Wewak #E59A9F
RGB
CMYK
RGB Variations
Color information
#E59A9F (or 0xE59A9F) is known color: Wewak. HEX triplet: E5, 9A and 9F. RGB value is (229,154,159). Sum of RGB (Red+Green+Blue) = 229+154+159=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E59A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59A9F is #1A6560. Grayscale: #B1B1B1. Windows color (decimal): -1729889 or 10459877. OLE color: 10459877.
HSL color Cylindrical-coordinate representation of color #E59A9F: hue angle of 356º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59A9F is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 159 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.10 |
| HSL | 356º | 0.59% | 0.75% | - |
| HSV(B) | 356º | 0.33% | 0.9% | - |
| XYZ | 50.13 | 42.27 | 38.32 | - |
| YUV | 177 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 159 | 0 | 0.33 | 0.31 | 0.10 | 356 | 0.59 | 0.75 |
| Hex | E5 | 9A | 9F | 0 | 21 | 1F | A | 164 | 3B | 4B |
| Octal | 345 | 232 | 237 | 0 | 41 | 37 | 12 | 544 | 73 | 113 |
| Binary | 11100101 | 10011010 | 10011111 | 0 | 100001 | 11111 | 1010 | 101100100 | 111011 | 1001011 |
Color Harmonies of #E59A9F
Complementary color
Monochromatic Colors of #E59A9F
Black with #E59A9F
Text Example
Text Example
White with #E59A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59A9F; }
p { color: rgb(229,154,159); }
H1.HeaderClassName
{
color: #E59A9F;
}
.AnyTagClassName
{
color: #E59A9F;
}
</style>
background-color css
<style>
a { background-color: #E59A9F; }
a { background-color: rgb(229,154,159); }
div.DivClassName
{
background-color: #E59A9F;
}
.BgClassName
{
background-color: #E59A9F;
}
</style>
border-color css
<style>
span { border-color: #E59A9F; }
span { border-color: rgb(229,154,159); }
td.TdClassName
{
border-color: #E59A9F;
}
.TagClassName
{
border-color: #E59A9F;
}
</style>