Shades of Wewak #EF99A0
Tints of Wewak #EF99A0
RGB
CMYK
RGB Variations
Color information
#EF99A0 (or 0xEF99A0) is known color: Wewak. HEX triplet: EF, 99 and A0. RGB value is (239,153,160). Sum of RGB (Red+Green+Blue) = 239+153+160=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EF99A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF99A0 is #10665F. Grayscale: #B3B3B3. Windows color (decimal): -1074784 or 10525167. OLE color: 10525167.
HSL color Cylindrical-coordinate representation of color #EF99A0: hue angle of 355.12º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EF99A0 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 153 | 160 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.06 |
| HSL | 355.12º | 0.73% | 0.77% | - |
| HSV(B) | 355.12º | 0.36% | 0.94% | - |
| XYZ | 53.33 | 43.67 | 38.88 | - |
| YUV | 179.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 153 | 160 | 0 | 0.36 | 0.33 | 0.06 | 355.12 | 0.73 | 0.77 |
| Hex | EF | 99 | A0 | 0 | 24 | 21 | 6 | 163 | 49 | 4D |
| Octal | 357 | 231 | 240 | 0 | 44 | 41 | 6 | 543 | 111 | 115 |
| Binary | 11101111 | 10011001 | 10100000 | 0 | 100100 | 100001 | 110 | 101100011 | 1001001 | 1001101 |
Color Harmonies of #EF99A0
Complementary color
Monochromatic Colors of #EF99A0
Black with #EF99A0
Text Example
Text Example
White with #EF99A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF99A0; }
p { color: rgb(239,153,160); }
H1.HeaderClassName
{
color: #EF99A0;
}
.AnyTagClassName
{
color: #EF99A0;
}
</style>
background-color css
<style>
a { background-color: #EF99A0; }
a { background-color: rgb(239,153,160); }
div.DivClassName
{
background-color: #EF99A0;
}
.BgClassName
{
background-color: #EF99A0;
}
</style>
border-color css
<style>
span { border-color: #EF99A0; }
span { border-color: rgb(239,153,160); }
td.TdClassName
{
border-color: #EF99A0;
}
.TagClassName
{
border-color: #EF99A0;
}
</style>