Shades of Wewak #EA9AA2
Tints of Wewak #EA9AA2
RGB
CMYK
RGB Variations
Color information
#EA9AA2 (or 0xEA9AA2) is known color: Wewak. HEX triplet: EA, 9A and A2. RGB value is (234,154,162). Sum of RGB (Red+Green+Blue) = 234+154+162=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 162 (63.67% from 255 or 29.45% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9AA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9AA2 is #15655D. Grayscale: #B2B2B2. Windows color (decimal): -1402206 or 10656490. OLE color: 10656490.
HSL color Cylindrical-coordinate representation of color #EA9AA2: hue angle of 354º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9AA2 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 162 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.08 |
| HSL | 354º | 0.66% | 0.76% | - |
| HSV(B) | 354º | 0.34% | 0.92% | - |
| XYZ | 52.01 | 43.21 | 39.78 | - |
| YUV | 178.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 162 | 0 | 0.34 | 0.31 | 0.08 | 354 | 0.66 | 0.76 |
| Hex | EA | 9A | A2 | 0 | 22 | 1F | 8 | 162 | 42 | 4C |
| Octal | 352 | 232 | 242 | 0 | 42 | 37 | 10 | 542 | 102 | 114 |
| Binary | 11101010 | 10011010 | 10100010 | 0 | 100010 | 11111 | 1000 | 101100010 | 1000010 | 1001100 |
Color Harmonies of #EA9AA2
Complementary color
Monochromatic Colors of #EA9AA2
Black with #EA9AA2
Text Example
Text Example
White with #EA9AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9AA2; }
p { color: rgb(234,154,162); }
H1.HeaderClassName
{
color: #EA9AA2;
}
.AnyTagClassName
{
color: #EA9AA2;
}
</style>
background-color css
<style>
a { background-color: #EA9AA2; }
a { background-color: rgb(234,154,162); }
div.DivClassName
{
background-color: #EA9AA2;
}
.BgClassName
{
background-color: #EA9AA2;
}
</style>
border-color css
<style>
span { border-color: #EA9AA2; }
span { border-color: rgb(234,154,162); }
td.TdClassName
{
border-color: #EA9AA2;
}
.TagClassName
{
border-color: #EA9AA2;
}
</style>