Shades of Wewak #ED8A8B
Tints of Wewak #ED8A8B
RGB
CMYK
RGB Variations
Color information
#ED8A8B (or 0xED8A8B) is known color: Wewak. HEX triplet: ED, 8A and 8B. RGB value is (237,138,139). Sum of RGB (Red+Green+Blue) = 237+138+139=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A8B is #127574. Grayscale: #A7A7A7. Windows color (decimal): -1209717 or 9145069. OLE color: 9145069.
HSL color Cylindrical-coordinate representation of color #ED8A8B: 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.42%. Process color model (Four color, CMYK) of #ED8A8B is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 139 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.07 |
| HSL | 359.39º | 0.73% | 0.74% | - |
| HSV(B) | 359.39º | 0.42% | 0.93% | - |
| XYZ | 48.67 | 38.05 | 29.2 | - |
| YUV | 167.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 139 | 0 | 0.42 | 0.41 | 0.07 | 359.39 | 0.73 | 0.74 |
| Hex | ED | 8A | 8B | 0 | 2A | 29 | 7 | 167 | 49 | 4A |
| Octal | 355 | 212 | 213 | 0 | 52 | 51 | 7 | 547 | 111 | 112 |
| Binary | 11101101 | 10001010 | 10001011 | 0 | 101010 | 101001 | 111 | 101100111 | 1001001 | 1001010 |
Color Harmonies of #ED8A8B
Complementary color
Monochromatic Colors of #ED8A8B
Black with #ED8A8B
Text Example
Text Example
White with #ED8A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A8B; }
p { color: rgb(237,138,139); }
H1.HeaderClassName
{
color: #ED8A8B;
}
.AnyTagClassName
{
color: #ED8A8B;
}
</style>
background-color css
<style>
a { background-color: #ED8A8B; }
a { background-color: rgb(237,138,139); }
div.DivClassName
{
background-color: #ED8A8B;
}
.BgClassName
{
background-color: #ED8A8B;
}
</style>
border-color css
<style>
span { border-color: #ED8A8B; }
span { border-color: rgb(237,138,139); }
td.TdClassName
{
border-color: #ED8A8B;
}
.TagClassName
{
border-color: #ED8A8B;
}
</style>