Shades of Wewak #ED8E9F
Tints of Wewak #ED8E9F
RGB
CMYK
RGB Variations
Color information
#ED8E9F (or 0xED8E9F) is known color: Wewak. HEX triplet: ED, 8E and 9F. RGB value is (237,142,159). Sum of RGB (Red+Green+Blue) = 237+142+159=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E9F is #127160. Grayscale: #ACACAC. Windows color (decimal): -1208673 or 10456813. OLE color: 10456813.
HSL color Cylindrical-coordinate representation of color #ED8E9F: hue angle of 349.26º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8E9F is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 159 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.07 |
| HSL | 349.26º | 0.73% | 0.74% | - |
| HSV(B) | 349.26º | 0.4% | 0.93% | - |
| XYZ | 50.86 | 39.85 | 37.81 | - |
| YUV | 172.34 | 120.47 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 159 | 0 | 0.40 | 0.33 | 0.07 | 349.26 | 0.73 | 0.74 |
| Hex | ED | 8E | 9F | 0 | 28 | 21 | 7 | 15D | 49 | 4A |
| Octal | 355 | 216 | 237 | 0 | 50 | 41 | 7 | 535 | 111 | 112 |
| Binary | 11101101 | 10001110 | 10011111 | 0 | 101000 | 100001 | 111 | 101011101 | 1001001 | 1001010 |
Color Harmonies of #ED8E9F
Complementary color
Monochromatic Colors of #ED8E9F
Black with #ED8E9F
Text Example
Text Example
White with #ED8E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8E9F; }
p { color: rgb(237,142,159); }
H1.HeaderClassName
{
color: #ED8E9F;
}
.AnyTagClassName
{
color: #ED8E9F;
}
</style>
background-color css
<style>
a { background-color: #ED8E9F; }
a { background-color: rgb(237,142,159); }
div.DivClassName
{
background-color: #ED8E9F;
}
.BgClassName
{
background-color: #ED8E9F;
}
</style>
border-color css
<style>
span { border-color: #ED8E9F; }
span { border-color: rgb(237,142,159); }
td.TdClassName
{
border-color: #ED8E9F;
}
.TagClassName
{
border-color: #ED8E9F;
}
</style>