Shades of Wewak #ED949F
Tints of Wewak #ED949F
RGB
CMYK
RGB Variations
Color information
#ED949F (or 0xED949F) is known color: Wewak. HEX triplet: ED, 94 and 9F. RGB value is (237,148,159). Sum of RGB (Red+Green+Blue) = 237+148+159=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED949F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED949F is #126B60. Grayscale: #AFAFAF. Windows color (decimal): -1207137 or 10458349. OLE color: 10458349.
HSL color Cylindrical-coordinate representation of color #ED949F: hue angle of 352.58º 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 #ED949F is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 159 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.07 |
| HSL | 352.58º | 0.71% | 0.75% | - |
| HSV(B) | 352.58º | 0.38% | 0.93% | - |
| XYZ | 51.77 | 41.69 | 38.12 | - |
| YUV | 175.87 | 118.49 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 159 | 0 | 0.38 | 0.33 | 0.07 | 352.58 | 0.71 | 0.75 |
| Hex | ED | 94 | 9F | 0 | 26 | 21 | 7 | 161 | 47 | 4B |
| Octal | 355 | 224 | 237 | 0 | 46 | 41 | 7 | 541 | 107 | 113 |
| Binary | 11101101 | 10010100 | 10011111 | 0 | 100110 | 100001 | 111 | 101100001 | 1000111 | 1001011 |
Color Harmonies of #ED949F
Complementary color
Monochromatic Colors of #ED949F
Black with #ED949F
Text Example
Text Example
White with #ED949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED949F; }
p { color: rgb(237,148,159); }
H1.HeaderClassName
{
color: #ED949F;
}
.AnyTagClassName
{
color: #ED949F;
}
</style>
background-color css
<style>
a { background-color: #ED949F; }
a { background-color: rgb(237,148,159); }
div.DivClassName
{
background-color: #ED949F;
}
.BgClassName
{
background-color: #ED949F;
}
</style>
border-color css
<style>
span { border-color: #ED949F; }
span { border-color: rgb(237,148,159); }
td.TdClassName
{
border-color: #ED949F;
}
.TagClassName
{
border-color: #ED949F;
}
</style>