Shades of Wewak #EF91A1
Tints of Wewak #EF91A1
RGB
CMYK
RGB Variations
Color information
#EF91A1 (or 0xEF91A1) is known color: Wewak. HEX triplet: EF, 91 and A1. RGB value is (239,145,161). Sum of RGB (Red+Green+Blue) = 239+145+161=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF91A1 is #106E5E. Grayscale: #AEAEAE. Windows color (decimal): -1076831 or 10588655. OLE color: 10588655.
HSL color Cylindrical-coordinate representation of color #EF91A1: hue angle of 349.79º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF91A1 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 161 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.06 |
| HSL | 349.79º | 0.75% | 0.75% | - |
| HSV(B) | 349.79º | 0.39% | 0.94% | - |
| XYZ | 52.16 | 41.17 | 38.92 | - |
| YUV | 174.93 | 120.14 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 161 | 0 | 0.39 | 0.33 | 0.06 | 349.79 | 0.75 | 0.75 |
| Hex | EF | 91 | A1 | 0 | 27 | 21 | 6 | 15E | 4B | 4B |
| Octal | 357 | 221 | 241 | 0 | 47 | 41 | 6 | 536 | 113 | 113 |
| Binary | 11101111 | 10010001 | 10100001 | 0 | 100111 | 100001 | 110 | 101011110 | 1001011 | 1001011 |
Color Harmonies of #EF91A1
Complementary color
Monochromatic Colors of #EF91A1
Black with #EF91A1
Text Example
Text Example
White with #EF91A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91A1; }
p { color: rgb(239,145,161); }
H1.HeaderClassName
{
color: #EF91A1;
}
.AnyTagClassName
{
color: #EF91A1;
}
</style>
background-color css
<style>
a { background-color: #EF91A1; }
a { background-color: rgb(239,145,161); }
div.DivClassName
{
background-color: #EF91A1;
}
.BgClassName
{
background-color: #EF91A1;
}
</style>
border-color css
<style>
span { border-color: #EF91A1; }
span { border-color: rgb(239,145,161); }
td.TdClassName
{
border-color: #EF91A1;
}
.TagClassName
{
border-color: #EF91A1;
}
</style>