Shades of Wewak #ED96A1
Tints of Wewak #ED96A1
RGB
CMYK
RGB Variations
Color information
#ED96A1 (or 0xED96A1) is known color: Wewak. HEX triplet: ED, 96 and A1. RGB value is (237,150,161). Sum of RGB (Red+Green+Blue) = 237+150+161=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 161 (63.28% from 255 or 29.38% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED96A1 is #12695E. Grayscale: #B1B1B1. Windows color (decimal): -1206623 or 10589933. OLE color: 10589933.
HSL color Cylindrical-coordinate representation of color #ED96A1: hue angle of 352.41º 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 #ED96A1 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 161 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.07 |
| HSL | 352.41º | 0.71% | 0.76% | - |
| HSV(B) | 352.41º | 0.37% | 0.93% | - |
| XYZ | 52.26 | 42.39 | 39.15 | - |
| YUV | 177.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 161 | 0 | 0.37 | 0.32 | 0.07 | 352.41 | 0.71 | 0.76 |
| Hex | ED | 96 | A1 | 0 | 25 | 20 | 7 | 160 | 47 | 4C |
| Octal | 355 | 226 | 241 | 0 | 45 | 40 | 7 | 540 | 107 | 114 |
| Binary | 11101101 | 10010110 | 10100001 | 0 | 100101 | 100000 | 111 | 101100000 | 1000111 | 1001100 |
Color Harmonies of #ED96A1
Complementary color
Monochromatic Colors of #ED96A1
Black with #ED96A1
Text Example
Text Example
White with #ED96A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED96A1; }
p { color: rgb(237,150,161); }
H1.HeaderClassName
{
color: #ED96A1;
}
.AnyTagClassName
{
color: #ED96A1;
}
</style>
background-color css
<style>
a { background-color: #ED96A1; }
a { background-color: rgb(237,150,161); }
div.DivClassName
{
background-color: #ED96A1;
}
.BgClassName
{
background-color: #ED96A1;
}
</style>
border-color css
<style>
span { border-color: #ED96A1; }
span { border-color: rgb(237,150,161); }
td.TdClassName
{
border-color: #ED96A1;
}
.TagClassName
{
border-color: #ED96A1;
}
</style>