Shades of Wewak #EF919F
Tints of Wewak #EF919F
RGB
CMYK
RGB Variations
Color information
#EF919F (or 0xEF919F) is known color: Wewak. HEX triplet: EF, 91 and 9F. RGB value is (239,145,159). Sum of RGB (Red+Green+Blue) = 239+145+159=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 145 (57.03% from 255 or 26.70% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF919F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF919F is #106E60. Grayscale: #AEAEAE. Windows color (decimal): -1076833 or 10457583. OLE color: 10457583.
HSL color Cylindrical-coordinate representation of color #EF919F: hue angle of 351.06º 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 #EF919F is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 159 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.06 |
| HSL | 351.06º | 0.75% | 0.75% | - |
| HSV(B) | 351.06º | 0.39% | 0.94% | - |
| XYZ | 51.98 | 41.1 | 38 | - |
| YUV | 174.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 159 | 0 | 0.39 | 0.33 | 0.06 | 351.06 | 0.75 | 0.75 |
| Hex | EF | 91 | 9F | 0 | 27 | 21 | 6 | 15F | 4B | 4B |
| Octal | 357 | 221 | 237 | 0 | 47 | 41 | 6 | 537 | 113 | 113 |
| Binary | 11101111 | 10010001 | 10011111 | 0 | 100111 | 100001 | 110 | 101011111 | 1001011 | 1001011 |
Color Harmonies of #EF919F
Complementary color
Monochromatic Colors of #EF919F
Black with #EF919F
Text Example
Text Example
White with #EF919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF919F; }
p { color: rgb(239,145,159); }
H1.HeaderClassName
{
color: #EF919F;
}
.AnyTagClassName
{
color: #EF919F;
}
</style>
background-color css
<style>
a { background-color: #EF919F; }
a { background-color: rgb(239,145,159); }
div.DivClassName
{
background-color: #EF919F;
}
.BgClassName
{
background-color: #EF919F;
}
</style>
border-color css
<style>
span { border-color: #EF919F; }
span { border-color: rgb(239,145,159); }
td.TdClassName
{
border-color: #EF919F;
}
.TagClassName
{
border-color: #EF919F;
}
</style>