Shades of Wewak #EA9CA4
Tints of Wewak #EA9CA4
RGB
CMYK
RGB Variations
Color information
#EA9CA4 (or 0xEA9CA4) is known color: Wewak. HEX triplet: EA, 9C and A4. RGB value is (234,156,164). Sum of RGB (Red+Green+Blue) = 234+156+164=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9CA4 is #15635B. Grayscale: #B4B4B4. Windows color (decimal): -1401692 or 10788074. OLE color: 10788074.
HSL color Cylindrical-coordinate representation of color #EA9CA4: hue angle of 353.85º 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 #EA9CA4 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 164 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.08 |
| HSL | 353.85º | 0.65% | 0.76% | - |
| HSV(B) | 353.85º | 0.33% | 0.92% | - |
| XYZ | 52.52 | 43.95 | 40.84 | - |
| YUV | 180.23 | 118.84 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 164 | 0 | 0.33 | 0.30 | 0.08 | 353.85 | 0.65 | 0.76 |
| Hex | EA | 9C | A4 | 0 | 21 | 1E | 8 | 162 | 41 | 4C |
| Octal | 352 | 234 | 244 | 0 | 41 | 36 | 10 | 542 | 101 | 114 |
| Binary | 11101010 | 10011100 | 10100100 | 0 | 100001 | 11110 | 1000 | 101100010 | 1000001 | 1001100 |
Color Harmonies of #EA9CA4
Complementary color
Monochromatic Colors of #EA9CA4
Black with #EA9CA4
Text Example
Text Example
White with #EA9CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9CA4; }
p { color: rgb(234,156,164); }
H1.HeaderClassName
{
color: #EA9CA4;
}
.AnyTagClassName
{
color: #EA9CA4;
}
</style>
background-color css
<style>
a { background-color: #EA9CA4; }
a { background-color: rgb(234,156,164); }
div.DivClassName
{
background-color: #EA9CA4;
}
.BgClassName
{
background-color: #EA9CA4;
}
</style>
border-color css
<style>
span { border-color: #EA9CA4; }
span { border-color: rgb(234,156,164); }
td.TdClassName
{
border-color: #EA9CA4;
}
.TagClassName
{
border-color: #EA9CA4;
}
</style>