Shades of Wewak #EE8A9E
Tints of Wewak #EE8A9E
RGB
CMYK
RGB Variations
Color information
#EE8A9E (or 0xEE8A9E) is known color: Wewak. HEX triplet: EE, 8A and 9E. RGB value is (238,138,158). Sum of RGB (Red+Green+Blue) = 238+138+158=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8A9E is #117561. Grayscale: #AAAAAA. Windows color (decimal): -1144162 or 10390254. OLE color: 10390254.
HSL color Cylindrical-coordinate representation of color #EE8A9E: hue angle of 348º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8A9E is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 158 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.07 |
| HSL | 348º | 0.75% | 0.74% | - |
| HSV(B) | 348º | 0.42% | 0.93% | - |
| XYZ | 50.52 | 38.82 | 37.18 | - |
| YUV | 170.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 158 | 0 | 0.42 | 0.34 | 0.07 | 348 | 0.75 | 0.74 |
| Hex | EE | 8A | 9E | 0 | 2A | 22 | 7 | 15C | 4B | 4A |
| Octal | 356 | 212 | 236 | 0 | 52 | 42 | 7 | 534 | 113 | 112 |
| Binary | 11101110 | 10001010 | 10011110 | 0 | 101010 | 100010 | 111 | 101011100 | 1001011 | 1001010 |
Color Harmonies of #EE8A9E
Complementary color
Monochromatic Colors of #EE8A9E
Black with #EE8A9E
Text Example
Text Example
White with #EE8A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8A9E; }
p { color: rgb(238,138,158); }
H1.HeaderClassName
{
color: #EE8A9E;
}
.AnyTagClassName
{
color: #EE8A9E;
}
</style>
background-color css
<style>
a { background-color: #EE8A9E; }
a { background-color: rgb(238,138,158); }
div.DivClassName
{
background-color: #EE8A9E;
}
.BgClassName
{
background-color: #EE8A9E;
}
</style>
border-color css
<style>
span { border-color: #EE8A9E; }
span { border-color: rgb(238,138,158); }
td.TdClassName
{
border-color: #EE8A9E;
}
.TagClassName
{
border-color: #EE8A9E;
}
</style>