Shades of Wewak #ED8D9C
Tints of Wewak #ED8D9C
RGB
CMYK
RGB Variations
Color information
#ED8D9C (or 0xED8D9C) is known color: Wewak. HEX triplet: ED, 8D and 9C. RGB value is (237,141,156). Sum of RGB (Red+Green+Blue) = 237+141+156=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8D9C is #127263. Grayscale: #ABABAB. Windows color (decimal): -1208932 or 10259949. OLE color: 10259949.
HSL color Cylindrical-coordinate representation of color #ED8D9C: hue angle of 350.62º 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 #ED8D9C is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 141 | 156 | - |
CMYK | 0 | 0.41 | 0.34 | 0.07 |
HSL | 350.63º | 0.73% | 0.74% | - |
HSV(B) | 350.63º | 0.41% | 0.93% | - |
XYZ | 50.45 | 39.45 | 36.41 | - |
YUV | 171.41 | 119.3 | 174.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 141 | 156 | 0 | 0.41 | 0.34 | 0.07 | 350.63 | 0.73 | 0.74 |
Hex | ED | 8D | 9C | 0 | 29 | 22 | 7 | 15F | 49 | 4A |
Octal | 355 | 215 | 234 | 0 | 51 | 42 | 7 | 537 | 111 | 112 |
Binary | 11101101 | 10001101 | 10011100 | 0 | 101001 | 100010 | 111 | 101011111 | 1001001 | 1001010 |
Color Harmonies of #ED8D9C
Complementary color
Monochromatic Colors of #ED8D9C
Black with #ED8D9C
Text Example
Text Example
White with #ED8D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D9C; }
p { color: rgb(237,141,156); }
H1.HeaderClassName
{
color: #ED8D9C;
}
.AnyTagClassName
{
color: #ED8D9C;
}
</style>
background-color css
<style>
a { background-color: #ED8D9C; }
a { background-color: rgb(237,141,156); }
div.DivClassName
{
background-color: #ED8D9C;
}
.BgClassName
{
background-color: #ED8D9C;
}
</style>
border-color css
<style>
span { border-color: #ED8D9C; }
span { border-color: rgb(237,141,156); }
td.TdClassName
{
border-color: #ED8D9C;
}
.TagClassName
{
border-color: #ED8D9C;
}
</style>