Shades of Wewak #EE9AA0
Tints of Wewak #EE9AA0
RGB
CMYK
RGB Variations
Color information
#EE9AA0 (or 0xEE9AA0) is known color: Wewak. HEX triplet: EE, 9A and A0. RGB value is (238,154,160). Sum of RGB (Red+Green+Blue) = 238+154+160=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9AA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9AA0 is #11655F. Grayscale: #B3B3B3. Windows color (decimal): -1140064 or 10525422. OLE color: 10525422.
HSL color Cylindrical-coordinate representation of color #EE9AA0: hue angle of 355.71º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9AA0 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 160 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.07 |
| HSL | 355.71º | 0.71% | 0.77% | - |
| HSV(B) | 355.71º | 0.35% | 0.93% | - |
| XYZ | 53.16 | 43.83 | 38.92 | - |
| YUV | 179.8 | 116.83 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 160 | 0 | 0.35 | 0.33 | 0.07 | 355.71 | 0.71 | 0.77 |
| Hex | EE | 9A | A0 | 0 | 23 | 21 | 7 | 164 | 47 | 4D |
| Octal | 356 | 232 | 240 | 0 | 43 | 41 | 7 | 544 | 107 | 115 |
| Binary | 11101110 | 10011010 | 10100000 | 0 | 100011 | 100001 | 111 | 101100100 | 1000111 | 1001101 |
Color Harmonies of #EE9AA0
Complementary color
Monochromatic Colors of #EE9AA0
Black with #EE9AA0
Text Example
Text Example
White with #EE9AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9AA0; }
p { color: rgb(238,154,160); }
H1.HeaderClassName
{
color: #EE9AA0;
}
.AnyTagClassName
{
color: #EE9AA0;
}
</style>
background-color css
<style>
a { background-color: #EE9AA0; }
a { background-color: rgb(238,154,160); }
div.DivClassName
{
background-color: #EE9AA0;
}
.BgClassName
{
background-color: #EE9AA0;
}
</style>
border-color css
<style>
span { border-color: #EE9AA0; }
span { border-color: rgb(238,154,160); }
td.TdClassName
{
border-color: #EE9AA0;
}
.TagClassName
{
border-color: #EE9AA0;
}
</style>