Shades of Wewak #ED8D9B
Tints of Wewak #ED8D9B
RGB
CMYK
RGB Variations
Color information
#ED8D9B (or 0xED8D9B) is known color: Wewak. HEX triplet: ED, 8D and 9B. RGB value is (237,141,155). Sum of RGB (Red+Green+Blue) = 237+141+155=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D9B is #127264. Grayscale: #ABABAB. Windows color (decimal): -1208933 or 10194413. OLE color: 10194413.
HSL color Cylindrical-coordinate representation of color #ED8D9B: hue angle of 351.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 #ED8D9B is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 155 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.07 |
| HSL | 351.25º | 0.73% | 0.74% | - |
| HSV(B) | 351.25º | 0.41% | 0.93% | - |
| XYZ | 50.37 | 39.42 | 35.96 | - |
| YUV | 171.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 155 | 0 | 0.41 | 0.35 | 0.07 | 351.25 | 0.73 | 0.74 |
| Hex | ED | 8D | 9B | 0 | 29 | 23 | 7 | 15F | 49 | 4A |
| Octal | 355 | 215 | 233 | 0 | 51 | 43 | 7 | 537 | 111 | 112 |
| Binary | 11101101 | 10001101 | 10011011 | 0 | 101001 | 100011 | 111 | 101011111 | 1001001 | 1001010 |
Color Harmonies of #ED8D9B
Complementary color
Monochromatic Colors of #ED8D9B
Black with #ED8D9B
Text Example
Text Example
White with #ED8D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D9B; }
p { color: rgb(237,141,155); }
H1.HeaderClassName
{
color: #ED8D9B;
}
.AnyTagClassName
{
color: #ED8D9B;
}
</style>
background-color css
<style>
a { background-color: #ED8D9B; }
a { background-color: rgb(237,141,155); }
div.DivClassName
{
background-color: #ED8D9B;
}
.BgClassName
{
background-color: #ED8D9B;
}
</style>
border-color css
<style>
span { border-color: #ED8D9B; }
span { border-color: rgb(237,141,155); }
td.TdClassName
{
border-color: #ED8D9B;
}
.TagClassName
{
border-color: #ED8D9B;
}
</style>