Shades of Wewak #ED9FA4
Tints of Wewak #ED9FA4
RGB
CMYK
RGB Variations
Color information
#ED9FA4 (or 0xED9FA4) is known color: Wewak. HEX triplet: ED, 9F and A4. RGB value is (237,159,164). Sum of RGB (Red+Green+Blue) = 237+159+164=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9FA4 is #12605B. Grayscale: #B6B6B6. Windows color (decimal): -1204316 or 10788845. OLE color: 10788845.
HSL color Cylindrical-coordinate representation of color #ED9FA4: hue angle of 356.15º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9FA4 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 164 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.07 |
| HSL | 356.15º | 0.68% | 0.78% | - |
| HSV(B) | 356.15º | 0.33% | 0.93% | - |
| XYZ | 54.02 | 45.48 | 41.05 | - |
| YUV | 182.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 164 | 0 | 0.33 | 0.31 | 0.07 | 356.15 | 0.68 | 0.78 |
| Hex | ED | 9F | A4 | 0 | 21 | 1F | 7 | 164 | 44 | 4E |
| Octal | 355 | 237 | 244 | 0 | 41 | 37 | 7 | 544 | 104 | 116 |
| Binary | 11101101 | 10011111 | 10100100 | 0 | 100001 | 11111 | 111 | 101100100 | 1000100 | 1001110 |
Color Harmonies of #ED9FA4
Complementary color
Monochromatic Colors of #ED9FA4
Black with #ED9FA4
Text Example
Text Example
White with #ED9FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9FA4; }
p { color: rgb(237,159,164); }
H1.HeaderClassName
{
color: #ED9FA4;
}
.AnyTagClassName
{
color: #ED9FA4;
}
</style>
background-color css
<style>
a { background-color: #ED9FA4; }
a { background-color: rgb(237,159,164); }
div.DivClassName
{
background-color: #ED9FA4;
}
.BgClassName
{
background-color: #ED9FA4;
}
</style>
border-color css
<style>
span { border-color: #ED9FA4; }
span { border-color: rgb(237,159,164); }
td.TdClassName
{
border-color: #ED9FA4;
}
.TagClassName
{
border-color: #ED9FA4;
}
</style>