Shades of Wewak #ED939B
Tints of Wewak #ED939B
RGB
CMYK
RGB Variations
Color information
#ED939B (or 0xED939B) is known color: Wewak. HEX triplet: ED, 93 and 9B. RGB value is (237,147,155). Sum of RGB (Red+Green+Blue) = 237+147+155=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED939B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED939B is #126C64. Grayscale: #AEAEAE. Windows color (decimal): -1207397 or 10195949. OLE color: 10195949.
HSL color Cylindrical-coordinate representation of color #ED939B: hue angle of 354.67º 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 #ED939B is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 155 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.07 |
| HSL | 354.67º | 0.71% | 0.75% | - |
| HSV(B) | 354.67º | 0.38% | 0.93% | - |
| XYZ | 51.28 | 41.24 | 36.27 | - |
| YUV | 174.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 155 | 0 | 0.38 | 0.35 | 0.07 | 354.67 | 0.71 | 0.75 |
| Hex | ED | 93 | 9B | 0 | 26 | 23 | 7 | 163 | 47 | 4B |
| Octal | 355 | 223 | 233 | 0 | 46 | 43 | 7 | 543 | 107 | 113 |
| Binary | 11101101 | 10010011 | 10011011 | 0 | 100110 | 100011 | 111 | 101100011 | 1000111 | 1001011 |
Color Harmonies of #ED939B
Complementary color
Monochromatic Colors of #ED939B
Black with #ED939B
Text Example
Text Example
White with #ED939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED939B; }
p { color: rgb(237,147,155); }
H1.HeaderClassName
{
color: #ED939B;
}
.AnyTagClassName
{
color: #ED939B;
}
</style>
background-color css
<style>
a { background-color: #ED939B; }
a { background-color: rgb(237,147,155); }
div.DivClassName
{
background-color: #ED939B;
}
.BgClassName
{
background-color: #ED939B;
}
</style>
border-color css
<style>
span { border-color: #ED939B; }
span { border-color: rgb(237,147,155); }
td.TdClassName
{
border-color: #ED939B;
}
.TagClassName
{
border-color: #ED939B;
}
</style>