Shades of Wewak #ED9092
Tints of Wewak #ED9092
RGB
CMYK
RGB Variations
Color information
#ED9092 (or 0xED9092) is known color: Wewak. HEX triplet: ED, 90 and 92. RGB value is (237,144,146). Sum of RGB (Red+Green+Blue) = 237+144+146=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9092 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9092 is #126F6D. Grayscale: #ACACAC. Windows color (decimal): -1208174 or 9605357. OLE color: 9605357.
HSL color Cylindrical-coordinate representation of color #ED9092: hue angle of 358.71º 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 #ED9092 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 146 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.07 |
| HSL | 358.71º | 0.72% | 0.75% | - |
| HSV(B) | 358.71º | 0.39% | 0.93% | - |
| XYZ | 50.09 | 40.03 | 32.28 | - |
| YUV | 172.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 146 | 0 | 0.39 | 0.38 | 0.07 | 358.71 | 0.72 | 0.75 |
| Hex | ED | 90 | 92 | 0 | 27 | 26 | 7 | 167 | 48 | 4B |
| Octal | 355 | 220 | 222 | 0 | 47 | 46 | 7 | 547 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10010010 | 0 | 100111 | 100110 | 111 | 101100111 | 1001000 | 1001011 |
Color Harmonies of #ED9092
Complementary color
Monochromatic Colors of #ED9092
Black with #ED9092
Text Example
Text Example
White with #ED9092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9092; }
p { color: rgb(237,144,146); }
H1.HeaderClassName
{
color: #ED9092;
}
.AnyTagClassName
{
color: #ED9092;
}
</style>
background-color css
<style>
a { background-color: #ED9092; }
a { background-color: rgb(237,144,146); }
div.DivClassName
{
background-color: #ED9092;
}
.BgClassName
{
background-color: #ED9092;
}
</style>
border-color css
<style>
span { border-color: #ED9092; }
span { border-color: rgb(237,144,146); }
td.TdClassName
{
border-color: #ED9092;
}
.TagClassName
{
border-color: #ED9092;
}
</style>