Shades of Wewak #ED909B
Tints of Wewak #ED909B
RGB
CMYK
RGB Variations
Color information
#ED909B (or 0xED909B) is known color: Wewak. HEX triplet: ED, 90 and 9B. RGB value is (237,144,155). Sum of RGB (Red+Green+Blue) = 237+144+155=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED909B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED909B is #126F64. Grayscale: #ADADAD. Windows color (decimal): -1208165 or 10195181. OLE color: 10195181.
HSL color Cylindrical-coordinate representation of color #ED909B: hue angle of 352.9º 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 #ED909B is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 155 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.07 |
| HSL | 352.9º | 0.72% | 0.75% | - |
| HSV(B) | 352.9º | 0.39% | 0.93% | - |
| XYZ | 50.81 | 40.32 | 36.11 | - |
| YUV | 173.06 | 117.81 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 155 | 0 | 0.39 | 0.35 | 0.07 | 352.9 | 0.72 | 0.75 |
| Hex | ED | 90 | 9B | 0 | 27 | 23 | 7 | 161 | 48 | 4B |
| Octal | 355 | 220 | 233 | 0 | 47 | 43 | 7 | 541 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10011011 | 0 | 100111 | 100011 | 111 | 101100001 | 1001000 | 1001011 |
Color Harmonies of #ED909B
Complementary color
Monochromatic Colors of #ED909B
Black with #ED909B
Text Example
Text Example
White with #ED909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED909B; }
p { color: rgb(237,144,155); }
H1.HeaderClassName
{
color: #ED909B;
}
.AnyTagClassName
{
color: #ED909B;
}
</style>
background-color css
<style>
a { background-color: #ED909B; }
a { background-color: rgb(237,144,155); }
div.DivClassName
{
background-color: #ED909B;
}
.BgClassName
{
background-color: #ED909B;
}
</style>
border-color css
<style>
span { border-color: #ED909B; }
span { border-color: rgb(237,144,155); }
td.TdClassName
{
border-color: #ED909B;
}
.TagClassName
{
border-color: #ED909B;
}
</style>