Shades of Wewak #EA9CA1
Tints of Wewak #EA9CA1
RGB
CMYK
RGB Variations
Color information
#EA9CA1 (or 0xEA9CA1) is known color: Wewak. HEX triplet: EA, 9C and A1. RGB value is (234,156,161). Sum of RGB (Red+Green+Blue) = 234+156+161=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9CA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9CA1 is #15635E. Grayscale: #B3B3B3. Windows color (decimal): -1401695 or 10591466. OLE color: 10591466.
HSL color Cylindrical-coordinate representation of color #EA9CA1: hue angle of 356.15º 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 #EA9CA1 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 161 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.08 |
| HSL | 356.15º | 0.65% | 0.76% | - |
| HSV(B) | 356.15º | 0.33% | 0.92% | - |
| XYZ | 52.25 | 43.84 | 39.43 | - |
| YUV | 179.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 161 | 0 | 0.33 | 0.31 | 0.08 | 356.15 | 0.65 | 0.76 |
| Hex | EA | 9C | A1 | 0 | 21 | 1F | 8 | 164 | 41 | 4C |
| Octal | 352 | 234 | 241 | 0 | 41 | 37 | 10 | 544 | 101 | 114 |
| Binary | 11101010 | 10011100 | 10100001 | 0 | 100001 | 11111 | 1000 | 101100100 | 1000001 | 1001100 |
Color Harmonies of #EA9CA1
Complementary color
Monochromatic Colors of #EA9CA1
Black with #EA9CA1
Text Example
Text Example
White with #EA9CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9CA1; }
p { color: rgb(234,156,161); }
H1.HeaderClassName
{
color: #EA9CA1;
}
.AnyTagClassName
{
color: #EA9CA1;
}
</style>
background-color css
<style>
a { background-color: #EA9CA1; }
a { background-color: rgb(234,156,161); }
div.DivClassName
{
background-color: #EA9CA1;
}
.BgClassName
{
background-color: #EA9CA1;
}
</style>
border-color css
<style>
span { border-color: #EA9CA1; }
span { border-color: rgb(234,156,161); }
td.TdClassName
{
border-color: #EA9CA1;
}
.TagClassName
{
border-color: #EA9CA1;
}
</style>