Shades of Wewak #E0999C
Tints of Wewak #E0999C
RGB
CMYK
RGB Variations
Color information
#E0999C (or 0xE0999C) is known color: Wewak. HEX triplet: E0, 99 and 9C. RGB value is (224,153,156). Sum of RGB (Red+Green+Blue) = 224+153+156=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0999C is #1F6663. Grayscale: #AEAEAE. Windows color (decimal): -2057828 or 10263008. OLE color: 10263008.
HSL color Cylindrical-coordinate representation of color #E0999C: hue angle of 357.46º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0999C is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 156 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.12 |
| HSL | 357.46º | 0.53% | 0.74% | - |
| HSV(B) | 357.46º | 0.32% | 0.88% | - |
| XYZ | 48.13 | 41.03 | 36.84 | - |
| YUV | 174.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 156 | 0 | 0.32 | 0.30 | 0.12 | 357.46 | 0.53 | 0.74 |
| Hex | E0 | 99 | 9C | 0 | 20 | 1E | C | 165 | 35 | 4A |
| Octal | 340 | 231 | 234 | 0 | 40 | 36 | 14 | 545 | 65 | 112 |
| Binary | 11100000 | 10011001 | 10011100 | 0 | 100000 | 11110 | 1100 | 101100101 | 110101 | 1001010 |
Color Harmonies of #E0999C
Complementary color
Monochromatic Colors of #E0999C
Black with #E0999C
Text Example
Text Example
White with #E0999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0999C; }
p { color: rgb(224,153,156); }
H1.HeaderClassName
{
color: #E0999C;
}
.AnyTagClassName
{
color: #E0999C;
}
</style>
background-color css
<style>
a { background-color: #E0999C; }
a { background-color: rgb(224,153,156); }
div.DivClassName
{
background-color: #E0999C;
}
.BgClassName
{
background-color: #E0999C;
}
</style>
border-color css
<style>
span { border-color: #E0999C; }
span { border-color: rgb(224,153,156); }
td.TdClassName
{
border-color: #E0999C;
}
.TagClassName
{
border-color: #E0999C;
}
</style>