Shades of Wewak #ED8E90
Tints of Wewak #ED8E90
RGB
CMYK
RGB Variations
Color information
#ED8E90 (or 0xED8E90) is known color: Wewak. HEX triplet: ED, 8E and 90. RGB value is (237,142,144). Sum of RGB (Red+Green+Blue) = 237+142+144=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E90 is #12716F. Grayscale: #AAAAAA. Windows color (decimal): -1208688 or 9473773. OLE color: 9473773.
HSL color Cylindrical-coordinate representation of color #ED8E90: hue angle of 358.74º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8E90 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 144 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.07 |
| HSL | 358.74º | 0.73% | 0.74% | - |
| HSV(B) | 358.74º | 0.4% | 0.93% | - |
| XYZ | 49.63 | 39.36 | 31.37 | - |
| YUV | 170.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 144 | 0 | 0.40 | 0.39 | 0.07 | 358.74 | 0.73 | 0.74 |
| Hex | ED | 8E | 90 | 0 | 28 | 27 | 7 | 167 | 49 | 4A |
| Octal | 355 | 216 | 220 | 0 | 50 | 47 | 7 | 547 | 111 | 112 |
| Binary | 11101101 | 10001110 | 10010000 | 0 | 101000 | 100111 | 111 | 101100111 | 1001001 | 1001010 |
Color Harmonies of #ED8E90
Complementary color
Monochromatic Colors of #ED8E90
Black with #ED8E90
Text Example
Text Example
White with #ED8E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8E90; }
p { color: rgb(237,142,144); }
H1.HeaderClassName
{
color: #ED8E90;
}
.AnyTagClassName
{
color: #ED8E90;
}
</style>
background-color css
<style>
a { background-color: #ED8E90; }
a { background-color: rgb(237,142,144); }
div.DivClassName
{
background-color: #ED8E90;
}
.BgClassName
{
background-color: #ED8E90;
}
</style>
border-color css
<style>
span { border-color: #ED8E90; }
span { border-color: rgb(237,142,144); }
td.TdClassName
{
border-color: #ED8E90;
}
.TagClassName
{
border-color: #ED8E90;
}
</style>