Shades of Wewak #EA9FA0
Tints of Wewak #EA9FA0
RGB
CMYK
RGB Variations
Color information
#EA9FA0 (or 0xEA9FA0) is known color: Wewak. HEX triplet: EA, 9F and A0. RGB value is (234,159,160). Sum of RGB (Red+Green+Blue) = 234+159+160=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9FA0 is #15605F. Grayscale: #B5B5B5. Windows color (decimal): -1400928 or 10526698. OLE color: 10526698.
HSL color Cylindrical-coordinate representation of color #EA9FA0: hue angle of 359.2º 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 #EA9FA0 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 160 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.08 |
| HSL | 359.2º | 0.64% | 0.77% | - |
| HSV(B) | 359.2º | 0.32% | 0.92% | - |
| XYZ | 52.67 | 44.83 | 39.13 | - |
| YUV | 181.54 | 115.85 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 160 | 0 | 0.32 | 0.32 | 0.08 | 359.2 | 0.64 | 0.77 |
| Hex | EA | 9F | A0 | 0 | 20 | 20 | 8 | 167 | 40 | 4D |
| Octal | 352 | 237 | 240 | 0 | 40 | 40 | 10 | 547 | 100 | 115 |
| Binary | 11101010 | 10011111 | 10100000 | 0 | 100000 | 100000 | 1000 | 101100111 | 1000000 | 1001101 |
Color Harmonies of #EA9FA0
Complementary color
Monochromatic Colors of #EA9FA0
Black with #EA9FA0
Text Example
Text Example
White with #EA9FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FA0; }
p { color: rgb(234,159,160); }
H1.HeaderClassName
{
color: #EA9FA0;
}
.AnyTagClassName
{
color: #EA9FA0;
}
</style>
background-color css
<style>
a { background-color: #EA9FA0; }
a { background-color: rgb(234,159,160); }
div.DivClassName
{
background-color: #EA9FA0;
}
.BgClassName
{
background-color: #EA9FA0;
}
</style>
border-color css
<style>
span { border-color: #EA9FA0; }
span { border-color: rgb(234,159,160); }
td.TdClassName
{
border-color: #EA9FA0;
}
.TagClassName
{
border-color: #EA9FA0;
}
</style>