Shades of Wewak #ED909F
Tints of Wewak #ED909F
RGB
CMYK
RGB Variations
Color information
#ED909F (or 0xED909F) is known color: Wewak. HEX triplet: ED, 90 and 9F. RGB value is (237,144,159). Sum of RGB (Red+Green+Blue) = 237+144+159=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 159 (62.5% from 255 or 29.44% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED909F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED909F is #126F60. Grayscale: #ADADAD. Windows color (decimal): -1208161 or 10457325. OLE color: 10457325.
HSL color Cylindrical-coordinate representation of color #ED909F: hue angle of 350.32º 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 #ED909F is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 159 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.07 |
| HSL | 350.32º | 0.72% | 0.75% | - |
| HSV(B) | 350.32º | 0.39% | 0.93% | - |
| XYZ | 51.16 | 40.45 | 37.91 | - |
| YUV | 173.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 159 | 0 | 0.39 | 0.33 | 0.07 | 350.32 | 0.72 | 0.75 |
| Hex | ED | 90 | 9F | 0 | 27 | 21 | 7 | 15E | 48 | 4B |
| Octal | 355 | 220 | 237 | 0 | 47 | 41 | 7 | 536 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10011111 | 0 | 100111 | 100001 | 111 | 101011110 | 1001000 | 1001011 |
Color Harmonies of #ED909F
Complementary color
Monochromatic Colors of #ED909F
Black with #ED909F
Text Example
Text Example
White with #ED909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED909F; }
p { color: rgb(237,144,159); }
H1.HeaderClassName
{
color: #ED909F;
}
.AnyTagClassName
{
color: #ED909F;
}
</style>
background-color css
<style>
a { background-color: #ED909F; }
a { background-color: rgb(237,144,159); }
div.DivClassName
{
background-color: #ED909F;
}
.BgClassName
{
background-color: #ED909F;
}
</style>
border-color css
<style>
span { border-color: #ED909F; }
span { border-color: rgb(237,144,159); }
td.TdClassName
{
border-color: #ED909F;
}
.TagClassName
{
border-color: #ED909F;
}
</style>