Shades of Wewak #ED939D
Tints of Wewak #ED939D
RGB
CMYK
RGB Variations
Color information
#ED939D (or 0xED939D) is known color: Wewak. HEX triplet: ED, 93 and 9D. RGB value is (237,147,157). Sum of RGB (Red+Green+Blue) = 237+147+157=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #ED939D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED939D is #126C62. Grayscale: #AFAFAF. Windows color (decimal): -1207395 or 10327021. OLE color: 10327021.
HSL color Cylindrical-coordinate representation of color #ED939D: hue angle of 353.33º 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 #ED939D is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 157 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.07 |
| HSL | 353.33º | 0.71% | 0.75% | - |
| HSV(B) | 353.33º | 0.38% | 0.93% | - |
| XYZ | 51.44 | 41.31 | 37.16 | - |
| YUV | 175.05 | 117.82 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 157 | 0 | 0.38 | 0.34 | 0.07 | 353.33 | 0.71 | 0.75 |
| Hex | ED | 93 | 9D | 0 | 26 | 22 | 7 | 161 | 47 | 4B |
| Octal | 355 | 223 | 235 | 0 | 46 | 42 | 7 | 541 | 107 | 113 |
| Binary | 11101101 | 10010011 | 10011101 | 0 | 100110 | 100010 | 111 | 101100001 | 1000111 | 1001011 |
Color Harmonies of #ED939D
Complementary color
Monochromatic Colors of #ED939D
Black with #ED939D
Text Example
Text Example
White with #ED939D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED939D; }
p { color: rgb(237,147,157); }
H1.HeaderClassName
{
color: #ED939D;
}
.AnyTagClassName
{
color: #ED939D;
}
</style>
background-color css
<style>
a { background-color: #ED939D; }
a { background-color: rgb(237,147,157); }
div.DivClassName
{
background-color: #ED939D;
}
.BgClassName
{
background-color: #ED939D;
}
</style>
border-color css
<style>
span { border-color: #ED939D; }
span { border-color: rgb(237,147,157); }
td.TdClassName
{
border-color: #ED939D;
}
.TagClassName
{
border-color: #ED939D;
}
</style>