Shades of Wewak #ED959A
Tints of Wewak #ED959A
RGB
CMYK
RGB Variations
Color information
#ED959A (or 0xED959A) is known color: Wewak. HEX triplet: ED, 95 and 9A. RGB value is (237,149,154). Sum of RGB (Red+Green+Blue) = 237+149+154=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 149 (58.59% from 255 or 27.59% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED959A is #126A65. Grayscale: #AFAFAF. Windows color (decimal): -1206886 or 10130925. OLE color: 10130925.
HSL color Cylindrical-coordinate representation of color #ED959A: hue angle of 356.59º 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 #ED959A is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 154 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.07 |
| HSL | 356.59º | 0.71% | 0.76% | - |
| HSV(B) | 356.59º | 0.37% | 0.93% | - |
| XYZ | 51.51 | 41.83 | 35.93 | - |
| YUV | 175.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 154 | 0 | 0.37 | 0.35 | 0.07 | 356.59 | 0.71 | 0.76 |
| Hex | ED | 95 | 9A | 0 | 25 | 23 | 7 | 165 | 47 | 4C |
| Octal | 355 | 225 | 232 | 0 | 45 | 43 | 7 | 545 | 107 | 114 |
| Binary | 11101101 | 10010101 | 10011010 | 0 | 100101 | 100011 | 111 | 101100101 | 1000111 | 1001100 |
Color Harmonies of #ED959A
Complementary color
Monochromatic Colors of #ED959A
Black with #ED959A
Text Example
Text Example
White with #ED959A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED959A; }
p { color: rgb(237,149,154); }
H1.HeaderClassName
{
color: #ED959A;
}
.AnyTagClassName
{
color: #ED959A;
}
</style>
background-color css
<style>
a { background-color: #ED959A; }
a { background-color: rgb(237,149,154); }
div.DivClassName
{
background-color: #ED959A;
}
.BgClassName
{
background-color: #ED959A;
}
</style>
border-color css
<style>
span { border-color: #ED959A; }
span { border-color: rgb(237,149,154); }
td.TdClassName
{
border-color: #ED959A;
}
.TagClassName
{
border-color: #ED959A;
}
</style>