Shades of Wewak #EF969B
Tints of Wewak #EF969B
RGB
CMYK
RGB Variations
Color information
#EF969B (or 0xEF969B) is known color: Wewak. HEX triplet: EF, 96 and 9B. RGB value is (239,150,155). Sum of RGB (Red+Green+Blue) = 239+150+155=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF969B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF969B is #106964. Grayscale: #B1B1B1. Windows color (decimal): -1075557 or 10196719. OLE color: 10196719.
HSL color Cylindrical-coordinate representation of color #EF969B: hue angle of 356.63º 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 #EF969B is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 150 | 155 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.06 |
| HSL | 356.63º | 0.74% | 0.76% | - |
| HSV(B) | 356.63º | 0.37% | 0.94% | - |
| XYZ | 52.42 | 42.53 | 36.46 | - |
| YUV | 177.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 150 | 155 | 0 | 0.37 | 0.35 | 0.06 | 356.63 | 0.74 | 0.76 |
| Hex | EF | 96 | 9B | 0 | 25 | 23 | 6 | 165 | 4A | 4C |
| Octal | 357 | 226 | 233 | 0 | 45 | 43 | 6 | 545 | 112 | 114 |
| Binary | 11101111 | 10010110 | 10011011 | 0 | 100101 | 100011 | 110 | 101100101 | 1001010 | 1001100 |
Color Harmonies of #EF969B
Complementary color
Monochromatic Colors of #EF969B
Black with #EF969B
Text Example
Text Example
White with #EF969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF969B; }
p { color: rgb(239,150,155); }
H1.HeaderClassName
{
color: #EF969B;
}
.AnyTagClassName
{
color: #EF969B;
}
</style>
background-color css
<style>
a { background-color: #EF969B; }
a { background-color: rgb(239,150,155); }
div.DivClassName
{
background-color: #EF969B;
}
.BgClassName
{
background-color: #EF969B;
}
</style>
border-color css
<style>
span { border-color: #EF969B; }
span { border-color: rgb(239,150,155); }
td.TdClassName
{
border-color: #EF969B;
}
.TagClassName
{
border-color: #EF969B;
}
</style>