Shades of Wewak #EA9D9F
Tints of Wewak #EA9D9F
RGB
CMYK
RGB Variations
Color information
#EA9D9F (or 0xEA9D9F) is known color: Wewak. HEX triplet: EA, 9D and 9F. RGB value is (234,157,159). Sum of RGB (Red+Green+Blue) = 234+157+159=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9D9F is #156260. Grayscale: #B4B4B4. Windows color (decimal): -1401441 or 10460650. OLE color: 10460650.
HSL color Cylindrical-coordinate representation of color #EA9D9F: hue angle of 358.44º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9D9F is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 159 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.08 |
| HSL | 358.44º | 0.65% | 0.77% | - |
| HSV(B) | 358.44º | 0.33% | 0.92% | - |
| XYZ | 52.25 | 44.11 | 38.56 | - |
| YUV | 180.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 159 | 0 | 0.33 | 0.32 | 0.08 | 358.44 | 0.65 | 0.77 |
| Hex | EA | 9D | 9F | 0 | 21 | 20 | 8 | 166 | 41 | 4D |
| Octal | 352 | 235 | 237 | 0 | 41 | 40 | 10 | 546 | 101 | 115 |
| Binary | 11101010 | 10011101 | 10011111 | 0 | 100001 | 100000 | 1000 | 101100110 | 1000001 | 1001101 |
Color Harmonies of #EA9D9F
Complementary color
Monochromatic Colors of #EA9D9F
Black with #EA9D9F
Text Example
Text Example
White with #EA9D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D9F; }
p { color: rgb(234,157,159); }
H1.HeaderClassName
{
color: #EA9D9F;
}
.AnyTagClassName
{
color: #EA9D9F;
}
</style>
background-color css
<style>
a { background-color: #EA9D9F; }
a { background-color: rgb(234,157,159); }
div.DivClassName
{
background-color: #EA9D9F;
}
.BgClassName
{
background-color: #EA9D9F;
}
</style>
border-color css
<style>
span { border-color: #EA9D9F; }
span { border-color: rgb(234,157,159); }
td.TdClassName
{
border-color: #EA9D9F;
}
.TagClassName
{
border-color: #EA9D9F;
}
</style>