Shades of Wewak #EE97A1
Tints of Wewak #EE97A1
RGB
CMYK
RGB Variations
Color information
#EE97A1 (or 0xEE97A1) is known color: Wewak. HEX triplet: EE, 97 and A1. RGB value is (238,151,161). Sum of RGB (Red+Green+Blue) = 238+151+161=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EE97A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE97A1 is #11685E. Grayscale: #B2B2B2. Windows color (decimal): -1140831 or 10590190. OLE color: 10590190.
HSL color Cylindrical-coordinate representation of color #EE97A1: hue angle of 353.1º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE97A1 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 161 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.07 |
| HSL | 353.1º | 0.72% | 0.76% | - |
| HSV(B) | 353.1º | 0.37% | 0.93% | - |
| XYZ | 52.76 | 42.88 | 39.21 | - |
| YUV | 178.15 | 118.32 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 161 | 0 | 0.37 | 0.32 | 0.07 | 353.1 | 0.72 | 0.76 |
| Hex | EE | 97 | A1 | 0 | 25 | 20 | 7 | 161 | 48 | 4C |
| Octal | 356 | 227 | 241 | 0 | 45 | 40 | 7 | 541 | 110 | 114 |
| Binary | 11101110 | 10010111 | 10100001 | 0 | 100101 | 100000 | 111 | 101100001 | 1001000 | 1001100 |
Color Harmonies of #EE97A1
Complementary color
Monochromatic Colors of #EE97A1
Black with #EE97A1
Text Example
Text Example
White with #EE97A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE97A1; }
p { color: rgb(238,151,161); }
H1.HeaderClassName
{
color: #EE97A1;
}
.AnyTagClassName
{
color: #EE97A1;
}
</style>
background-color css
<style>
a { background-color: #EE97A1; }
a { background-color: rgb(238,151,161); }
div.DivClassName
{
background-color: #EE97A1;
}
.BgClassName
{
background-color: #EE97A1;
}
</style>
border-color css
<style>
span { border-color: #EE97A1; }
span { border-color: rgb(238,151,161); }
td.TdClassName
{
border-color: #EE97A1;
}
.TagClassName
{
border-color: #EE97A1;
}
</style>