Shades of Wewak #EE9094
Tints of Wewak #EE9094
RGB
CMYK
RGB Variations
Color information
#EE9094 (or 0xEE9094) is known color: Wewak. HEX triplet: EE, 90 and 94. RGB value is (238,144,148). Sum of RGB (Red+Green+Blue) = 238+144+148=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9094 is #116F6B. Grayscale: #ACACAC. Windows color (decimal): -1142636 or 9736430. OLE color: 9736430.
HSL color Cylindrical-coordinate representation of color #EE9094: hue angle of 357.45º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE9094 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 144 | 148 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.07 |
| HSL | 357.45º | 0.73% | 0.75% | - |
| HSV(B) | 357.45º | 0.39% | 0.93% | - |
| XYZ | 50.58 | 40.26 | 33.12 | - |
| YUV | 172.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 144 | 148 | 0 | 0.39 | 0.38 | 0.07 | 357.45 | 0.73 | 0.75 |
| Hex | EE | 90 | 94 | 0 | 27 | 26 | 7 | 165 | 49 | 4B |
| Octal | 356 | 220 | 224 | 0 | 47 | 46 | 7 | 545 | 111 | 113 |
| Binary | 11101110 | 10010000 | 10010100 | 0 | 100111 | 100110 | 111 | 101100101 | 1001001 | 1001011 |
Color Harmonies of #EE9094
Complementary color
Monochromatic Colors of #EE9094
Black with #EE9094
Text Example
Text Example
White with #EE9094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9094; }
p { color: rgb(238,144,148); }
H1.HeaderClassName
{
color: #EE9094;
}
.AnyTagClassName
{
color: #EE9094;
}
</style>
background-color css
<style>
a { background-color: #EE9094; }
a { background-color: rgb(238,144,148); }
div.DivClassName
{
background-color: #EE9094;
}
.BgClassName
{
background-color: #EE9094;
}
</style>
border-color css
<style>
span { border-color: #EE9094; }
span { border-color: rgb(238,144,148); }
td.TdClassName
{
border-color: #EE9094;
}
.TagClassName
{
border-color: #EE9094;
}
</style>