Shades of Wewak #E09B9F
Tints of Wewak #E09B9F
RGB
CMYK
RGB Variations
Color information
#E09B9F (or 0xE09B9F) is known color: Wewak. HEX triplet: E0, 9B and 9F. RGB value is (224,155,159). Sum of RGB (Red+Green+Blue) = 224+155+159=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09B9F is #1F6460. Grayscale: #B0B0B0. Windows color (decimal): -2057313 or 10460128. OLE color: 10460128.
HSL color Cylindrical-coordinate representation of color #E09B9F: hue angle of 356.52º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09B9F is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 159 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.12 |
| HSL | 356.52º | 0.53% | 0.74% | - |
| HSV(B) | 356.52º | 0.31% | 0.88% | - |
| XYZ | 48.72 | 41.79 | 38.3 | - |
| YUV | 176.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 159 | 0 | 0.31 | 0.29 | 0.12 | 356.52 | 0.53 | 0.74 |
| Hex | E0 | 9B | 9F | 0 | 1F | 1D | C | 165 | 35 | 4A |
| Octal | 340 | 233 | 237 | 0 | 37 | 35 | 14 | 545 | 65 | 112 |
| Binary | 11100000 | 10011011 | 10011111 | 0 | 11111 | 11101 | 1100 | 101100101 | 110101 | 1001010 |
Color Harmonies of #E09B9F
Complementary color
Monochromatic Colors of #E09B9F
Black with #E09B9F
Text Example
Text Example
White with #E09B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B9F; }
p { color: rgb(224,155,159); }
H1.HeaderClassName
{
color: #E09B9F;
}
.AnyTagClassName
{
color: #E09B9F;
}
</style>
background-color css
<style>
a { background-color: #E09B9F; }
a { background-color: rgb(224,155,159); }
div.DivClassName
{
background-color: #E09B9F;
}
.BgClassName
{
background-color: #E09B9F;
}
</style>
border-color css
<style>
span { border-color: #E09B9F; }
span { border-color: rgb(224,155,159); }
td.TdClassName
{
border-color: #E09B9F;
}
.TagClassName
{
border-color: #E09B9F;
}
</style>