Shades of Wewak #EF969D
Tints of Wewak #EF969D
RGB
CMYK
RGB Variations
Color information
#EF969D (or 0xEF969D) is known color: Wewak. HEX triplet: EF, 96 and 9D. RGB value is (239,150,157). Sum of RGB (Red+Green+Blue) = 239+150+157=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF969D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF969D is #106962. Grayscale: #B1B1B1. Windows color (decimal): -1075555 or 10327791. OLE color: 10327791.
HSL color Cylindrical-coordinate representation of color #EF969D: hue angle of 355.28º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF969D is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 157 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.06 |
| HSL | 355.28º | 0.74% | 0.76% | - |
| HSV(B) | 355.28º | 0.37% | 0.94% | - |
| XYZ | 52.59 | 42.6 | 37.35 | - |
| YUV | 177.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 157 | 0 | 0.37 | 0.34 | 0.06 | 355.28 | 0.74 | 0.76 |
| Hex | EF | 96 | 9D | 0 | 25 | 22 | 6 | 163 | 4A | 4C |
| Octal | 357 | 226 | 235 | 0 | 45 | 42 | 6 | 543 | 112 | 114 |
| Binary | 11101111 | 10010110 | 10011101 | 0 | 100101 | 100010 | 110 | 101100011 | 1001010 | 1001100 |
Color Harmonies of #EF969D
Complementary color
Monochromatic Colors of #EF969D
Black with #EF969D
Text Example
Text Example
White with #EF969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF969D; }
p { color: rgb(239,150,157); }
H1.HeaderClassName
{
color: #EF969D;
}
.AnyTagClassName
{
color: #EF969D;
}
</style>
background-color css
<style>
a { background-color: #EF969D; }
a { background-color: rgb(239,150,157); }
div.DivClassName
{
background-color: #EF969D;
}
.BgClassName
{
background-color: #EF969D;
}
</style>
border-color css
<style>
span { border-color: #EF969D; }
span { border-color: rgb(239,150,157); }
td.TdClassName
{
border-color: #EF969D;
}
.TagClassName
{
border-color: #EF969D;
}
</style>