Shades of Wewak #EF91A0
Tints of Wewak #EF91A0
RGB
CMYK
RGB Variations
Color information
#EF91A0 (or 0xEF91A0) is known color: Wewak. HEX triplet: EF, 91 and A0. RGB value is (239,145,160). Sum of RGB (Red+Green+Blue) = 239+145+160=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF91A0 is #106E5F. Grayscale: #AEAEAE. Windows color (decimal): -1076832 or 10523119. OLE color: 10523119.
HSL color Cylindrical-coordinate representation of color #EF91A0: hue angle of 350.43º 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 #EF91A0 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 160 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.06 |
| HSL | 350.43º | 0.75% | 0.75% | - |
| HSV(B) | 350.43º | 0.39% | 0.94% | - |
| XYZ | 52.07 | 41.14 | 38.45 | - |
| YUV | 174.82 | 119.64 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 160 | 0 | 0.39 | 0.33 | 0.06 | 350.43 | 0.75 | 0.75 |
| Hex | EF | 91 | A0 | 0 | 27 | 21 | 6 | 15E | 4B | 4B |
| Octal | 357 | 221 | 240 | 0 | 47 | 41 | 6 | 536 | 113 | 113 |
| Binary | 11101111 | 10010001 | 10100000 | 0 | 100111 | 100001 | 110 | 101011110 | 1001011 | 1001011 |
Color Harmonies of #EF91A0
Complementary color
Monochromatic Colors of #EF91A0
Black with #EF91A0
Text Example
Text Example
White with #EF91A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91A0; }
p { color: rgb(239,145,160); }
H1.HeaderClassName
{
color: #EF91A0;
}
.AnyTagClassName
{
color: #EF91A0;
}
</style>
background-color css
<style>
a { background-color: #EF91A0; }
a { background-color: rgb(239,145,160); }
div.DivClassName
{
background-color: #EF91A0;
}
.BgClassName
{
background-color: #EF91A0;
}
</style>
border-color css
<style>
span { border-color: #EF91A0; }
span { border-color: rgb(239,145,160); }
td.TdClassName
{
border-color: #EF91A0;
}
.TagClassName
{
border-color: #EF91A0;
}
</style>