Shades of Wewak #ED8992
Tints of Wewak #ED8992
RGB
CMYK
RGB Variations
Color information
#ED8992 (or 0xED8992) is known color: Wewak. HEX triplet: ED, 89 and 92. RGB value is (237,137,146). Sum of RGB (Red+Green+Blue) = 237+137+146=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8992 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8992 is #12766D. Grayscale: #A7A7A7. Windows color (decimal): -1209966 or 9603565. OLE color: 9603565.
HSL color Cylindrical-coordinate representation of color #ED8992: hue angle of 354.6º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8992 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 146 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.07 |
| HSL | 354.6º | 0.74% | 0.73% | - |
| HSV(B) | 354.6º | 0.42% | 0.93% | - |
| XYZ | 49.06 | 37.97 | 31.94 | - |
| YUV | 167.93 | 115.63 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 146 | 0 | 0.42 | 0.38 | 0.07 | 354.6 | 0.74 | 0.73 |
| Hex | ED | 89 | 92 | 0 | 2A | 26 | 7 | 163 | 4A | 49 |
| Octal | 355 | 211 | 222 | 0 | 52 | 46 | 7 | 543 | 112 | 111 |
| Binary | 11101101 | 10001001 | 10010010 | 0 | 101010 | 100110 | 111 | 101100011 | 1001010 | 1001001 |
Color Harmonies of #ED8992
Complementary color
Monochromatic Colors of #ED8992
Black with #ED8992
Text Example
Text Example
White with #ED8992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8992; }
p { color: rgb(237,137,146); }
H1.HeaderClassName
{
color: #ED8992;
}
.AnyTagClassName
{
color: #ED8992;
}
</style>
background-color css
<style>
a { background-color: #ED8992; }
a { background-color: rgb(237,137,146); }
div.DivClassName
{
background-color: #ED8992;
}
.BgClassName
{
background-color: #ED8992;
}
</style>
border-color css
<style>
span { border-color: #ED8992; }
span { border-color: rgb(237,137,146); }
td.TdClassName
{
border-color: #ED8992;
}
.TagClassName
{
border-color: #ED8992;
}
</style>