Shades of Wewak #EA95A1
Tints of Wewak #EA95A1
RGB
CMYK
RGB Variations
Color information
#EA95A1 (or 0xEA95A1) is known color: Wewak. HEX triplet: EA, 95 and A1. RGB value is (234,149,161). Sum of RGB (Red+Green+Blue) = 234+149+161=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA95A1 is #156A5E. Grayscale: #AFAFAF. Windows color (decimal): -1403487 or 10589674. OLE color: 10589674.
HSL color Cylindrical-coordinate representation of color #EA95A1: hue angle of 351.53º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA95A1 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 161 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.08 |
| HSL | 351.53º | 0.67% | 0.75% | - |
| HSV(B) | 351.53º | 0.36% | 0.92% | - |
| XYZ | 51.11 | 41.56 | 39.05 | - |
| YUV | 175.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 161 | 0 | 0.36 | 0.31 | 0.08 | 351.53 | 0.67 | 0.75 |
| Hex | EA | 95 | A1 | 0 | 24 | 1F | 8 | 160 | 43 | 4B |
| Octal | 352 | 225 | 241 | 0 | 44 | 37 | 10 | 540 | 103 | 113 |
| Binary | 11101010 | 10010101 | 10100001 | 0 | 100100 | 11111 | 1000 | 101100000 | 1000011 | 1001011 |
Color Harmonies of #EA95A1
Complementary color
Monochromatic Colors of #EA95A1
Black with #EA95A1
Text Example
Text Example
White with #EA95A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA95A1; }
p { color: rgb(234,149,161); }
H1.HeaderClassName
{
color: #EA95A1;
}
.AnyTagClassName
{
color: #EA95A1;
}
</style>
background-color css
<style>
a { background-color: #EA95A1; }
a { background-color: rgb(234,149,161); }
div.DivClassName
{
background-color: #EA95A1;
}
.BgClassName
{
background-color: #EA95A1;
}
</style>
border-color css
<style>
span { border-color: #EA95A1; }
span { border-color: rgb(234,149,161); }
td.TdClassName
{
border-color: #EA95A1;
}
.TagClassName
{
border-color: #EA95A1;
}
</style>