Shades of Wewak #EA99A2
Tints of Wewak #EA99A2
RGB
CMYK
RGB Variations
Color information
#EA99A2 (or 0xEA99A2) is known color: Wewak. HEX triplet: EA, 99 and A2. RGB value is (234,153,162). Sum of RGB (Red+Green+Blue) = 234+153+162=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 162 (63.67% from 255 or 29.51% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA99A2 is #15665D. Grayscale: #B2B2B2. Windows color (decimal): -1402462 or 10656234. OLE color: 10656234.
HSL color Cylindrical-coordinate representation of color #EA99A2: hue angle of 353.33º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA99A2 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 162 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.08 |
| HSL | 353.33º | 0.66% | 0.76% | - |
| HSV(B) | 353.33º | 0.35% | 0.92% | - |
| XYZ | 51.84 | 42.88 | 39.73 | - |
| YUV | 178.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 162 | 0 | 0.35 | 0.31 | 0.08 | 353.33 | 0.66 | 0.76 |
| Hex | EA | 99 | A2 | 0 | 23 | 1F | 8 | 161 | 42 | 4C |
| Octal | 352 | 231 | 242 | 0 | 43 | 37 | 10 | 541 | 102 | 114 |
| Binary | 11101010 | 10011001 | 10100010 | 0 | 100011 | 11111 | 1000 | 101100001 | 1000010 | 1001100 |
Color Harmonies of #EA99A2
Complementary color
Monochromatic Colors of #EA99A2
Black with #EA99A2
Text Example
Text Example
White with #EA99A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA99A2; }
p { color: rgb(234,153,162); }
H1.HeaderClassName
{
color: #EA99A2;
}
.AnyTagClassName
{
color: #EA99A2;
}
</style>
background-color css
<style>
a { background-color: #EA99A2; }
a { background-color: rgb(234,153,162); }
div.DivClassName
{
background-color: #EA99A2;
}
.BgClassName
{
background-color: #EA99A2;
}
</style>
border-color css
<style>
span { border-color: #EA99A2; }
span { border-color: rgb(234,153,162); }
td.TdClassName
{
border-color: #EA99A2;
}
.TagClassName
{
border-color: #EA99A2;
}
</style>