Shades of Wewak #EF97A0
Tints of Wewak #EF97A0
RGB
CMYK
RGB Variations
Color information
#EF97A0 (or 0xEF97A0) is known color: Wewak. HEX triplet: EF, 97 and A0. RGB value is (239,151,160). Sum of RGB (Red+Green+Blue) = 239+151+160=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF97A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF97A0 is #10685F. Grayscale: #B2B2B2. Windows color (decimal): -1075296 or 10524655. OLE color: 10524655.
HSL color Cylindrical-coordinate representation of color #EF97A0: hue angle of 353.86º degrees, saturation: 0.73, 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 #EF97A0 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 151 | 160 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.06 |
| HSL | 353.86º | 0.73% | 0.76% | - |
| HSV(B) | 353.86º | 0.37% | 0.94% | - |
| XYZ | 53.01 | 43.02 | 38.77 | - |
| YUV | 178.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 151 | 160 | 0 | 0.37 | 0.33 | 0.06 | 353.86 | 0.73 | 0.76 |
| Hex | EF | 97 | A0 | 0 | 25 | 21 | 6 | 162 | 49 | 4C |
| Octal | 357 | 227 | 240 | 0 | 45 | 41 | 6 | 542 | 111 | 114 |
| Binary | 11101111 | 10010111 | 10100000 | 0 | 100101 | 100001 | 110 | 101100010 | 1001001 | 1001100 |
Color Harmonies of #EF97A0
Complementary color
Monochromatic Colors of #EF97A0
Black with #EF97A0
Text Example
Text Example
White with #EF97A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF97A0; }
p { color: rgb(239,151,160); }
H1.HeaderClassName
{
color: #EF97A0;
}
.AnyTagClassName
{
color: #EF97A0;
}
</style>
background-color css
<style>
a { background-color: #EF97A0; }
a { background-color: rgb(239,151,160); }
div.DivClassName
{
background-color: #EF97A0;
}
.BgClassName
{
background-color: #EF97A0;
}
</style>
border-color css
<style>
span { border-color: #EF97A0; }
span { border-color: rgb(239,151,160); }
td.TdClassName
{
border-color: #EF97A0;
}
.TagClassName
{
border-color: #EF97A0;
}
</style>