Shades of Wewak #EE9A9D
Tints of Wewak #EE9A9D
RGB
CMYK
RGB Variations
Color information
#EE9A9D (or 0xEE9A9D) is known color: Wewak. HEX triplet: EE, 9A and 9D. RGB value is (238,154,157). Sum of RGB (Red+Green+Blue) = 238+154+157=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9A9D is #116562. Grayscale: #B3B3B3. Windows color (decimal): -1140067 or 10328814. OLE color: 10328814.
HSL color Cylindrical-coordinate representation of color #EE9A9D: hue angle of 357.86º 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 #EE9A9D is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 157 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.07 |
| HSL | 357.86º | 0.71% | 0.77% | - |
| HSV(B) | 357.86º | 0.35% | 0.93% | - |
| XYZ | 52.9 | 43.72 | 37.55 | - |
| YUV | 179.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 157 | 0 | 0.35 | 0.34 | 0.07 | 357.86 | 0.71 | 0.77 |
| Hex | EE | 9A | 9D | 0 | 23 | 22 | 7 | 166 | 47 | 4D |
| Octal | 356 | 232 | 235 | 0 | 43 | 42 | 7 | 546 | 107 | 115 |
| Binary | 11101110 | 10011010 | 10011101 | 0 | 100011 | 100010 | 111 | 101100110 | 1000111 | 1001101 |
Color Harmonies of #EE9A9D
Complementary color
Monochromatic Colors of #EE9A9D
Black with #EE9A9D
Text Example
Text Example
White with #EE9A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9A9D; }
p { color: rgb(238,154,157); }
H1.HeaderClassName
{
color: #EE9A9D;
}
.AnyTagClassName
{
color: #EE9A9D;
}
</style>
background-color css
<style>
a { background-color: #EE9A9D; }
a { background-color: rgb(238,154,157); }
div.DivClassName
{
background-color: #EE9A9D;
}
.BgClassName
{
background-color: #EE9A9D;
}
</style>
border-color css
<style>
span { border-color: #EE9A9D; }
span { border-color: rgb(238,154,157); }
td.TdClassName
{
border-color: #EE9A9D;
}
.TagClassName
{
border-color: #EE9A9D;
}
</style>