Shades of Wewak #ED939C
Tints of Wewak #ED939C
RGB
CMYK
RGB Variations
Color information
#ED939C (or 0xED939C) is known color: Wewak. HEX triplet: ED, 93 and 9C. RGB value is (237,147,156). Sum of RGB (Red+Green+Blue) = 237+147+156=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED939C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED939C is #126C63. Grayscale: #AEAEAE. Windows color (decimal): -1207396 or 10261485. OLE color: 10261485.
HSL color Cylindrical-coordinate representation of color #ED939C: hue angle of 354º 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 #ED939C is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 156 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.07 |
| HSL | 354º | 0.71% | 0.75% | - |
| HSV(B) | 354º | 0.38% | 0.93% | - |
| XYZ | 51.36 | 41.27 | 36.71 | - |
| YUV | 174.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 156 | 0 | 0.38 | 0.34 | 0.07 | 354 | 0.71 | 0.75 |
| Hex | ED | 93 | 9C | 0 | 26 | 22 | 7 | 162 | 47 | 4B |
| Octal | 355 | 223 | 234 | 0 | 46 | 42 | 7 | 542 | 107 | 113 |
| Binary | 11101101 | 10010011 | 10011100 | 0 | 100110 | 100010 | 111 | 101100010 | 1000111 | 1001011 |
Color Harmonies of #ED939C
Complementary color
Monochromatic Colors of #ED939C
Black with #ED939C
Text Example
Text Example
White with #ED939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED939C; }
p { color: rgb(237,147,156); }
H1.HeaderClassName
{
color: #ED939C;
}
.AnyTagClassName
{
color: #ED939C;
}
</style>
background-color css
<style>
a { background-color: #ED939C; }
a { background-color: rgb(237,147,156); }
div.DivClassName
{
background-color: #ED939C;
}
.BgClassName
{
background-color: #ED939C;
}
</style>
border-color css
<style>
span { border-color: #ED939C; }
span { border-color: rgb(237,147,156); }
td.TdClassName
{
border-color: #ED939C;
}
.TagClassName
{
border-color: #ED939C;
}
</style>