Shades of Wewak #ED95A2
Tints of Wewak #ED95A2
RGB
CMYK
RGB Variations
Color information
#ED95A2 (or 0xED95A2) is known color: Wewak. HEX triplet: ED, 95 and A2. RGB value is (237,149,162). Sum of RGB (Red+Green+Blue) = 237+149+162=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED95A2 is #126A5D. Grayscale: #B0B0B0. Windows color (decimal): -1206878 or 10655213. OLE color: 10655213.
HSL color Cylindrical-coordinate representation of color #ED95A2: hue angle of 351.14º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED95A2 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 162 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.07 |
| HSL | 351.14º | 0.71% | 0.76% | - |
| HSV(B) | 351.14º | 0.37% | 0.93% | - |
| XYZ | 52.19 | 42.11 | 39.56 | - |
| YUV | 176.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 162 | 0 | 0.37 | 0.32 | 0.07 | 351.14 | 0.71 | 0.76 |
| Hex | ED | 95 | A2 | 0 | 25 | 20 | 7 | 15F | 47 | 4C |
| Octal | 355 | 225 | 242 | 0 | 45 | 40 | 7 | 537 | 107 | 114 |
| Binary | 11101101 | 10010101 | 10100010 | 0 | 100101 | 100000 | 111 | 101011111 | 1000111 | 1001100 |
Color Harmonies of #ED95A2
Complementary color
Monochromatic Colors of #ED95A2
Black with #ED95A2
Text Example
Text Example
White with #ED95A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED95A2; }
p { color: rgb(237,149,162); }
H1.HeaderClassName
{
color: #ED95A2;
}
.AnyTagClassName
{
color: #ED95A2;
}
</style>
background-color css
<style>
a { background-color: #ED95A2; }
a { background-color: rgb(237,149,162); }
div.DivClassName
{
background-color: #ED95A2;
}
.BgClassName
{
background-color: #ED95A2;
}
</style>
border-color css
<style>
span { border-color: #ED95A2; }
span { border-color: rgb(237,149,162); }
td.TdClassName
{
border-color: #ED95A2;
}
.TagClassName
{
border-color: #ED95A2;
}
</style>