Shades of Wewak #EA9194
Tints of Wewak #EA9194
RGB
CMYK
RGB Variations
Color information
#EA9194 (or 0xEA9194) is known color: Wewak. HEX triplet: EA, 91 and 94. RGB value is (234,145,148). Sum of RGB (Red+Green+Blue) = 234+145+148=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9194 is #156E6B. Grayscale: #ACACAC. Windows color (decimal): -1404524 or 9736682. OLE color: 9736682.
HSL color Cylindrical-coordinate representation of color #EA9194: hue angle of 357.98º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA9194 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 148 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.08 |
| HSL | 357.98º | 0.68% | 0.74% | - |
| HSV(B) | 357.98º | 0.38% | 0.92% | - |
| XYZ | 49.4 | 39.88 | 33.11 | - |
| YUV | 171.95 | 114.49 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 148 | 0 | 0.38 | 0.37 | 0.08 | 357.98 | 0.68 | 0.74 |
| Hex | EA | 91 | 94 | 0 | 26 | 25 | 8 | 166 | 44 | 4A |
| Octal | 352 | 221 | 224 | 0 | 46 | 45 | 10 | 546 | 104 | 112 |
| Binary | 11101010 | 10010001 | 10010100 | 0 | 100110 | 100101 | 1000 | 101100110 | 1000100 | 1001010 |
Color Harmonies of #EA9194
Complementary color
Monochromatic Colors of #EA9194
Black with #EA9194
Text Example
Text Example
White with #EA9194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9194; }
p { color: rgb(234,145,148); }
H1.HeaderClassName
{
color: #EA9194;
}
.AnyTagClassName
{
color: #EA9194;
}
</style>
background-color css
<style>
a { background-color: #EA9194; }
a { background-color: rgb(234,145,148); }
div.DivClassName
{
background-color: #EA9194;
}
.BgClassName
{
background-color: #EA9194;
}
</style>
border-color css
<style>
span { border-color: #EA9194; }
span { border-color: rgb(234,145,148); }
td.TdClassName
{
border-color: #EA9194;
}
.TagClassName
{
border-color: #EA9194;
}
</style>