Shades of Wewak #ED8C9F
Tints of Wewak #ED8C9F
RGB
CMYK
RGB Variations
Color information
#ED8C9F (or 0xED8C9F) is known color: Wewak. HEX triplet: ED, 8C and 9F. RGB value is (237,140,159). Sum of RGB (Red+Green+Blue) = 237+140+159=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8C9F is #127360. Grayscale: #ABABAB. Windows color (decimal): -1209185 or 10456301. OLE color: 10456301.
HSL color Cylindrical-coordinate representation of color #ED8C9F: hue angle of 348.25º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8C9F is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 159 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.07 |
| HSL | 348.25º | 0.73% | 0.74% | - |
| HSV(B) | 348.25º | 0.41% | 0.93% | - |
| XYZ | 50.56 | 39.26 | 37.71 | - |
| YUV | 171.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 159 | 0 | 0.41 | 0.33 | 0.07 | 348.25 | 0.73 | 0.74 |
| Hex | ED | 8C | 9F | 0 | 29 | 21 | 7 | 15C | 49 | 4A |
| Octal | 355 | 214 | 237 | 0 | 51 | 41 | 7 | 534 | 111 | 112 |
| Binary | 11101101 | 10001100 | 10011111 | 0 | 101001 | 100001 | 111 | 101011100 | 1001001 | 1001010 |
Color Harmonies of #ED8C9F
Complementary color
Monochromatic Colors of #ED8C9F
Black with #ED8C9F
Text Example
Text Example
White with #ED8C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C9F; }
p { color: rgb(237,140,159); }
H1.HeaderClassName
{
color: #ED8C9F;
}
.AnyTagClassName
{
color: #ED8C9F;
}
</style>
background-color css
<style>
a { background-color: #ED8C9F; }
a { background-color: rgb(237,140,159); }
div.DivClassName
{
background-color: #ED8C9F;
}
.BgClassName
{
background-color: #ED8C9F;
}
</style>
border-color css
<style>
span { border-color: #ED8C9F; }
span { border-color: rgb(237,140,159); }
td.TdClassName
{
border-color: #ED8C9F;
}
.TagClassName
{
border-color: #ED8C9F;
}
</style>