Shades of Wewak #ED979B
Tints of Wewak #ED979B
RGB
CMYK
RGB Variations
Color information
#ED979B (or 0xED979B) is known color: Wewak. HEX triplet: ED, 97 and 9B. RGB value is (237,151,155). Sum of RGB (Red+Green+Blue) = 237+151+155=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED979B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED979B is #126864. Grayscale: #B1B1B1. Windows color (decimal): -1206373 or 10196973. OLE color: 10196973.
HSL color Cylindrical-coordinate representation of color #ED979B: hue angle of 357.21º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED979B is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 151 | 155 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.07 |
| HSL | 357.21º | 0.7% | 0.76% | - |
| HSV(B) | 357.21º | 0.36% | 0.93% | - |
| XYZ | 51.91 | 42.5 | 36.48 | - |
| YUV | 177.17 | 115.49 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 151 | 155 | 0 | 0.36 | 0.35 | 0.07 | 357.21 | 0.7 | 0.76 |
| Hex | ED | 97 | 9B | 0 | 24 | 23 | 7 | 165 | 46 | 4C |
| Octal | 355 | 227 | 233 | 0 | 44 | 43 | 7 | 545 | 106 | 114 |
| Binary | 11101101 | 10010111 | 10011011 | 0 | 100100 | 100011 | 111 | 101100101 | 1000110 | 1001100 |
Color Harmonies of #ED979B
Complementary color
Monochromatic Colors of #ED979B
Black with #ED979B
Text Example
Text Example
White with #ED979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED979B; }
p { color: rgb(237,151,155); }
H1.HeaderClassName
{
color: #ED979B;
}
.AnyTagClassName
{
color: #ED979B;
}
</style>
background-color css
<style>
a { background-color: #ED979B; }
a { background-color: rgb(237,151,155); }
div.DivClassName
{
background-color: #ED979B;
}
.BgClassName
{
background-color: #ED979B;
}
</style>
border-color css
<style>
span { border-color: #ED979B; }
span { border-color: rgb(237,151,155); }
td.TdClassName
{
border-color: #ED979B;
}
.TagClassName
{
border-color: #ED979B;
}
</style>