Shades of Wewak #E0929A
Tints of Wewak #E0929A
RGB
CMYK
RGB Variations
Color information
#E0929A (or 0xE0929A) is known color: Wewak. HEX triplet: E0, 92 and 9A. RGB value is (224,146,154). Sum of RGB (Red+Green+Blue) = 224+146+154=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E0929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0929A is #1F6D65. Grayscale: #AAAAAA. Windows color (decimal): -2059622 or 10130144. OLE color: 10130144.
HSL color Cylindrical-coordinate representation of color #E0929A: hue angle of 353.85º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E0929A is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 154 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.12 |
| HSL | 353.85º | 0.56% | 0.73% | - |
| HSV(B) | 353.85º | 0.35% | 0.88% | - |
| XYZ | 46.85 | 38.74 | 35.58 | - |
| YUV | 170.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 154 | 0 | 0.35 | 0.31 | 0.12 | 353.85 | 0.56 | 0.73 |
| Hex | E0 | 92 | 9A | 0 | 23 | 1F | C | 162 | 38 | 49 |
| Octal | 340 | 222 | 232 | 0 | 43 | 37 | 14 | 542 | 70 | 111 |
| Binary | 11100000 | 10010010 | 10011010 | 0 | 100011 | 11111 | 1100 | 101100010 | 111000 | 1001001 |
Color Harmonies of #E0929A
Complementary color
Monochromatic Colors of #E0929A
Black with #E0929A
Text Example
Text Example
White with #E0929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0929A; }
p { color: rgb(224,146,154); }
H1.HeaderClassName
{
color: #E0929A;
}
.AnyTagClassName
{
color: #E0929A;
}
</style>
background-color css
<style>
a { background-color: #E0929A; }
a { background-color: rgb(224,146,154); }
div.DivClassName
{
background-color: #E0929A;
}
.BgClassName
{
background-color: #E0929A;
}
</style>
border-color css
<style>
span { border-color: #E0929A; }
span { border-color: rgb(224,146,154); }
td.TdClassName
{
border-color: #E0929A;
}
.TagClassName
{
border-color: #E0929A;
}
</style>