Shades of Wewak #ED9297
Tints of Wewak #ED9297
RGB
CMYK
RGB Variations
Color information
#ED9297 (or 0xED9297) is known color: Wewak. HEX triplet: ED, 92 and 97. RGB value is (237,146,151). Sum of RGB (Red+Green+Blue) = 237+146+151=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9297 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9297 is #126D68. Grayscale: #ADADAD. Windows color (decimal): -1207657 or 9933549. OLE color: 9933549.
HSL color Cylindrical-coordinate representation of color #ED9297: hue angle of 356.7º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED9297 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 151 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.07 |
| HSL | 356.7º | 0.72% | 0.75% | - |
| HSV(B) | 356.7º | 0.38% | 0.93% | - |
| XYZ | 50.79 | 40.8 | 34.48 | - |
| YUV | 173.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 151 | 0 | 0.38 | 0.36 | 0.07 | 356.7 | 0.72 | 0.75 |
| Hex | ED | 92 | 97 | 0 | 26 | 24 | 7 | 165 | 48 | 4B |
| Octal | 355 | 222 | 227 | 0 | 46 | 44 | 7 | 545 | 110 | 113 |
| Binary | 11101101 | 10010010 | 10010111 | 0 | 100110 | 100100 | 111 | 101100101 | 1001000 | 1001011 |
Color Harmonies of #ED9297
Complementary color
Monochromatic Colors of #ED9297
Black with #ED9297
Text Example
Text Example
White with #ED9297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9297; }
p { color: rgb(237,146,151); }
H1.HeaderClassName
{
color: #ED9297;
}
.AnyTagClassName
{
color: #ED9297;
}
</style>
background-color css
<style>
a { background-color: #ED9297; }
a { background-color: rgb(237,146,151); }
div.DivClassName
{
background-color: #ED9297;
}
.BgClassName
{
background-color: #ED9297;
}
</style>
border-color css
<style>
span { border-color: #ED9297; }
span { border-color: rgb(237,146,151); }
td.TdClassName
{
border-color: #ED9297;
}
.TagClassName
{
border-color: #ED9297;
}
</style>