Shades of Wewak #ED8B8C
Tints of Wewak #ED8B8C
RGB
CMYK
RGB Variations
Color information
#ED8B8C (or 0xED8B8C) is known color: Wewak. HEX triplet: ED, 8B and 8C. RGB value is (237,139,140). Sum of RGB (Red+Green+Blue) = 237+139+140=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8B8C is #127473. Grayscale: #A8A8A8. Windows color (decimal): -1209460 or 9210861. OLE color: 9210861.
HSL color Cylindrical-coordinate representation of color #ED8B8C: hue angle of 359.39º 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 #ED8B8C is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 140 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.07 |
| HSL | 359.39º | 0.73% | 0.74% | - |
| HSV(B) | 359.39º | 0.41% | 0.93% | - |
| XYZ | 48.89 | 38.36 | 29.64 | - |
| YUV | 168.42 | 111.97 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 140 | 0 | 0.41 | 0.41 | 0.07 | 359.39 | 0.73 | 0.74 |
| Hex | ED | 8B | 8C | 0 | 29 | 29 | 7 | 167 | 49 | 4A |
| Octal | 355 | 213 | 214 | 0 | 51 | 51 | 7 | 547 | 111 | 112 |
| Binary | 11101101 | 10001011 | 10001100 | 0 | 101001 | 101001 | 111 | 101100111 | 1001001 | 1001010 |
Color Harmonies of #ED8B8C
Complementary color
Monochromatic Colors of #ED8B8C
Black with #ED8B8C
Text Example
Text Example
White with #ED8B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8B8C; }
p { color: rgb(237,139,140); }
H1.HeaderClassName
{
color: #ED8B8C;
}
.AnyTagClassName
{
color: #ED8B8C;
}
</style>
background-color css
<style>
a { background-color: #ED8B8C; }
a { background-color: rgb(237,139,140); }
div.DivClassName
{
background-color: #ED8B8C;
}
.BgClassName
{
background-color: #ED8B8C;
}
</style>
border-color css
<style>
span { border-color: #ED8B8C; }
span { border-color: rgb(237,139,140); }
td.TdClassName
{
border-color: #ED8B8C;
}
.TagClassName
{
border-color: #ED8B8C;
}
</style>