Shades of Wewak #EA9DA5
Tints of Wewak #EA9DA5
RGB
CMYK
RGB Variations
Color information
#EA9DA5 (or 0xEA9DA5) is known color: Wewak. HEX triplet: EA, 9D and A5. RGB value is (234,157,165). Sum of RGB (Red+Green+Blue) = 234+157+165=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9DA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9DA5 is #15625A. Grayscale: #B4B4B4. Windows color (decimal): -1401435 or 10853866. OLE color: 10853866.
HSL color Cylindrical-coordinate representation of color #EA9DA5: hue angle of 353.77º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EA9DA5 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 165 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.08 |
| HSL | 353.77º | 0.65% | 0.77% | - |
| HSV(B) | 353.77º | 0.33% | 0.92% | - |
| XYZ | 52.78 | 44.32 | 41.37 | - |
| YUV | 180.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 165 | 0 | 0.33 | 0.29 | 0.08 | 353.77 | 0.65 | 0.77 |
| Hex | EA | 9D | A5 | 0 | 21 | 1D | 8 | 162 | 41 | 4D |
| Octal | 352 | 235 | 245 | 0 | 41 | 35 | 10 | 542 | 101 | 115 |
| Binary | 11101010 | 10011101 | 10100101 | 0 | 100001 | 11101 | 1000 | 101100010 | 1000001 | 1001101 |
Color Harmonies of #EA9DA5
Complementary color
Monochromatic Colors of #EA9DA5
Black with #EA9DA5
Text Example
Text Example
White with #EA9DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9DA5; }
p { color: rgb(234,157,165); }
H1.HeaderClassName
{
color: #EA9DA5;
}
.AnyTagClassName
{
color: #EA9DA5;
}
</style>
background-color css
<style>
a { background-color: #EA9DA5; }
a { background-color: rgb(234,157,165); }
div.DivClassName
{
background-color: #EA9DA5;
}
.BgClassName
{
background-color: #EA9DA5;
}
</style>
border-color css
<style>
span { border-color: #EA9DA5; }
span { border-color: rgb(234,157,165); }
td.TdClassName
{
border-color: #EA9DA5;
}
.TagClassName
{
border-color: #EA9DA5;
}
</style>