Shades of Wewak #ED959F
Tints of Wewak #ED959F
RGB
CMYK
RGB Variations
Color information
#ED959F (or 0xED959F) is known color: Wewak. HEX triplet: ED, 95 and 9F. RGB value is (237,149,159). Sum of RGB (Red+Green+Blue) = 237+149+159=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED959F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED959F is #126A60. Grayscale: #B0B0B0. Windows color (decimal): -1206881 or 10458605. OLE color: 10458605.
HSL color Cylindrical-coordinate representation of color #ED959F: hue angle of 353.18º 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 #ED959F is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 159 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.07 |
| HSL | 353.18º | 0.71% | 0.76% | - |
| HSV(B) | 353.18º | 0.37% | 0.93% | - |
| XYZ | 51.93 | 42 | 38.17 | - |
| YUV | 176.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 159 | 0 | 0.37 | 0.33 | 0.07 | 353.18 | 0.71 | 0.76 |
| Hex | ED | 95 | 9F | 0 | 25 | 21 | 7 | 161 | 47 | 4C |
| Octal | 355 | 225 | 237 | 0 | 45 | 41 | 7 | 541 | 107 | 114 |
| Binary | 11101101 | 10010101 | 10011111 | 0 | 100101 | 100001 | 111 | 101100001 | 1000111 | 1001100 |
Color Harmonies of #ED959F
Complementary color
Monochromatic Colors of #ED959F
Black with #ED959F
Text Example
Text Example
White with #ED959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED959F; }
p { color: rgb(237,149,159); }
H1.HeaderClassName
{
color: #ED959F;
}
.AnyTagClassName
{
color: #ED959F;
}
</style>
background-color css
<style>
a { background-color: #ED959F; }
a { background-color: rgb(237,149,159); }
div.DivClassName
{
background-color: #ED959F;
}
.BgClassName
{
background-color: #ED959F;
}
</style>
border-color css
<style>
span { border-color: #ED959F; }
span { border-color: rgb(237,149,159); }
td.TdClassName
{
border-color: #ED959F;
}
.TagClassName
{
border-color: #ED959F;
}
</style>