Shades of Wewak #ED9098
Tints of Wewak #ED9098
RGB
CMYK
RGB Variations
Color information
#ED9098 (or 0xED9098) is known color: Wewak. HEX triplet: ED, 90 and 98. RGB value is (237,144,152). Sum of RGB (Red+Green+Blue) = 237+144+152=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9098 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9098 is #126F67. Grayscale: #ACACAC. Windows color (decimal): -1208168 or 9998573. OLE color: 9998573.
HSL color Cylindrical-coordinate representation of color #ED9098: hue angle of 354.84º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED9098 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 152 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.07 |
| HSL | 354.84º | 0.72% | 0.75% | - |
| HSV(B) | 354.84º | 0.39% | 0.93% | - |
| XYZ | 50.57 | 40.22 | 34.8 | - |
| YUV | 172.72 | 116.31 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 152 | 0 | 0.39 | 0.36 | 0.07 | 354.84 | 0.72 | 0.75 |
| Hex | ED | 90 | 98 | 0 | 27 | 24 | 7 | 163 | 48 | 4B |
| Octal | 355 | 220 | 230 | 0 | 47 | 44 | 7 | 543 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10011000 | 0 | 100111 | 100100 | 111 | 101100011 | 1001000 | 1001011 |
Color Harmonies of #ED9098
Complementary color
Monochromatic Colors of #ED9098
Black with #ED9098
Text Example
Text Example
White with #ED9098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9098; }
p { color: rgb(237,144,152); }
H1.HeaderClassName
{
color: #ED9098;
}
.AnyTagClassName
{
color: #ED9098;
}
</style>
background-color css
<style>
a { background-color: #ED9098; }
a { background-color: rgb(237,144,152); }
div.DivClassName
{
background-color: #ED9098;
}
.BgClassName
{
background-color: #ED9098;
}
</style>
border-color css
<style>
span { border-color: #ED9098; }
span { border-color: rgb(237,144,152); }
td.TdClassName
{
border-color: #ED9098;
}
.TagClassName
{
border-color: #ED9098;
}
</style>