Shades of Wewak #EF92A0
Tints of Wewak #EF92A0
RGB
CMYK
RGB Variations
Color information
#EF92A0 (or 0xEF92A0) is known color: Wewak. HEX triplet: EF, 92 and A0. RGB value is (239,146,160). Sum of RGB (Red+Green+Blue) = 239+146+160=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF92A0 is #106D5F. Grayscale: #AFAFAF. Windows color (decimal): -1076576 or 10523375. OLE color: 10523375.
HSL color Cylindrical-coordinate representation of color #EF92A0: hue angle of 350.97º degrees, saturation: 0.74, 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 #EF92A0 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 160 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.06 |
| HSL | 350.97º | 0.74% | 0.75% | - |
| HSV(B) | 350.97º | 0.39% | 0.94% | - |
| XYZ | 52.22 | 41.45 | 38.51 | - |
| YUV | 175.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 160 | 0 | 0.39 | 0.33 | 0.06 | 350.97 | 0.74 | 0.75 |
| Hex | EF | 92 | A0 | 0 | 27 | 21 | 6 | 15F | 4A | 4B |
| Octal | 357 | 222 | 240 | 0 | 47 | 41 | 6 | 537 | 112 | 113 |
| Binary | 11101111 | 10010010 | 10100000 | 0 | 100111 | 100001 | 110 | 101011111 | 1001010 | 1001011 |
Color Harmonies of #EF92A0
Complementary color
Monochromatic Colors of #EF92A0
Black with #EF92A0
Text Example
Text Example
White with #EF92A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92A0; }
p { color: rgb(239,146,160); }
H1.HeaderClassName
{
color: #EF92A0;
}
.AnyTagClassName
{
color: #EF92A0;
}
</style>
background-color css
<style>
a { background-color: #EF92A0; }
a { background-color: rgb(239,146,160); }
div.DivClassName
{
background-color: #EF92A0;
}
.BgClassName
{
background-color: #EF92A0;
}
</style>
border-color css
<style>
span { border-color: #EF92A0; }
span { border-color: rgb(239,146,160); }
td.TdClassName
{
border-color: #EF92A0;
}
.TagClassName
{
border-color: #EF92A0;
}
</style>