Shades of Wewak #ED9299
Tints of Wewak #ED9299
RGB
CMYK
RGB Variations
Color information
#ED9299 (or 0xED9299) is known color: Wewak. HEX triplet: ED, 92 and 99. RGB value is (237,146,153). Sum of RGB (Red+Green+Blue) = 237+146+153=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9299 is #126D66. Grayscale: #AEAEAE. Windows color (decimal): -1207655 or 10064621. OLE color: 10064621.
HSL color Cylindrical-coordinate representation of color #ED9299: hue angle of 355.38º 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 #ED9299 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 153 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.07 |
| HSL | 355.38º | 0.72% | 0.75% | - |
| HSV(B) | 355.38º | 0.38% | 0.93% | - |
| XYZ | 50.95 | 40.86 | 35.34 | - |
| YUV | 174.01 | 116.15 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 153 | 0 | 0.38 | 0.35 | 0.07 | 355.38 | 0.72 | 0.75 |
| Hex | ED | 92 | 99 | 0 | 26 | 23 | 7 | 163 | 48 | 4B |
| Octal | 355 | 222 | 231 | 0 | 46 | 43 | 7 | 543 | 110 | 113 |
| Binary | 11101101 | 10010010 | 10011001 | 0 | 100110 | 100011 | 111 | 101100011 | 1001000 | 1001011 |
Color Harmonies of #ED9299
Complementary color
Monochromatic Colors of #ED9299
Black with #ED9299
Text Example
Text Example
White with #ED9299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9299; }
p { color: rgb(237,146,153); }
H1.HeaderClassName
{
color: #ED9299;
}
.AnyTagClassName
{
color: #ED9299;
}
</style>
background-color css
<style>
a { background-color: #ED9299; }
a { background-color: rgb(237,146,153); }
div.DivClassName
{
background-color: #ED9299;
}
.BgClassName
{
background-color: #ED9299;
}
</style>
border-color css
<style>
span { border-color: #ED9299; }
span { border-color: rgb(237,146,153); }
td.TdClassName
{
border-color: #ED9299;
}
.TagClassName
{
border-color: #ED9299;
}
</style>