Shades of Wewak #ED878E
Tints of Wewak #ED878E
RGB
CMYK
RGB Variations
Color information
#ED878E (or 0xED878E) is known color: Wewak. HEX triplet: ED, 87 and 8E. RGB value is (237,135,142). Sum of RGB (Red+Green+Blue) = 237+135+142=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED878E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED878E is #127871. Grayscale: #A6A6A6. Windows color (decimal): -1210482 or 9340909. OLE color: 9340909.
HSL color Cylindrical-coordinate representation of color #ED878E: hue angle of 355.88º 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 #ED878E is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 142 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.07 |
| HSL | 355.88º | 0.74% | 0.73% | - |
| HSV(B) | 355.88º | 0.43% | 0.93% | - |
| XYZ | 48.47 | 37.29 | 30.23 | - |
| YUV | 166.3 | 114.29 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 142 | 0 | 0.43 | 0.40 | 0.07 | 355.88 | 0.74 | 0.73 |
| Hex | ED | 87 | 8E | 0 | 2B | 28 | 7 | 164 | 4A | 49 |
| Octal | 355 | 207 | 216 | 0 | 53 | 50 | 7 | 544 | 112 | 111 |
| Binary | 11101101 | 10000111 | 10001110 | 0 | 101011 | 101000 | 111 | 101100100 | 1001010 | 1001001 |
Color Harmonies of #ED878E
Complementary color
Monochromatic Colors of #ED878E
Black with #ED878E
Text Example
Text Example
White with #ED878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED878E; }
p { color: rgb(237,135,142); }
H1.HeaderClassName
{
color: #ED878E;
}
.AnyTagClassName
{
color: #ED878E;
}
</style>
background-color css
<style>
a { background-color: #ED878E; }
a { background-color: rgb(237,135,142); }
div.DivClassName
{
background-color: #ED878E;
}
.BgClassName
{
background-color: #ED878E;
}
</style>
border-color css
<style>
span { border-color: #ED878E; }
span { border-color: rgb(237,135,142); }
td.TdClassName
{
border-color: #ED878E;
}
.TagClassName
{
border-color: #ED878E;
}
</style>