Shades of Wewak #EA9FA2
Tints of Wewak #EA9FA2
RGB
CMYK
RGB Variations
Color information
#EA9FA2 (or 0xEA9FA2) is known color: Wewak. HEX triplet: EA, 9F and A2. RGB value is (234,159,162). Sum of RGB (Red+Green+Blue) = 234+159+162=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9FA2 is #15605D. Grayscale: #B5B5B5. Windows color (decimal): -1400926 or 10657770. OLE color: 10657770.
HSL color Cylindrical-coordinate representation of color #EA9FA2: hue angle of 357.6º 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 #EA9FA2 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 162 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.08 |
| HSL | 357.6º | 0.64% | 0.77% | - |
| HSV(B) | 357.6º | 0.32% | 0.92% | - |
| XYZ | 52.85 | 44.9 | 40.06 | - |
| YUV | 181.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 162 | 0 | 0.32 | 0.31 | 0.08 | 357.6 | 0.64 | 0.77 |
| Hex | EA | 9F | A2 | 0 | 20 | 1F | 8 | 166 | 40 | 4D |
| Octal | 352 | 237 | 242 | 0 | 40 | 37 | 10 | 546 | 100 | 115 |
| Binary | 11101010 | 10011111 | 10100010 | 0 | 100000 | 11111 | 1000 | 101100110 | 1000000 | 1001101 |
Color Harmonies of #EA9FA2
Complementary color
Monochromatic Colors of #EA9FA2
Black with #EA9FA2
Text Example
Text Example
White with #EA9FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9FA2; }
p { color: rgb(234,159,162); }
H1.HeaderClassName
{
color: #EA9FA2;
}
.AnyTagClassName
{
color: #EA9FA2;
}
</style>
background-color css
<style>
a { background-color: #EA9FA2; }
a { background-color: rgb(234,159,162); }
div.DivClassName
{
background-color: #EA9FA2;
}
.BgClassName
{
background-color: #EA9FA2;
}
</style>
border-color css
<style>
span { border-color: #EA9FA2; }
span { border-color: rgb(234,159,162); }
td.TdClassName
{
border-color: #EA9FA2;
}
.TagClassName
{
border-color: #EA9FA2;
}
</style>