Shades of Wewak #EEA1A3
Tints of Wewak #EEA1A3
RGB
CMYK
RGB Variations
Color information
#EEA1A3 (or 0xEEA1A3) is known color: Wewak. HEX triplet: EE, A1 and A3. RGB value is (238,161,163). Sum of RGB (Red+Green+Blue) = 238+161+163=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 161 (63.28% from 255 or 28.65% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA1A3 is #115E5C. Grayscale: #B8B8B8. Windows color (decimal): -1138269 or 10723822. OLE color: 10723822.
HSL color Cylindrical-coordinate representation of color #EEA1A3: hue angle of 358.44º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEA1A3 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 163 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.07 |
| HSL | 358.44º | 0.69% | 0.78% | - |
| HSV(B) | 358.44º | 0.32% | 0.93% | - |
| XYZ | 54.62 | 46.31 | 40.71 | - |
| YUV | 184.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 163 | 0 | 0.32 | 0.32 | 0.07 | 358.44 | 0.69 | 0.78 |
| Hex | EE | A1 | A3 | 0 | 20 | 20 | 7 | 166 | 45 | 4E |
| Octal | 356 | 241 | 243 | 0 | 40 | 40 | 7 | 546 | 105 | 116 |
| Binary | 11101110 | 10100001 | 10100011 | 0 | 100000 | 100000 | 111 | 101100110 | 1000101 | 1001110 |
Color Harmonies of #EEA1A3
Complementary color
Monochromatic Colors of #EEA1A3
Black with #EEA1A3
Text Example
Text Example
White with #EEA1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA1A3; }
p { color: rgb(238,161,163); }
H1.HeaderClassName
{
color: #EEA1A3;
}
.AnyTagClassName
{
color: #EEA1A3;
}
</style>
background-color css
<style>
a { background-color: #EEA1A3; }
a { background-color: rgb(238,161,163); }
div.DivClassName
{
background-color: #EEA1A3;
}
.BgClassName
{
background-color: #EEA1A3;
}
</style>
border-color css
<style>
span { border-color: #EEA1A3; }
span { border-color: rgb(238,161,163); }
td.TdClassName
{
border-color: #EEA1A3;
}
.TagClassName
{
border-color: #EEA1A3;
}
</style>