Shades of Wewak #EF949A
Tints of Wewak #EF949A
RGB
CMYK
RGB Variations
Color information
#EF949A (or 0xEF949A) is known color: Wewak. HEX triplet: EF, 94 and 9A. RGB value is (239,148,154). Sum of RGB (Red+Green+Blue) = 239+148+154=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF949A is #106B65. Grayscale: #AFAFAF. Windows color (decimal): -1076070 or 10130671. OLE color: 10130671.
HSL color Cylindrical-coordinate representation of color #EF949A: hue angle of 356.04º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF949A is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 148 | 154 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.06 |
| HSL | 356.04º | 0.74% | 0.76% | - |
| HSV(B) | 356.04º | 0.38% | 0.94% | - |
| XYZ | 52.02 | 41.86 | 35.91 | - |
| YUV | 175.89 | 115.65 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 148 | 154 | 0 | 0.38 | 0.36 | 0.06 | 356.04 | 0.74 | 0.76 |
| Hex | EF | 94 | 9A | 0 | 26 | 24 | 6 | 164 | 4A | 4C |
| Octal | 357 | 224 | 232 | 0 | 46 | 44 | 6 | 544 | 112 | 114 |
| Binary | 11101111 | 10010100 | 10011010 | 0 | 100110 | 100100 | 110 | 101100100 | 1001010 | 1001100 |
Color Harmonies of #EF949A
Complementary color
Monochromatic Colors of #EF949A
Black with #EF949A
Text Example
Text Example
White with #EF949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF949A; }
p { color: rgb(239,148,154); }
H1.HeaderClassName
{
color: #EF949A;
}
.AnyTagClassName
{
color: #EF949A;
}
</style>
background-color css
<style>
a { background-color: #EF949A; }
a { background-color: rgb(239,148,154); }
div.DivClassName
{
background-color: #EF949A;
}
.BgClassName
{
background-color: #EF949A;
}
</style>
border-color css
<style>
span { border-color: #EF949A; }
span { border-color: rgb(239,148,154); }
td.TdClassName
{
border-color: #EF949A;
}
.TagClassName
{
border-color: #EF949A;
}
</style>