Shades of Wewak #ED8C96
Tints of Wewak #ED8C96
RGB
CMYK
RGB Variations
Color information
#ED8C96 (or 0xED8C96) is known color: Wewak. HEX triplet: ED, 8C and 96. RGB value is (237,140,150). Sum of RGB (Red+Green+Blue) = 237+140+150=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8C96 is #127369. Grayscale: #AAAAAA. Windows color (decimal): -1209194 or 9866477. OLE color: 9866477.
HSL color Cylindrical-coordinate representation of color #ED8C96: hue angle of 353.81º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8C96 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 150 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.07 |
| HSL | 353.81º | 0.73% | 0.74% | - |
| HSV(B) | 353.81º | 0.41% | 0.93% | - |
| XYZ | 49.81 | 38.96 | 33.75 | - |
| YUV | 170.14 | 116.64 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 150 | 0 | 0.41 | 0.37 | 0.07 | 353.81 | 0.73 | 0.74 |
| Hex | ED | 8C | 96 | 0 | 29 | 25 | 7 | 162 | 49 | 4A |
| Octal | 355 | 214 | 226 | 0 | 51 | 45 | 7 | 542 | 111 | 112 |
| Binary | 11101101 | 10001100 | 10010110 | 0 | 101001 | 100101 | 111 | 101100010 | 1001001 | 1001010 |
Color Harmonies of #ED8C96
Complementary color
Monochromatic Colors of #ED8C96
Black with #ED8C96
Text Example
Text Example
White with #ED8C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C96; }
p { color: rgb(237,140,150); }
H1.HeaderClassName
{
color: #ED8C96;
}
.AnyTagClassName
{
color: #ED8C96;
}
</style>
background-color css
<style>
a { background-color: #ED8C96; }
a { background-color: rgb(237,140,150); }
div.DivClassName
{
background-color: #ED8C96;
}
.BgClassName
{
background-color: #ED8C96;
}
</style>
border-color css
<style>
span { border-color: #ED8C96; }
span { border-color: rgb(237,140,150); }
td.TdClassName
{
border-color: #ED8C96;
}
.TagClassName
{
border-color: #ED8C96;
}
</style>