Shades of Wewak #ED9FA1
Tints of Wewak #ED9FA1
RGB
CMYK
RGB Variations
Color information
#ED9FA1 (or 0xED9FA1) is known color: Wewak. HEX triplet: ED, 9F and A1. RGB value is (237,159,161). Sum of RGB (Red+Green+Blue) = 237+159+161=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9FA1 is #12605E. Grayscale: #B6B6B6. Windows color (decimal): -1204319 or 10592237. OLE color: 10592237.
HSL color Cylindrical-coordinate representation of color #ED9FA1: hue angle of 358.46º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9FA1 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 161 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.07 |
| HSL | 358.46º | 0.68% | 0.78% | - |
| HSV(B) | 358.46º | 0.33% | 0.93% | - |
| XYZ | 53.76 | 45.37 | 39.64 | - |
| YUV | 182.55 | 115.84 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 161 | 0 | 0.33 | 0.32 | 0.07 | 358.46 | 0.68 | 0.78 |
| Hex | ED | 9F | A1 | 0 | 21 | 20 | 7 | 166 | 44 | 4E |
| Octal | 355 | 237 | 241 | 0 | 41 | 40 | 7 | 546 | 104 | 116 |
| Binary | 11101101 | 10011111 | 10100001 | 0 | 100001 | 100000 | 111 | 101100110 | 1000100 | 1001110 |
Color Harmonies of #ED9FA1
Complementary color
Monochromatic Colors of #ED9FA1
Black with #ED9FA1
Text Example
Text Example
White with #ED9FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9FA1; }
p { color: rgb(237,159,161); }
H1.HeaderClassName
{
color: #ED9FA1;
}
.AnyTagClassName
{
color: #ED9FA1;
}
</style>
background-color css
<style>
a { background-color: #ED9FA1; }
a { background-color: rgb(237,159,161); }
div.DivClassName
{
background-color: #ED9FA1;
}
.BgClassName
{
background-color: #ED9FA1;
}
</style>
border-color css
<style>
span { border-color: #ED9FA1; }
span { border-color: rgb(237,159,161); }
td.TdClassName
{
border-color: #ED9FA1;
}
.TagClassName
{
border-color: #ED9FA1;
}
</style>