Shades of Wewak #ED8F9D
Tints of Wewak #ED8F9D
RGB
CMYK
RGB Variations
Color information
#ED8F9D (or 0xED8F9D) is known color: Wewak. HEX triplet: ED, 8F and 9D. RGB value is (237,143,157). Sum of RGB (Red+Green+Blue) = 237+143+157=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F9D is #127062. Grayscale: #ACACAC. Windows color (decimal): -1208419 or 10325997. OLE color: 10325997.
HSL color Cylindrical-coordinate representation of color #ED8F9D: hue angle of 351.06º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8F9D is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 157 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.07 |
| HSL | 351.06º | 0.72% | 0.75% | - |
| HSV(B) | 351.06º | 0.4% | 0.93% | - |
| XYZ | 50.83 | 40.08 | 36.96 | - |
| YUV | 172.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 157 | 0 | 0.40 | 0.34 | 0.07 | 351.06 | 0.72 | 0.75 |
| Hex | ED | 8F | 9D | 0 | 28 | 22 | 7 | 15F | 48 | 4B |
| Octal | 355 | 217 | 235 | 0 | 50 | 42 | 7 | 537 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10011101 | 0 | 101000 | 100010 | 111 | 101011111 | 1001000 | 1001011 |
Color Harmonies of #ED8F9D
Complementary color
Monochromatic Colors of #ED8F9D
Black with #ED8F9D
Text Example
Text Example
White with #ED8F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F9D; }
p { color: rgb(237,143,157); }
H1.HeaderClassName
{
color: #ED8F9D;
}
.AnyTagClassName
{
color: #ED8F9D;
}
</style>
background-color css
<style>
a { background-color: #ED8F9D; }
a { background-color: rgb(237,143,157); }
div.DivClassName
{
background-color: #ED8F9D;
}
.BgClassName
{
background-color: #ED8F9D;
}
</style>
border-color css
<style>
span { border-color: #ED8F9D; }
span { border-color: rgb(237,143,157); }
td.TdClassName
{
border-color: #ED8F9D;
}
.TagClassName
{
border-color: #ED8F9D;
}
</style>