Shades of Wewak #ED8A97
Tints of Wewak #ED8A97
RGB
CMYK
RGB Variations
Color information
#ED8A97 (or 0xED8A97) is known color: Wewak. HEX triplet: ED, 8A and 97. RGB value is (237,138,151). Sum of RGB (Red+Green+Blue) = 237+138+151=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A97 is #127568. Grayscale: #A9A9A9. Windows color (decimal): -1209705 or 9931501. OLE color: 9931501.
HSL color Cylindrical-coordinate representation of color #ED8A97: hue angle of 352.12º 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 #ED8A97 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 151 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.07 |
| HSL | 352.12º | 0.73% | 0.74% | - |
| HSV(B) | 352.12º | 0.42% | 0.93% | - |
| XYZ | 49.6 | 38.42 | 34.08 | - |
| YUV | 169.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 151 | 0 | 0.42 | 0.36 | 0.07 | 352.12 | 0.73 | 0.74 |
| Hex | ED | 8A | 97 | 0 | 2A | 24 | 7 | 160 | 49 | 4A |
| Octal | 355 | 212 | 227 | 0 | 52 | 44 | 7 | 540 | 111 | 112 |
| Binary | 11101101 | 10001010 | 10010111 | 0 | 101010 | 100100 | 111 | 101100000 | 1001001 | 1001010 |
Color Harmonies of #ED8A97
Complementary color
Monochromatic Colors of #ED8A97
Black with #ED8A97
Text Example
Text Example
White with #ED8A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A97; }
p { color: rgb(237,138,151); }
H1.HeaderClassName
{
color: #ED8A97;
}
.AnyTagClassName
{
color: #ED8A97;
}
</style>
background-color css
<style>
a { background-color: #ED8A97; }
a { background-color: rgb(237,138,151); }
div.DivClassName
{
background-color: #ED8A97;
}
.BgClassName
{
background-color: #ED8A97;
}
</style>
border-color css
<style>
span { border-color: #ED8A97; }
span { border-color: rgb(237,138,151); }
td.TdClassName
{
border-color: #ED8A97;
}
.TagClassName
{
border-color: #ED8A97;
}
</style>