Shades of Wewak #E09B9C
Tints of Wewak #E09B9C
RGB
CMYK
RGB Variations
Color information
#E09B9C (or 0xE09B9C) is known color: Wewak. HEX triplet: E0, 9B and 9C. RGB value is (224,155,156). Sum of RGB (Red+Green+Blue) = 224+155+156=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09B9C is #1F6463. Grayscale: #AFAFAF. Windows color (decimal): -2057316 or 10263520. OLE color: 10263520.
HSL color Cylindrical-coordinate representation of color #E09B9C: hue angle of 359.13º 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 #E09B9C is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 155 | 156 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.12 |
| HSL | 359.13º | 0.53% | 0.74% | - |
| HSV(B) | 359.13º | 0.31% | 0.88% | - |
| XYZ | 48.46 | 41.69 | 36.95 | - |
| YUV | 175.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 155 | 156 | 0 | 0.31 | 0.30 | 0.12 | 359.13 | 0.53 | 0.74 |
| Hex | E0 | 9B | 9C | 0 | 1F | 1E | C | 167 | 35 | 4A |
| Octal | 340 | 233 | 234 | 0 | 37 | 36 | 14 | 547 | 65 | 112 |
| Binary | 11100000 | 10011011 | 10011100 | 0 | 11111 | 11110 | 1100 | 101100111 | 110101 | 1001010 |
Color Harmonies of #E09B9C
Complementary color
Monochromatic Colors of #E09B9C
Black with #E09B9C
Text Example
Text Example
White with #E09B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09B9C; }
p { color: rgb(224,155,156); }
H1.HeaderClassName
{
color: #E09B9C;
}
.AnyTagClassName
{
color: #E09B9C;
}
</style>
background-color css
<style>
a { background-color: #E09B9C; }
a { background-color: rgb(224,155,156); }
div.DivClassName
{
background-color: #E09B9C;
}
.BgClassName
{
background-color: #E09B9C;
}
</style>
border-color css
<style>
span { border-color: #E09B9C; }
span { border-color: rgb(224,155,156); }
td.TdClassName
{
border-color: #E09B9C;
}
.TagClassName
{
border-color: #E09B9C;
}
</style>