Shades of Wewak #ED8F9C
Tints of Wewak #ED8F9C
RGB
CMYK
RGB Variations
Color information
#ED8F9C (or 0xED8F9C) is known color: Wewak. HEX triplet: ED, 8F and 9C. RGB value is (237,143,156). Sum of RGB (Red+Green+Blue) = 237+143+156=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F9C is #127063. Grayscale: #ACACAC. Windows color (decimal): -1208420 or 10260461. OLE color: 10260461.
HSL color Cylindrical-coordinate representation of color #ED8F9C: hue angle of 351.7º 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 #ED8F9C is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 156 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.07 |
| HSL | 351.7º | 0.72% | 0.75% | - |
| HSV(B) | 351.7º | 0.4% | 0.93% | - |
| XYZ | 50.75 | 40.05 | 36.51 | - |
| YUV | 172.59 | 118.64 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 156 | 0 | 0.40 | 0.34 | 0.07 | 351.7 | 0.72 | 0.75 |
| Hex | ED | 8F | 9C | 0 | 28 | 22 | 7 | 160 | 48 | 4B |
| Octal | 355 | 217 | 234 | 0 | 50 | 42 | 7 | 540 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10011100 | 0 | 101000 | 100010 | 111 | 101100000 | 1001000 | 1001011 |
Color Harmonies of #ED8F9C
Complementary color
Monochromatic Colors of #ED8F9C
Black with #ED8F9C
Text Example
Text Example
White with #ED8F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F9C; }
p { color: rgb(237,143,156); }
H1.HeaderClassName
{
color: #ED8F9C;
}
.AnyTagClassName
{
color: #ED8F9C;
}
</style>
background-color css
<style>
a { background-color: #ED8F9C; }
a { background-color: rgb(237,143,156); }
div.DivClassName
{
background-color: #ED8F9C;
}
.BgClassName
{
background-color: #ED8F9C;
}
</style>
border-color css
<style>
span { border-color: #ED8F9C; }
span { border-color: rgb(237,143,156); }
td.TdClassName
{
border-color: #ED8F9C;
}
.TagClassName
{
border-color: #ED8F9C;
}
</style>