Shades of Wewak #ED8C9B
Tints of Wewak #ED8C9B
RGB
CMYK
RGB Variations
Color information
#ED8C9B (or 0xED8C9B) is known color: Wewak. HEX triplet: ED, 8C and 9B. RGB value is (237,140,155). Sum of RGB (Red+Green+Blue) = 237+140+155=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 140 (55.08% from 255 or 26.32% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8C9B is #127364. Grayscale: #AAAAAA. Windows color (decimal): -1209189 or 10194157. OLE color: 10194157.
HSL color Cylindrical-coordinate representation of color #ED8C9B: hue angle of 350.72º 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 #ED8C9B is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 155 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.07 |
| HSL | 350.72º | 0.73% | 0.74% | - |
| HSV(B) | 350.72º | 0.41% | 0.93% | - |
| XYZ | 50.22 | 39.13 | 35.92 | - |
| YUV | 170.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 155 | 0 | 0.41 | 0.35 | 0.07 | 350.72 | 0.73 | 0.74 |
| Hex | ED | 8C | 9B | 0 | 29 | 23 | 7 | 15F | 49 | 4A |
| Octal | 355 | 214 | 233 | 0 | 51 | 43 | 7 | 537 | 111 | 112 |
| Binary | 11101101 | 10001100 | 10011011 | 0 | 101001 | 100011 | 111 | 101011111 | 1001001 | 1001010 |
Color Harmonies of #ED8C9B
Complementary color
Monochromatic Colors of #ED8C9B
Black with #ED8C9B
Text Example
Text Example
White with #ED8C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C9B; }
p { color: rgb(237,140,155); }
H1.HeaderClassName
{
color: #ED8C9B;
}
.AnyTagClassName
{
color: #ED8C9B;
}
</style>
background-color css
<style>
a { background-color: #ED8C9B; }
a { background-color: rgb(237,140,155); }
div.DivClassName
{
background-color: #ED8C9B;
}
.BgClassName
{
background-color: #ED8C9B;
}
</style>
border-color css
<style>
span { border-color: #ED8C9B; }
span { border-color: rgb(237,140,155); }
td.TdClassName
{
border-color: #ED8C9B;
}
.TagClassName
{
border-color: #ED8C9B;
}
</style>