Shades of Wewak #ED8C98
Tints of Wewak #ED8C98
RGB
CMYK
RGB Variations
Color information
#ED8C98 (or 0xED8C98) is known color: Wewak. HEX triplet: ED, 8C and 98. RGB value is (237,140,152). Sum of RGB (Red+Green+Blue) = 237+140+152=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8C98 is #127367. Grayscale: #AAAAAA. Windows color (decimal): -1209192 or 9997549. OLE color: 9997549.
HSL color Cylindrical-coordinate representation of color #ED8C98: hue angle of 352.58º 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 #ED8C98 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 152 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.07 |
| HSL | 352.58º | 0.73% | 0.74% | - |
| HSV(B) | 352.58º | 0.41% | 0.93% | - |
| XYZ | 49.97 | 39.03 | 34.61 | - |
| YUV | 170.37 | 117.64 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 152 | 0 | 0.41 | 0.36 | 0.07 | 352.58 | 0.73 | 0.74 |
| Hex | ED | 8C | 98 | 0 | 29 | 24 | 7 | 161 | 49 | 4A |
| Octal | 355 | 214 | 230 | 0 | 51 | 44 | 7 | 541 | 111 | 112 |
| Binary | 11101101 | 10001100 | 10011000 | 0 | 101001 | 100100 | 111 | 101100001 | 1001001 | 1001010 |
Color Harmonies of #ED8C98
Complementary color
Monochromatic Colors of #ED8C98
Black with #ED8C98
Text Example
Text Example
White with #ED8C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C98; }
p { color: rgb(237,140,152); }
H1.HeaderClassName
{
color: #ED8C98;
}
.AnyTagClassName
{
color: #ED8C98;
}
</style>
background-color css
<style>
a { background-color: #ED8C98; }
a { background-color: rgb(237,140,152); }
div.DivClassName
{
background-color: #ED8C98;
}
.BgClassName
{
background-color: #ED8C98;
}
</style>
border-color css
<style>
span { border-color: #ED8C98; }
span { border-color: rgb(237,140,152); }
td.TdClassName
{
border-color: #ED8C98;
}
.TagClassName
{
border-color: #ED8C98;
}
</style>