Shades of Wewak #EA9EA3
Tints of Wewak #EA9EA3
RGB
CMYK
RGB Variations
Color information
#EA9EA3 (or 0xEA9EA3) is known color: Wewak. HEX triplet: EA, 9E and A3. RGB value is (234,158,163). Sum of RGB (Red+Green+Blue) = 234+158+163=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9EA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9EA3 is #15615C. Grayscale: #B5B5B5. Windows color (decimal): -1401181 or 10723050. OLE color: 10723050.
HSL color Cylindrical-coordinate representation of color #EA9EA3: hue angle of 356.05º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EA9EA3 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 163 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.08 |
| HSL | 356.05º | 0.64% | 0.77% | - |
| HSV(B) | 356.05º | 0.32% | 0.92% | - |
| XYZ | 52.77 | 44.59 | 40.48 | - |
| YUV | 181.29 | 117.68 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 163 | 0 | 0.32 | 0.30 | 0.08 | 356.05 | 0.64 | 0.77 |
| Hex | EA | 9E | A3 | 0 | 20 | 1E | 8 | 164 | 40 | 4D |
| Octal | 352 | 236 | 243 | 0 | 40 | 36 | 10 | 544 | 100 | 115 |
| Binary | 11101010 | 10011110 | 10100011 | 0 | 100000 | 11110 | 1000 | 101100100 | 1000000 | 1001101 |
Color Harmonies of #EA9EA3
Complementary color
Monochromatic Colors of #EA9EA3
Black with #EA9EA3
Text Example
Text Example
White with #EA9EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9EA3; }
p { color: rgb(234,158,163); }
H1.HeaderClassName
{
color: #EA9EA3;
}
.AnyTagClassName
{
color: #EA9EA3;
}
</style>
background-color css
<style>
a { background-color: #EA9EA3; }
a { background-color: rgb(234,158,163); }
div.DivClassName
{
background-color: #EA9EA3;
}
.BgClassName
{
background-color: #EA9EA3;
}
</style>
border-color css
<style>
span { border-color: #EA9EA3; }
span { border-color: rgb(234,158,163); }
td.TdClassName
{
border-color: #EA9EA3;
}
.TagClassName
{
border-color: #EA9EA3;
}
</style>