Shades of Wewak #ED909C
Tints of Wewak #ED909C
RGB
CMYK
RGB Variations
Color information
#ED909C (or 0xED909C) is known color: Wewak. HEX triplet: ED, 90 and 9C. RGB value is (237,144,156). Sum of RGB (Red+Green+Blue) = 237+144+156=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 144 (56.64% from 255 or 26.82% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED909C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED909C is #126F63. Grayscale: #ADADAD. Windows color (decimal): -1208164 or 10260717. OLE color: 10260717.
HSL color Cylindrical-coordinate representation of color #ED909C: hue angle of 352.26º 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 #ED909C is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 156 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.07 |
| HSL | 352.26º | 0.72% | 0.75% | - |
| HSV(B) | 352.26º | 0.39% | 0.93% | - |
| XYZ | 50.9 | 40.35 | 36.56 | - |
| YUV | 173.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 156 | 0 | 0.39 | 0.34 | 0.07 | 352.26 | 0.72 | 0.75 |
| Hex | ED | 90 | 9C | 0 | 27 | 22 | 7 | 160 | 48 | 4B |
| Octal | 355 | 220 | 234 | 0 | 47 | 42 | 7 | 540 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10011100 | 0 | 100111 | 100010 | 111 | 101100000 | 1001000 | 1001011 |
Color Harmonies of #ED909C
Complementary color
Monochromatic Colors of #ED909C
Black with #ED909C
Text Example
Text Example
White with #ED909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED909C; }
p { color: rgb(237,144,156); }
H1.HeaderClassName
{
color: #ED909C;
}
.AnyTagClassName
{
color: #ED909C;
}
</style>
background-color css
<style>
a { background-color: #ED909C; }
a { background-color: rgb(237,144,156); }
div.DivClassName
{
background-color: #ED909C;
}
.BgClassName
{
background-color: #ED909C;
}
</style>
border-color css
<style>
span { border-color: #ED909C; }
span { border-color: rgb(237,144,156); }
td.TdClassName
{
border-color: #ED909C;
}
.TagClassName
{
border-color: #ED909C;
}
</style>