Shades of Wewak #ED95A0
Tints of Wewak #ED95A0
RGB
CMYK
RGB Variations
Color information
#ED95A0 (or 0xED95A0) is known color: Wewak. HEX triplet: ED, 95 and A0. RGB value is (237,149,160). Sum of RGB (Red+Green+Blue) = 237+149+160=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED95A0 is #126A5F. Grayscale: #B0B0B0. Windows color (decimal): -1206880 or 10524141. OLE color: 10524141.
HSL color Cylindrical-coordinate representation of color #ED95A0: hue angle of 352.5º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED95A0 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 160 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.07 |
| HSL | 352.5º | 0.71% | 0.76% | - |
| HSV(B) | 352.5º | 0.37% | 0.93% | - |
| XYZ | 52.02 | 42.04 | 38.63 | - |
| YUV | 176.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 160 | 0 | 0.37 | 0.32 | 0.07 | 352.5 | 0.71 | 0.76 |
| Hex | ED | 95 | A0 | 0 | 25 | 20 | 7 | 160 | 47 | 4C |
| Octal | 355 | 225 | 240 | 0 | 45 | 40 | 7 | 540 | 107 | 114 |
| Binary | 11101101 | 10010101 | 10100000 | 0 | 100101 | 100000 | 111 | 101100000 | 1000111 | 1001100 |
Color Harmonies of #ED95A0
Complementary color
Monochromatic Colors of #ED95A0
Black with #ED95A0
Text Example
Text Example
White with #ED95A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED95A0; }
p { color: rgb(237,149,160); }
H1.HeaderClassName
{
color: #ED95A0;
}
.AnyTagClassName
{
color: #ED95A0;
}
</style>
background-color css
<style>
a { background-color: #ED95A0; }
a { background-color: rgb(237,149,160); }
div.DivClassName
{
background-color: #ED95A0;
}
.BgClassName
{
background-color: #ED95A0;
}
</style>
border-color css
<style>
span { border-color: #ED95A0; }
span { border-color: rgb(237,149,160); }
td.TdClassName
{
border-color: #ED95A0;
}
.TagClassName
{
border-color: #ED95A0;
}
</style>