Shades of Wewak #ED8A9C
Tints of Wewak #ED8A9C
RGB
CMYK
RGB Variations
Color information
#ED8A9C (or 0xED8A9C) is known color: Wewak. HEX triplet: ED, 8A and 9C. RGB value is (237,138,156). Sum of RGB (Red+Green+Blue) = 237+138+156=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8A9C is #127563. Grayscale: #A9A9A9. Windows color (decimal): -1209700 or 10259181. OLE color: 10259181.
HSL color Cylindrical-coordinate representation of color #ED8A9C: hue angle of 349.09º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8A9C is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 156 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.07 |
| HSL | 349.09º | 0.73% | 0.74% | - |
| HSV(B) | 349.09º | 0.42% | 0.93% | - |
| XYZ | 50.01 | 38.58 | 36.26 | - |
| YUV | 169.65 | 120.3 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 156 | 0 | 0.42 | 0.34 | 0.07 | 349.09 | 0.73 | 0.74 |
| Hex | ED | 8A | 9C | 0 | 2A | 22 | 7 | 15D | 49 | 4A |
| Octal | 355 | 212 | 234 | 0 | 52 | 42 | 7 | 535 | 111 | 112 |
| Binary | 11101101 | 10001010 | 10011100 | 0 | 101010 | 100010 | 111 | 101011101 | 1001001 | 1001010 |
Color Harmonies of #ED8A9C
Complementary color
Monochromatic Colors of #ED8A9C
Black with #ED8A9C
Text Example
Text Example
White with #ED8A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A9C; }
p { color: rgb(237,138,156); }
H1.HeaderClassName
{
color: #ED8A9C;
}
.AnyTagClassName
{
color: #ED8A9C;
}
</style>
background-color css
<style>
a { background-color: #ED8A9C; }
a { background-color: rgb(237,138,156); }
div.DivClassName
{
background-color: #ED8A9C;
}
.BgClassName
{
background-color: #ED8A9C;
}
</style>
border-color css
<style>
span { border-color: #ED8A9C; }
span { border-color: rgb(237,138,156); }
td.TdClassName
{
border-color: #ED8A9C;
}
.TagClassName
{
border-color: #ED8A9C;
}
</style>