Shades of Wewak #EA9CA0
Tints of Wewak #EA9CA0
RGB
CMYK
RGB Variations
Color information
#EA9CA0 (or 0xEA9CA0) is known color: Wewak. HEX triplet: EA, 9C and A0. RGB value is (234,156,160). Sum of RGB (Red+Green+Blue) = 234+156+160=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9CA0 is #15635F. Grayscale: #B3B3B3. Windows color (decimal): -1401696 or 10525930. OLE color: 10525930.
HSL color Cylindrical-coordinate representation of color #EA9CA0: hue angle of 356.92º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9CA0 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 160 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.08 |
| HSL | 356.92º | 0.65% | 0.76% | - |
| HSV(B) | 356.92º | 0.33% | 0.92% | - |
| XYZ | 52.17 | 43.81 | 38.96 | - |
| YUV | 179.78 | 116.84 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 160 | 0 | 0.33 | 0.32 | 0.08 | 356.92 | 0.65 | 0.76 |
| Hex | EA | 9C | A0 | 0 | 21 | 20 | 8 | 165 | 41 | 4C |
| Octal | 352 | 234 | 240 | 0 | 41 | 40 | 10 | 545 | 101 | 114 |
| Binary | 11101010 | 10011100 | 10100000 | 0 | 100001 | 100000 | 1000 | 101100101 | 1000001 | 1001100 |
Color Harmonies of #EA9CA0
Complementary color
Monochromatic Colors of #EA9CA0
Black with #EA9CA0
Text Example
Text Example
White with #EA9CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9CA0; }
p { color: rgb(234,156,160); }
H1.HeaderClassName
{
color: #EA9CA0;
}
.AnyTagClassName
{
color: #EA9CA0;
}
</style>
background-color css
<style>
a { background-color: #EA9CA0; }
a { background-color: rgb(234,156,160); }
div.DivClassName
{
background-color: #EA9CA0;
}
.BgClassName
{
background-color: #EA9CA0;
}
</style>
border-color css
<style>
span { border-color: #EA9CA0; }
span { border-color: rgb(234,156,160); }
td.TdClassName
{
border-color: #EA9CA0;
}
.TagClassName
{
border-color: #EA9CA0;
}
</style>