Shades of Wewak #EE9FA0
Tints of Wewak #EE9FA0
RGB
CMYK
RGB Variations
Color information
#EE9FA0 (or 0xEE9FA0) is known color: Wewak. HEX triplet: EE, 9F and A0. RGB value is (238,159,160). Sum of RGB (Red+Green+Blue) = 238+159+160=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9FA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE9FA0 is #11605F. Grayscale: #B6B6B6. Windows color (decimal): -1138784 or 10526702. OLE color: 10526702.
HSL color Cylindrical-coordinate representation of color #EE9FA0: hue angle of 359.24º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EE9FA0 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 159 | 160 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.07 |
| HSL | 359.24º | 0.7% | 0.78% | - |
| HSV(B) | 359.24º | 0.33% | 0.93% | - |
| XYZ | 54 | 45.51 | 39.2 | - |
| YUV | 182.74 | 115.17 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 160 | 0 | 0.33 | 0.33 | 0.07 | 359.24 | 0.7 | 0.78 |
| Hex | EE | 9F | A0 | 0 | 21 | 21 | 7 | 167 | 46 | 4E |
| Octal | 356 | 237 | 240 | 0 | 41 | 41 | 7 | 547 | 106 | 116 |
| Binary | 11101110 | 10011111 | 10100000 | 0 | 100001 | 100001 | 111 | 101100111 | 1000110 | 1001110 |
Color Harmonies of #EE9FA0
Complementary color
Monochromatic Colors of #EE9FA0
Black with #EE9FA0
Text Example
Text Example
White with #EE9FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9FA0; }
p { color: rgb(238,159,160); }
H1.HeaderClassName
{
color: #EE9FA0;
}
.AnyTagClassName
{
color: #EE9FA0;
}
</style>
background-color css
<style>
a { background-color: #EE9FA0; }
a { background-color: rgb(238,159,160); }
div.DivClassName
{
background-color: #EE9FA0;
}
.BgClassName
{
background-color: #EE9FA0;
}
</style>
border-color css
<style>
span { border-color: #EE9FA0; }
span { border-color: rgb(238,159,160); }
td.TdClassName
{
border-color: #EE9FA0;
}
.TagClassName
{
border-color: #EE9FA0;
}
</style>