Shades of Wewak #E09A9C
Tints of Wewak #E09A9C
RGB
CMYK
RGB Variations
Color information
#E09A9C (or 0xE09A9C) is known color: Wewak. HEX triplet: E0, 9A and 9C. RGB value is (224,154,156). Sum of RGB (Red+Green+Blue) = 224+154+156=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09A9C is #1F6563. Grayscale: #AFAFAF. Windows color (decimal): -2057572 or 10263264. OLE color: 10263264.
HSL color Cylindrical-coordinate representation of color #E09A9C: hue angle of 358.29º 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 #E09A9C is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 156 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.12 |
| HSL | 358.29º | 0.53% | 0.74% | - |
| HSV(B) | 358.29º | 0.31% | 0.88% | - |
| XYZ | 48.3 | 41.36 | 36.89 | - |
| YUV | 175.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 156 | 0 | 0.31 | 0.30 | 0.12 | 358.29 | 0.53 | 0.74 |
| Hex | E0 | 9A | 9C | 0 | 1F | 1E | C | 166 | 35 | 4A |
| Octal | 340 | 232 | 234 | 0 | 37 | 36 | 14 | 546 | 65 | 112 |
| Binary | 11100000 | 10011010 | 10011100 | 0 | 11111 | 11110 | 1100 | 101100110 | 110101 | 1001010 |
Color Harmonies of #E09A9C
Complementary color
Monochromatic Colors of #E09A9C
Black with #E09A9C
Text Example
Text Example
White with #E09A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09A9C; }
p { color: rgb(224,154,156); }
H1.HeaderClassName
{
color: #E09A9C;
}
.AnyTagClassName
{
color: #E09A9C;
}
</style>
background-color css
<style>
a { background-color: #E09A9C; }
a { background-color: rgb(224,154,156); }
div.DivClassName
{
background-color: #E09A9C;
}
.BgClassName
{
background-color: #E09A9C;
}
</style>
border-color css
<style>
span { border-color: #E09A9C; }
span { border-color: rgb(224,154,156); }
td.TdClassName
{
border-color: #E09A9C;
}
.TagClassName
{
border-color: #E09A9C;
}
</style>