Shades of Wewak #ED909D
Tints of Wewak #ED909D
RGB
CMYK
RGB Variations
Color information
#ED909D (or 0xED909D) is known color: Wewak. HEX triplet: ED, 90 and 9D. RGB value is (237,144,157). Sum of RGB (Red+Green+Blue) = 237+144+157=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED909D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED909D is #126F62. Grayscale: #ADADAD. Windows color (decimal): -1208163 or 10326253. OLE color: 10326253.
HSL color Cylindrical-coordinate representation of color #ED909D: hue angle of 351.61º 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 #ED909D is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 157 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.07 |
| HSL | 351.61º | 0.72% | 0.75% | - |
| HSV(B) | 351.61º | 0.39% | 0.93% | - |
| XYZ | 50.98 | 40.39 | 37.01 | - |
| YUV | 173.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 157 | 0 | 0.39 | 0.34 | 0.07 | 351.61 | 0.72 | 0.75 |
| Hex | ED | 90 | 9D | 0 | 27 | 22 | 7 | 160 | 48 | 4B |
| Octal | 355 | 220 | 235 | 0 | 47 | 42 | 7 | 540 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10011101 | 0 | 100111 | 100010 | 111 | 101100000 | 1001000 | 1001011 |
Color Harmonies of #ED909D
Complementary color
Monochromatic Colors of #ED909D
Black with #ED909D
Text Example
Text Example
White with #ED909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED909D; }
p { color: rgb(237,144,157); }
H1.HeaderClassName
{
color: #ED909D;
}
.AnyTagClassName
{
color: #ED909D;
}
</style>
background-color css
<style>
a { background-color: #ED909D; }
a { background-color: rgb(237,144,157); }
div.DivClassName
{
background-color: #ED909D;
}
.BgClassName
{
background-color: #ED909D;
}
</style>
border-color css
<style>
span { border-color: #ED909D; }
span { border-color: rgb(237,144,157); }
td.TdClassName
{
border-color: #ED909D;
}
.TagClassName
{
border-color: #ED909D;
}
</style>