Shades of Wewak #ED878B
Tints of Wewak #ED878B
RGB
CMYK
RGB Variations
Color information
#ED878B (or 0xED878B) is known color: Wewak. HEX triplet: ED, 87 and 8B. RGB value is (237,135,139). Sum of RGB (Red+Green+Blue) = 237+135+139=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED878B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED878B is #127874. Grayscale: #A6A6A6. Windows color (decimal): -1210485 or 9144301. OLE color: 9144301.
HSL color Cylindrical-coordinate representation of color #ED878B: hue angle of 357.65º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED878B is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 139 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.07 |
| HSL | 357.65º | 0.74% | 0.73% | - |
| HSV(B) | 357.65º | 0.43% | 0.93% | - |
| XYZ | 48.25 | 37.2 | 29.06 | - |
| YUV | 165.95 | 112.79 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 139 | 0 | 0.43 | 0.41 | 0.07 | 357.65 | 0.74 | 0.73 |
| Hex | ED | 87 | 8B | 0 | 2B | 29 | 7 | 166 | 4A | 49 |
| Octal | 355 | 207 | 213 | 0 | 53 | 51 | 7 | 546 | 112 | 111 |
| Binary | 11101101 | 10000111 | 10001011 | 0 | 101011 | 101001 | 111 | 101100110 | 1001010 | 1001001 |
Color Harmonies of #ED878B
Complementary color
Monochromatic Colors of #ED878B
Black with #ED878B
Text Example
Text Example
White with #ED878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED878B; }
p { color: rgb(237,135,139); }
H1.HeaderClassName
{
color: #ED878B;
}
.AnyTagClassName
{
color: #ED878B;
}
</style>
background-color css
<style>
a { background-color: #ED878B; }
a { background-color: rgb(237,135,139); }
div.DivClassName
{
background-color: #ED878B;
}
.BgClassName
{
background-color: #ED878B;
}
</style>
border-color css
<style>
span { border-color: #ED878B; }
span { border-color: rgb(237,135,139); }
td.TdClassName
{
border-color: #ED878B;
}
.TagClassName
{
border-color: #ED878B;
}
</style>