Shades of Wewak #ED878C
Tints of Wewak #ED878C
RGB
CMYK
RGB Variations
Color information
#ED878C (or 0xED878C) is known color: Wewak. HEX triplet: ED, 87 and 8C. RGB value is (237,135,140). Sum of RGB (Red+Green+Blue) = 237+135+140=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED878C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED878C is #127873. Grayscale: #A6A6A6. Windows color (decimal): -1210484 or 9209837. OLE color: 9209837.
HSL color Cylindrical-coordinate representation of color #ED878C: hue angle of 357.06º 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 #ED878C is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 140 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.07 |
| HSL | 357.06º | 0.74% | 0.73% | - |
| HSV(B) | 357.06º | 0.43% | 0.93% | - |
| XYZ | 48.32 | 37.23 | 29.45 | - |
| YUV | 166.07 | 113.29 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 140 | 0 | 0.43 | 0.41 | 0.07 | 357.06 | 0.74 | 0.73 |
| Hex | ED | 87 | 8C | 0 | 2B | 29 | 7 | 165 | 4A | 49 |
| Octal | 355 | 207 | 214 | 0 | 53 | 51 | 7 | 545 | 112 | 111 |
| Binary | 11101101 | 10000111 | 10001100 | 0 | 101011 | 101001 | 111 | 101100101 | 1001010 | 1001001 |
Color Harmonies of #ED878C
Complementary color
Monochromatic Colors of #ED878C
Black with #ED878C
Text Example
Text Example
White with #ED878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED878C; }
p { color: rgb(237,135,140); }
H1.HeaderClassName
{
color: #ED878C;
}
.AnyTagClassName
{
color: #ED878C;
}
</style>
background-color css
<style>
a { background-color: #ED878C; }
a { background-color: rgb(237,135,140); }
div.DivClassName
{
background-color: #ED878C;
}
.BgClassName
{
background-color: #ED878C;
}
</style>
border-color css
<style>
span { border-color: #ED878C; }
span { border-color: rgb(237,135,140); }
td.TdClassName
{
border-color: #ED878C;
}
.TagClassName
{
border-color: #ED878C;
}
</style>