Shades of Wewak #E99094
Tints of Wewak #E99094
RGB
CMYK
RGB Variations
Color information
#E99094 (or 0xE99094) is known color: Wewak. HEX triplet: E9, 90 and 94. RGB value is (233,144,148). Sum of RGB (Red+Green+Blue) = 233+144+148=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E99094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99094 is #166F6B. Grayscale: #ABABAB. Windows color (decimal): -1470316 or 9736425. OLE color: 9736425.
HSL color Cylindrical-coordinate representation of color #E99094: hue angle of 357.3º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E99094 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 148 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.09 |
| HSL | 357.3º | 0.67% | 0.74% | - |
| HSV(B) | 357.3º | 0.38% | 0.91% | - |
| XYZ | 48.92 | 39.41 | 33.05 | - |
| YUV | 171.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 148 | 0 | 0.38 | 0.36 | 0.09 | 357.3 | 0.67 | 0.74 |
| Hex | E9 | 90 | 94 | 0 | 26 | 24 | 9 | 165 | 43 | 4A |
| Octal | 351 | 220 | 224 | 0 | 46 | 44 | 11 | 545 | 103 | 112 |
| Binary | 11101001 | 10010000 | 10010100 | 0 | 100110 | 100100 | 1001 | 101100101 | 1000011 | 1001010 |
Color Harmonies of #E99094
Complementary color
Monochromatic Colors of #E99094
Black with #E99094
Text Example
Text Example
White with #E99094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99094; }
p { color: rgb(233,144,148); }
H1.HeaderClassName
{
color: #E99094;
}
.AnyTagClassName
{
color: #E99094;
}
</style>
background-color css
<style>
a { background-color: #E99094; }
a { background-color: rgb(233,144,148); }
div.DivClassName
{
background-color: #E99094;
}
.BgClassName
{
background-color: #E99094;
}
</style>
border-color css
<style>
span { border-color: #E99094; }
span { border-color: rgb(233,144,148); }
td.TdClassName
{
border-color: #E99094;
}
.TagClassName
{
border-color: #E99094;
}
</style>