Shades of Wewak #ED8C9A
Tints of Wewak #ED8C9A
RGB
CMYK
RGB Variations
Color information
#ED8C9A (or 0xED8C9A) is known color: Wewak. HEX triplet: ED, 8C and 9A. RGB value is (237,140,154). Sum of RGB (Red+Green+Blue) = 237+140+154=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8C9A is #127365. Grayscale: #AAAAAA. Windows color (decimal): -1209190 or 10128621. OLE color: 10128621.
HSL color Cylindrical-coordinate representation of color #ED8C9A: hue angle of 351.34º 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 #ED8C9A is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 154 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.07 |
| HSL | 351.34º | 0.73% | 0.74% | - |
| HSV(B) | 351.34º | 0.41% | 0.93% | - |
| XYZ | 50.14 | 39.09 | 35.48 | - |
| YUV | 170.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 154 | 0 | 0.41 | 0.35 | 0.07 | 351.34 | 0.73 | 0.74 |
| Hex | ED | 8C | 9A | 0 | 29 | 23 | 7 | 15F | 49 | 4A |
| Octal | 355 | 214 | 232 | 0 | 51 | 43 | 7 | 537 | 111 | 112 |
| Binary | 11101101 | 10001100 | 10011010 | 0 | 101001 | 100011 | 111 | 101011111 | 1001001 | 1001010 |
Color Harmonies of #ED8C9A
Complementary color
Monochromatic Colors of #ED8C9A
Black with #ED8C9A
Text Example
Text Example
White with #ED8C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8C9A; }
p { color: rgb(237,140,154); }
H1.HeaderClassName
{
color: #ED8C9A;
}
.AnyTagClassName
{
color: #ED8C9A;
}
</style>
background-color css
<style>
a { background-color: #ED8C9A; }
a { background-color: rgb(237,140,154); }
div.DivClassName
{
background-color: #ED8C9A;
}
.BgClassName
{
background-color: #ED8C9A;
}
</style>
border-color css
<style>
span { border-color: #ED8C9A; }
span { border-color: rgb(237,140,154); }
td.TdClassName
{
border-color: #ED8C9A;
}
.TagClassName
{
border-color: #ED8C9A;
}
</style>