Shades of Wewak #ED939A
Tints of Wewak #ED939A
RGB
CMYK
RGB Variations
Color information
#ED939A (or 0xED939A) is known color: Wewak. HEX triplet: ED, 93 and 9A. RGB value is (237,147,154). Sum of RGB (Red+Green+Blue) = 237+147+154=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED939A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED939A is #126C65. Grayscale: #AEAEAE. Windows color (decimal): -1207398 or 10130413. OLE color: 10130413.
HSL color Cylindrical-coordinate representation of color #ED939A: hue angle of 355.33º degrees, saturation: 0.71, 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 #ED939A is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 154 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.07 |
| HSL | 355.33º | 0.71% | 0.75% | - |
| HSV(B) | 355.33º | 0.38% | 0.93% | - |
| XYZ | 51.19 | 41.21 | 35.83 | - |
| YUV | 174.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 154 | 0 | 0.38 | 0.35 | 0.07 | 355.33 | 0.71 | 0.75 |
| Hex | ED | 93 | 9A | 0 | 26 | 23 | 7 | 163 | 47 | 4B |
| Octal | 355 | 223 | 232 | 0 | 46 | 43 | 7 | 543 | 107 | 113 |
| Binary | 11101101 | 10010011 | 10011010 | 0 | 100110 | 100011 | 111 | 101100011 | 1000111 | 1001011 |
Color Harmonies of #ED939A
Complementary color
Monochromatic Colors of #ED939A
Black with #ED939A
Text Example
Text Example
White with #ED939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED939A; }
p { color: rgb(237,147,154); }
H1.HeaderClassName
{
color: #ED939A;
}
.AnyTagClassName
{
color: #ED939A;
}
</style>
background-color css
<style>
a { background-color: #ED939A; }
a { background-color: rgb(237,147,154); }
div.DivClassName
{
background-color: #ED939A;
}
.BgClassName
{
background-color: #ED939A;
}
</style>
border-color css
<style>
span { border-color: #ED939A; }
span { border-color: rgb(237,147,154); }
td.TdClassName
{
border-color: #ED939A;
}
.TagClassName
{
border-color: #ED939A;
}
</style>