Shades of Wewak #ED949D
Tints of Wewak #ED949D
RGB
CMYK
RGB Variations
Color information
#ED949D (or 0xED949D) is known color: Wewak. HEX triplet: ED, 94 and 9D. RGB value is (237,148,157). Sum of RGB (Red+Green+Blue) = 237+148+157=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED949D is #126B62. Grayscale: #AFAFAF. Windows color (decimal): -1207139 or 10327277. OLE color: 10327277.
HSL color Cylindrical-coordinate representation of color #ED949D: hue angle of 353.93º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED949D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 157 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.07 |
| HSL | 353.93º | 0.71% | 0.75% | - |
| HSV(B) | 353.93º | 0.38% | 0.93% | - |
| XYZ | 51.6 | 41.62 | 37.21 | - |
| YUV | 175.64 | 117.49 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 157 | 0 | 0.38 | 0.34 | 0.07 | 353.93 | 0.71 | 0.75 |
| Hex | ED | 94 | 9D | 0 | 26 | 22 | 7 | 162 | 47 | 4B |
| Octal | 355 | 224 | 235 | 0 | 46 | 42 | 7 | 542 | 107 | 113 |
| Binary | 11101101 | 10010100 | 10011101 | 0 | 100110 | 100010 | 111 | 101100010 | 1000111 | 1001011 |
Color Harmonies of #ED949D
Complementary color
Monochromatic Colors of #ED949D
Black with #ED949D
Text Example
Text Example
White with #ED949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED949D; }
p { color: rgb(237,148,157); }
H1.HeaderClassName
{
color: #ED949D;
}
.AnyTagClassName
{
color: #ED949D;
}
</style>
background-color css
<style>
a { background-color: #ED949D; }
a { background-color: rgb(237,148,157); }
div.DivClassName
{
background-color: #ED949D;
}
.BgClassName
{
background-color: #ED949D;
}
</style>
border-color css
<style>
span { border-color: #ED949D; }
span { border-color: rgb(237,148,157); }
td.TdClassName
{
border-color: #ED949D;
}
.TagClassName
{
border-color: #ED949D;
}
</style>