Shades of Wewak #ED8EA0
Tints of Wewak #ED8EA0
RGB
CMYK
RGB Variations
Color information
#ED8EA0 (or 0xED8EA0) is known color: Wewak. HEX triplet: ED, 8E and A0. RGB value is (237,142,160). Sum of RGB (Red+Green+Blue) = 237+142+160=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8EA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8EA0 is #12715F. Grayscale: #ACACAC. Windows color (decimal): -1208672 or 10522349. OLE color: 10522349.
HSL color Cylindrical-coordinate representation of color #ED8EA0: hue angle of 348.63º 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 #ED8EA0 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 160 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.07 |
| HSL | 348.63º | 0.73% | 0.74% | - |
| HSV(B) | 348.63º | 0.4% | 0.93% | - |
| XYZ | 50.94 | 39.89 | 38.27 | - |
| YUV | 172.46 | 120.97 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 160 | 0 | 0.40 | 0.32 | 0.07 | 348.63 | 0.73 | 0.74 |
| Hex | ED | 8E | A0 | 0 | 28 | 20 | 7 | 15D | 49 | 4A |
| Octal | 355 | 216 | 240 | 0 | 50 | 40 | 7 | 535 | 111 | 112 |
| Binary | 11101101 | 10001110 | 10100000 | 0 | 101000 | 100000 | 111 | 101011101 | 1001001 | 1001010 |
Color Harmonies of #ED8EA0
Complementary color
Monochromatic Colors of #ED8EA0
Black with #ED8EA0
Text Example
Text Example
White with #ED8EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8EA0; }
p { color: rgb(237,142,160); }
H1.HeaderClassName
{
color: #ED8EA0;
}
.AnyTagClassName
{
color: #ED8EA0;
}
</style>
background-color css
<style>
a { background-color: #ED8EA0; }
a { background-color: rgb(237,142,160); }
div.DivClassName
{
background-color: #ED8EA0;
}
.BgClassName
{
background-color: #ED8EA0;
}
</style>
border-color css
<style>
span { border-color: #ED8EA0; }
span { border-color: rgb(237,142,160); }
td.TdClassName
{
border-color: #ED8EA0;
}
.TagClassName
{
border-color: #ED8EA0;
}
</style>