Shades of Wewak #ED8F96
Tints of Wewak #ED8F96
RGB
CMYK
RGB Variations
Color information
#ED8F96 (or 0xED8F96) is known color: Wewak. HEX triplet: ED, 8F and 96. RGB value is (237,143,150). Sum of RGB (Red+Green+Blue) = 237+143+150=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F96 is #127069. Grayscale: #ABABAB. Windows color (decimal): -1208426 or 9867245. OLE color: 9867245.
HSL color Cylindrical-coordinate representation of color #ED8F96: hue angle of 355.53º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8F96 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 150 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.07 |
| HSL | 355.53º | 0.72% | 0.75% | - |
| HSV(B) | 355.53º | 0.4% | 0.93% | - |
| XYZ | 50.25 | 39.85 | 33.9 | - |
| YUV | 171.9 | 115.64 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 150 | 0 | 0.40 | 0.37 | 0.07 | 355.53 | 0.72 | 0.75 |
| Hex | ED | 8F | 96 | 0 | 28 | 25 | 7 | 164 | 48 | 4B |
| Octal | 355 | 217 | 226 | 0 | 50 | 45 | 7 | 544 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10010110 | 0 | 101000 | 100101 | 111 | 101100100 | 1001000 | 1001011 |
Color Harmonies of #ED8F96
Complementary color
Monochromatic Colors of #ED8F96
Black with #ED8F96
Text Example
Text Example
White with #ED8F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F96; }
p { color: rgb(237,143,150); }
H1.HeaderClassName
{
color: #ED8F96;
}
.AnyTagClassName
{
color: #ED8F96;
}
</style>
background-color css
<style>
a { background-color: #ED8F96; }
a { background-color: rgb(237,143,150); }
div.DivClassName
{
background-color: #ED8F96;
}
.BgClassName
{
background-color: #ED8F96;
}
</style>
border-color css
<style>
span { border-color: #ED8F96; }
span { border-color: rgb(237,143,150); }
td.TdClassName
{
border-color: #ED8F96;
}
.TagClassName
{
border-color: #ED8F96;
}
</style>