Shades of Wewak #ED969D
Tints of Wewak #ED969D
RGB
CMYK
RGB Variations
Color information
#ED969D (or 0xED969D) is known color: Wewak. HEX triplet: ED, 96 and 9D. RGB value is (237,150,157). Sum of RGB (Red+Green+Blue) = 237+150+157=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED969D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED969D is #126962. Grayscale: #B0B0B0. Windows color (decimal): -1206627 or 10327789. OLE color: 10327789.
HSL color Cylindrical-coordinate representation of color #ED969D: hue angle of 355.17º 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 #ED969D is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 157 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.07 |
| HSL | 355.17º | 0.71% | 0.76% | - |
| HSV(B) | 355.17º | 0.37% | 0.93% | - |
| XYZ | 51.92 | 42.25 | 37.32 | - |
| YUV | 176.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 157 | 0 | 0.37 | 0.34 | 0.07 | 355.17 | 0.71 | 0.76 |
| Hex | ED | 96 | 9D | 0 | 25 | 22 | 7 | 163 | 47 | 4C |
| Octal | 355 | 226 | 235 | 0 | 45 | 42 | 7 | 543 | 107 | 114 |
| Binary | 11101101 | 10010110 | 10011101 | 0 | 100101 | 100010 | 111 | 101100011 | 1000111 | 1001100 |
Color Harmonies of #ED969D
Complementary color
Monochromatic Colors of #ED969D
Black with #ED969D
Text Example
Text Example
White with #ED969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED969D; }
p { color: rgb(237,150,157); }
H1.HeaderClassName
{
color: #ED969D;
}
.AnyTagClassName
{
color: #ED969D;
}
</style>
background-color css
<style>
a { background-color: #ED969D; }
a { background-color: rgb(237,150,157); }
div.DivClassName
{
background-color: #ED969D;
}
.BgClassName
{
background-color: #ED969D;
}
</style>
border-color css
<style>
span { border-color: #ED969D; }
span { border-color: rgb(237,150,157); }
td.TdClassName
{
border-color: #ED969D;
}
.TagClassName
{
border-color: #ED969D;
}
</style>